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
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