Code style
This commit is contained in:
@@ -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:")
|
||||
|
||||
Reference in New Issue
Block a user