Skip to content

Commit a9b6c1d

Browse files
committed
Add icon replacement type definitions.
1 parent 46d559b commit a9b6c1d

7 files changed

Lines changed: 365 additions & 162 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,8 @@ Here is a sample theme, with the color descriptions annotated. Please note that
378378
"button:background:pressed": "#454a4f",
379379
// Border for a non-hovered QPushButton.
380380
"button:border": "#76797c",
381+
// Background for a checked QPushButton.
382+
"button:checked": "#626568",
381383
// Background for a disabled QPushButton, or fallthrough
382384
// for disabled QWidgets.
383385
"button:disabled": "#454545",

0 commit comments

Comments
 (0)