GUI anpassen und ApplicatioWindow übergeben
This commit is contained in:
@@ -21,13 +21,6 @@ import QtQuick.Controls.Material
|
||||
|
||||
Item
|
||||
{
|
||||
width: 640
|
||||
height: 480
|
||||
visible: true
|
||||
|
||||
Material.theme: Material.Dark
|
||||
Material.accent: Material.BlueGrey
|
||||
|
||||
ColumnLayout
|
||||
{
|
||||
anchors.fill: parent
|
||||
@@ -72,6 +65,8 @@ Item
|
||||
{
|
||||
id: createUserGrid
|
||||
columns: 2
|
||||
columnSpacing: 5
|
||||
rowSpacing: 9
|
||||
anchors.fill: parent
|
||||
Layout.margins: 9
|
||||
Label
|
||||
@@ -118,6 +113,8 @@ Item
|
||||
{
|
||||
id: dbGrid
|
||||
columns: 2
|
||||
columnSpacing: 5
|
||||
rowSpacing: 9
|
||||
anchors.fill: parent
|
||||
|
||||
Label
|
||||
@@ -378,4 +375,9 @@ Item
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Component.onCompleted:
|
||||
{
|
||||
appLoader.window.title = "PYQCRM - Einstellungen"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user