searchbar
This commit is contained in:
@@ -16,10 +16,13 @@ import QtQuick.Layouts
|
||||
|
||||
|
||||
|
||||
|
||||
anchors
|
||||
{
|
||||
top: parent.top
|
||||
left: parent.left
|
||||
|
||||
|
||||
}
|
||||
|
||||
Button
|
||||
@@ -29,6 +32,7 @@ import QtQuick.Layouts
|
||||
text: qsTr("Dashboard")
|
||||
implicitWidth: dashBoard.implicitContentWidth + 10
|
||||
|
||||
|
||||
}
|
||||
|
||||
Button
|
||||
@@ -79,6 +83,8 @@ import QtQuick.Layouts
|
||||
icon.source: "../images/menu.svg"
|
||||
icon.color: "red"
|
||||
flat: true
|
||||
Layout.rightMargin: 9
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user