i dont know what im doing

This commit is contained in:
2025-02-26 15:10:42 +01:00
5 changed files with 142 additions and 25 deletions

View File

@@ -21,6 +21,13 @@ Item
{
text: qsTr("Das Unternehmen")
}
<<<<<<< HEAD
=======
TabButton
{
text: qsTr("Sicherung")
}
>>>>>>> schnacke
}
StackLayout
@@ -55,6 +62,18 @@ Item
anchors.fill: parent
}
}
<<<<<<< HEAD
=======
Item
{
id: backup
BackupSettings
{
id: backupSettings
anchors.fill: parent
}
}
>>>>>>> schnacke
}
RowLayout