diff options
Diffstat (limited to 'pacman-c++/common/style.qss')
| -rw-r--r-- | pacman-c++/common/style.qss | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/pacman-c++/common/style.qss b/pacman-c++/common/style.qss new file mode 100644 index 0000000..1a24459 --- /dev/null +++ b/pacman-c++/common/style.qss | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | QGroupBox#actor1::indicator { | ||
| 2 | background-image: url(:/actor1icon); | ||
| 3 | background-position: top left; | ||
| 4 | background-repeat: no-repeat; | ||
| 5 | width: 16px; | ||
| 6 | height: 14px; | ||
| 7 | } | ||
| 8 | |||
| 9 | QGroupBox#actor2::indicator { | ||
| 10 | background-image: url(:/actor2icon); | ||
| 11 | background-position: top left; | ||
| 12 | background-repeat: no-repeat; | ||
| 13 | width: 16px; | ||
| 14 | height: 14px; | ||
| 15 | } | ||
| 16 | |||
| 17 | QGroupBox#actor3::indicator { | ||
| 18 | background-image: url(:/actor3icon); | ||
| 19 | background-position: top left; | ||
| 20 | background-repeat: no-repeat; | ||
| 21 | width: 16px; | ||
| 22 | height: 14px; | ||
| 23 | } | ||
| 24 | |||
| 25 | QGroupBox#actor4::indicator { | ||
| 26 | background-image: url(:/actor4icon); | ||
| 27 | background-position: top left; | ||
| 28 | background-repeat: no-repeat; | ||
| 29 | width: 16px; | ||
| 30 | height: 14px; | ||
| 31 | } | ||
