AddLocation

This commit is contained in:
2025-01-21 17:00:39 +01:00
parent afad232068
commit dab3df3b14
7 changed files with 4656 additions and 319 deletions

View File

@@ -14,6 +14,8 @@ from lib.DB.AddressModel import AddressModel
from lib.DB.BTypeModel import BTypeModel
from lib.DB.ContactModel import ContactModel
from lib.AddCity import AddCity
# [pyqcrm]
# program-name=""
@@ -87,7 +89,7 @@ if __name__ == "__main__":
engine.rootContext().setContextProperty("config", config)
engine.load(qml_file)
#AddCity().addPlz()
if not engine.rootObjects():
sys.exit(-1)