searchbar
This commit is contained in:
12
gui/main.qml
12
gui/main.qml
@@ -14,7 +14,14 @@ ApplicationWindow
|
||||
title: "PYQCRM"
|
||||
TopBar
|
||||
{
|
||||
|
||||
id:topBar
|
||||
anchors
|
||||
{
|
||||
rightMargin: 9
|
||||
leftMargin: 9
|
||||
|
||||
}
|
||||
|
||||
visible: bad_config? false: true
|
||||
}
|
||||
@@ -31,6 +38,11 @@ ApplicationWindow
|
||||
right: parent.right
|
||||
top: topBar.bottom
|
||||
bottom: parent.bottom
|
||||
topMargin: 0
|
||||
rightMargin: 9
|
||||
leftMargin: 9
|
||||
|
||||
|
||||
}
|
||||
source: bad_config? "firststart.qml": "Dashboard.qml"
|
||||
property alias window: appWindow
|
||||
|
||||
Reference in New Issue
Block a user