Einstellungen importieren

This commit is contained in:
2024-11-20 11:34:34 +01:00
parent 86618200ba
commit a89fe6e1d5
5 changed files with 250 additions and 104 deletions

View File

@@ -101,6 +101,19 @@ Item
Layout.fillWidth: true
property string name: "PYQCRM_ADMIN_PASS"
}
Label
{
text: qsTr("Info:")
Layout.alignment: Qt.AlignRight
}
TextField
{
id: gecos
placeholderText: qsTr("Zusätzliche Info")
Layout.fillWidth: true
property string name: "PYQCRM_ADMIN_INFO"
}
Item
{