Merge Fehler entfernt
This commit is contained in:
@@ -25,14 +25,8 @@ ApplicationWindow
|
||||
height: 480
|
||||
visible: true
|
||||
title: qsTr("PYQCRM - Einstellungen")
|
||||
<<<<<<< HEAD
|
||||
Material.theme: Material.Dark
|
||||
Material.accent: Material.BlueGrey
|
||||
=======
|
||||
Material.theme: Material.White
|
||||
|
||||
|
||||
>>>>>>> db16247 (2 Varianten GUI mit Material.theme Unterstützung)
|
||||
|
||||
ColumnLayout
|
||||
{
|
||||
@@ -120,21 +114,13 @@ ApplicationWindow
|
||||
id: settingsDB
|
||||
Layout.fillWidth: parent.width
|
||||
|
||||
<<<<<<< HEAD
|
||||
GridLayout
|
||||
=======
|
||||
Rectangle
|
||||
>>>>>>> db16247 (2 Varianten GUI mit Material.theme Unterstützung)
|
||||
{
|
||||
id: dbGrid
|
||||
columns: 2
|
||||
anchors.fill: parent
|
||||
|
||||
<<<<<<< HEAD
|
||||
Label
|
||||
=======
|
||||
GridLayout
|
||||
>>>>>>> db16247 (2 Varianten GUI mit Material.theme Unterstützung)
|
||||
{
|
||||
text: qsTr("DB-Host:")
|
||||
Layout.alignment: Qt.AlignRight
|
||||
|
||||
Reference in New Issue
Block a user