Fixed first start configuration load and add city model in add customer
This commit is contained in:
8
lib/PyqcrmDataRoles.py
Normal file
8
lib/PyqcrmDataRoles.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# This Python file uses the following encoding: utf-8
|
||||
|
||||
from PySide6.QtCore import Qt
|
||||
from enum import IntEnum
|
||||
|
||||
class PyqcrmDataRoles(IntEnum):
|
||||
CITY_ROLE = Qt.UserRole + 1
|
||||
|
||||
Reference in New Issue
Block a user