BackupSettings.qml

This commit is contained in:
2025-02-26 15:35:34 +01:00
parent 82b3c2d403
commit bd2316dbfb
2 changed files with 3 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ GridLayout
{ {
id: saveEncryption id: saveEncryption
text: qsTr("Jetzt sichern!") text: qsTr("Jetzt sichern!")
onClicked: Firsts.open() onClicked: recoverEnc.open()
} }
Item Item
{ {

View File

@@ -10,7 +10,6 @@
<file>Gui/CustomerTable.qml</file> <file>Gui/CustomerTable.qml</file>
<file>Gui/Dashboard.qml</file> <file>Gui/Dashboard.qml</file>
<file>Gui/EmployeeTable.qml</file> <file>Gui/EmployeeTable.qml</file>
<file>Gui/firststart.qml</file>
<file>Gui/main.qml</file> <file>Gui/main.qml</file>
<file>Gui/SearchBar.qml</file> <file>Gui/SearchBar.qml</file>
<file>js/qmldict.js</file> <file>js/qmldict.js</file>
@@ -44,5 +43,7 @@
<file>Gui/UsersPage.qml</file> <file>Gui/UsersPage.qml</file>
<file>Gui/PyqcrmConf.qml</file> <file>Gui/PyqcrmConf.qml</file>
<file>Gui/CompanyConf.qml</file> <file>Gui/CompanyConf.qml</file>
<file>Gui/Firststart.qml</file>
<file>Gui/BackupSettings.qml</file>
</qresource> </qresource>
</RCC> </RCC>