Added importCountry

This commit is contained in:
2025-01-22 16:52:49 +01:00
parent 180f8e5ae9
commit c2edfab9a2
14 changed files with 17805 additions and 482 deletions

View File

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