Folder structure in Gui changed, window size to fullscreen, scrollview in AddCustomer
This commit is contained in:
@@ -6,5 +6,6 @@ from enum import IntEnum
|
||||
class PyqcrmDataRoles(IntEnum):
|
||||
CITY_ROLE = Qt.UserRole + 100
|
||||
STREET_IN_POSTCODE = CITY_ROLE + 1
|
||||
COUNTRY_ROLE = CITY_ROLE + 100
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user