dictionary

This commit is contained in:
2024-10-30 16:27:41 +01:00
parent e14e1a4d42
commit d3b99320dd
5 changed files with 78 additions and 15 deletions

View File

@@ -17,8 +17,9 @@ class ConfigLoader(QObject):
self.__configLoad()
@Slot(str)
def createUser(self, username):
pass
def setConfig(self, app_config):
print (type(app_config))
def __configLoad(self):