Files
pyqcrm/lib/PyqcrmDataRoles.py

11 lines
218 B
Python

# 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 + 100
STREET_IN_POSTCODE = CITY_ROLE + 1