Objekt Formular bearbeitet

This commit is contained in:
2025-02-25 15:58:58 +01:00
parent fdaae34678
commit cc25f85771
3 changed files with 33 additions and 23 deletions

View File

@@ -21,6 +21,7 @@ class EmployeeModel(QAbstractTableModel):
self.__employee_dao.newEmployeeAdded.connect(self.__refreshView)
self.__conf = ConfigLoader().getConfig()
self.__key = self.__conf['pyqcrm']['ENCRYPTION_KEY']
print(self.__key)
self.__getData()
@Slot(dict, bool)