From 2d8de1ef8477d71c4d79e1ff292566809296e8fe Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 7 Apr 2011 18:01:35 +0200 Subject: adding application icon and trying to add actor icon. but this is really hackish --- pacman-c++/style.qss | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pacman-c++/style.qss (limited to 'pacman-c++/style.qss') 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 @@ +QGroupBox#actor1::title { + background-image: url(:/actor1icon); + background-position: top left; + background-repeat: no-repeat; + background-color: palette(window); +} + +QGroupBox#actor2::title { + background-image: url(:/actor2icon); + background-position: top left; + background-repeat: no-repeat; + background-color: palette(window); +} + +QGroupBox#actor3::title { + background-image: url(:/actor3icon); + background-position: top left; + background-repeat: no-repeat; + background-color: palette(window); +} + +QGroupBox#actor4::title { + background-image: url(:/actor4icon); + background-position: top left; + background-repeat: no-repeat; + background-color: palette(window); +} -- cgit v1.2.3