separated parts from window to widgets and constants

This commit is contained in:
iLLiCiTiT 2021-11-12 20:22:24 +01:00
parent 459c3d4cb5
commit 96acb06ffd
3 changed files with 122 additions and 117 deletions

View file

@ -0,0 +1,11 @@
from Qt import QtCore
FamilyRole = QtCore.Qt.UserRole + 3
ExistsRole = QtCore.Qt.UserRole + 4
PluginRole = QtCore.Qt.UserRole + 5
Separator = "---separator---"
# TODO regex should be defined by schema
SubsetAllowedSymbols = "a-zA-Z0-9_."