Fill in the missing values from ItemDataRole
This commit is contained in:
parent
9eed41ecd8
commit
3aeb4b09bf
@ -5,6 +5,14 @@ export enum ItemDataRole {
|
||||
ToolTipRole = 3,
|
||||
StatusTipRole = 4,
|
||||
WhatsThisRole = 5,
|
||||
FontRole = 6,
|
||||
TextAlignmentRole = 7,
|
||||
BackgroundRole = 8,
|
||||
ForegroundRole = 9,
|
||||
CheckStateRole = 10,
|
||||
AccessibleTextRole = 11,
|
||||
AccessibleDescriptionRole = 12,
|
||||
SizeHintRole = 13,
|
||||
InitialSortOrderRole = 14,
|
||||
UserRole = 0x0100,
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user