Switch to MariaDB connector and Create UserManager Class

This commit is contained in:
2024-11-26 16:40:00 +01:00
parent 12eb6cf2f4
commit 3df853b5c9
12 changed files with 1169 additions and 46 deletions

View File

@@ -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