Code style

This commit is contained in:
2024-11-07 16:39:56 +01:00
parent 33782aa785
commit 29228cf65d
9 changed files with 214 additions and 217 deletions

View File

@@ -29,6 +29,7 @@ Item
{
id: bar
Layout.fillWidth: true
TabButton
{
text: qsTr("Benutzer erstellen")
@@ -41,6 +42,7 @@ Item
text: qsTr("Datenbank einrichten")
}
onCurrentIndexChanged:
{
submitBtn.text = currentIndex === 0? "Weiter" : "Speichern"
@@ -69,6 +71,7 @@ Item
anchors.fill: parent
Layout.margins: 9
property string name: "pyqcrm"
Label
{
text: qsTr("Benutzername:")