summaryrefslogtreecommitdiffstats
path: root/pacman-c++/style.qss
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/style.qss')
-rw-r--r--pacman-c++/style.qss27
1 files changed, 27 insertions, 0 deletions
diff --git a/pacman-c++/style.qss b/pacman-c++/style.qss
new file mode 100644
index 0000000..74ba1b8
--- /dev/null
+++ b/pacman-c++/style.qss
@@ -0,0 +1,27 @@
1QGroupBox#actor1::title {
2 background-image: url(:/actor1icon);
3 background-position: top left;
4 background-repeat: no-repeat;
5 background-color: palette(window);
6}
7
8QGroupBox#actor2::title {
9 background-image: url(:/actor2icon);
10 background-position: top left;
11 background-repeat: no-repeat;
12 background-color: palette(window);
13}
14
15QGroupBox#actor3::title {
16 background-image: url(:/actor3icon);
17 background-position: top left;
18 background-repeat: no-repeat;
19 background-color: palette(window);
20}
21
22QGroupBox#actor4::title {
23 background-image: url(:/actor4icon);
24 background-position: top left;
25 background-repeat: no-repeat;
26 background-color: palette(window);
27}