Switch to MariaDB connector and Create UserManager Class
This commit is contained in:
@@ -10,7 +10,7 @@ GridLayout
|
||||
rowSpacing: 9
|
||||
// anchors.fill: parent
|
||||
|
||||
property string name: "pyqcrm"
|
||||
property string name: "user"
|
||||
|
||||
Label
|
||||
{
|
||||
@@ -34,7 +34,7 @@ GridLayout
|
||||
placeholderText: qsTr("Hier Benutzername eingeben")
|
||||
Layout.fillWidth: true
|
||||
height: 3
|
||||
property string name: "PYQCRM_ADMIN"
|
||||
property string name: "PYQCRM_USER"
|
||||
}
|
||||
|
||||
Label
|
||||
@@ -49,7 +49,7 @@ GridLayout
|
||||
echoMode: TextInput.Password
|
||||
placeholderText: qsTr("Hier Passwort eingeben")
|
||||
Layout.fillWidth: true
|
||||
property string name: "PYQCRM_ADMIN_PASS"
|
||||
property string name: "PYQCRM_USER_PASS"
|
||||
}
|
||||
Label
|
||||
{
|
||||
@@ -62,7 +62,7 @@ GridLayout
|
||||
id: gecos
|
||||
placeholderText: qsTr("Zusätzliche Info")
|
||||
Layout.fillWidth: true
|
||||
property string name: "PYQCRM_ADMIN_INFO"
|
||||
property string name: "PYQCRM_USER_INFO"
|
||||
}
|
||||
|
||||
Item
|
||||
|
||||
Reference in New Issue
Block a user