Einstellungen importieren
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user