Layout alignment and phoney start page
This commit is contained in:
@@ -4,12 +4,11 @@ import QtQuick.Layouts
|
|||||||
|
|
||||||
ColumnLayout
|
ColumnLayout
|
||||||
{
|
{
|
||||||
Item
|
anchors.top: TopBar.bottom
|
||||||
|
Rectangle
|
||||||
{
|
{
|
||||||
Component.onCompleted:
|
color: "blue"
|
||||||
{
|
Layout.fillHeight: true
|
||||||
appLoader.source = "firststart.qml"
|
Layout.fillWidth: true
|
||||||
appLoader.window.title = "pyqcrm"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ ApplicationWindow
|
|||||||
{
|
{
|
||||||
rightMargin: 9
|
rightMargin: 9
|
||||||
leftMargin: 9
|
leftMargin: 9
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
visible: bad_config? false: true
|
visible: bad_config? false: true
|
||||||
@@ -44,7 +43,7 @@ ApplicationWindow
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
source: bad_config? "firststart.qml": "test.qml"
|
source: bad_config? "firststart.qml": "Dashboard.qml"
|
||||||
property alias window: appWindow
|
property alias window: appWindow
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user