summaryrefslogtreecommitdiffstats
path: root/pacman-c++/style.qss
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-07 18:01:35 +0200
committermanuel <manuel@mausz.at>2011-04-07 18:01:35 +0200
commit2d8de1ef8477d71c4d79e1ff292566809296e8fe (patch)
treed221a3127582d6331bb0cadb6dd4166637db806f /pacman-c++/style.qss
parente1d45435ca9d0a0a9fe3824108db566de00644c2 (diff)
downloadfoop-2d8de1ef8477d71c4d79e1ff292566809296e8fe.tar.gz
foop-2d8de1ef8477d71c4d79e1ff292566809296e8fe.tar.bz2
foop-2d8de1ef8477d71c4d79e1ff292566809296e8fe.zip
adding application icon
and trying to add actor icon. but this is really hackish
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}