Code style
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user