Code style

This commit is contained in:
2024-11-07 16:39:56 +01:00
parent 33782aa785
commit 29228cf65d
9 changed files with 214 additions and 217 deletions

View File

@@ -9,9 +9,8 @@ ApplicationWindow
width: Screen.width * .6
height: Screen.height * .6
visible: true
title: "PYQCRM"
TopBar
{
@@ -24,10 +23,12 @@ ApplicationWindow
visible: bad_config? false: true
}
Item
{
id: mainView
}
Loader
{
id: appLoader
@@ -40,11 +41,9 @@ ApplicationWindow
topMargin: 0
rightMargin: 9
leftMargin: 9
}
source: bad_config? "firststart.qml": "Dashboard.qml"
property alias window: appWindow
}
}