Skip to content

Commit a56168d

Browse files
author
Onimock
committed
Add: subcontrol to list pseudo elements
1 parent ab85483 commit a56168d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/qss_parser/qss_parser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ class Constants:
8484
"::title",
8585
"::up-arrow",
8686
"::up-button",
87+
"::horizontalHeader", # SUBWIDGET (SubControl) - Refactor in future
88+
"::verticalHeader", # SUBWIDGET (SubControl) - Refactor in future
8789
]
8890
PSEUDO_STATES: Final[List[str]] = [
8991
":active",

0 commit comments

Comments
 (0)