added columns for bouquets model

This commit is contained in:
DYefremov
2019-02-09 12:43:27 +03:00
parent bbdb47ee7a
commit 8c10d7d6a5

View File

@@ -129,6 +129,11 @@ class Column(IntEnum):
FAV_PICON = 8
FAV_TOOLTIP = 9
FAV_BACKGROUND = 10
# bouquets view
BQ_NAME = 0
BQ_LOCKED = 1
BQ_HIDDEN = 2
BQ_TYPE = 3
def __index__(self):
""" Overridden to get the index in slices directly """