searchbar

This commit is contained in:
2024-11-06 12:18:20 +01:00
parent 9b30f5e127
commit a8bb0623cc
6 changed files with 65 additions and 3 deletions

View File

@@ -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