Filtered customer view - clientele, provider, interested...etc

This commit is contained in:
2024-12-11 23:33:59 +01:00
parent 07a3fe6c13
commit e7c9406aa3
6 changed files with 32 additions and 11 deletions

View File

@@ -4,5 +4,6 @@ from PySide6.QtCore import Qt
from enum import IntEnum
class PyqcrmDataRoles(IntEnum):
CITY_ROLE = Qt.UserRole + 1
CITY_ROLE = Qt.UserRole + 100