Merge Fehler entfernt

This commit is contained in:
2024-10-27 01:42:38 +02:00
parent 1c4046c710
commit 3c19b9cb32

View File

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