diff options
| author | manuel <manuel@mausz.at> | 2011-04-07 18:01:35 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-07 18:01:35 +0200 |
| commit | 2d8de1ef8477d71c4d79e1ff292566809296e8fe (patch) | |
| tree | d221a3127582d6331bb0cadb6dd4166637db806f /pacman-c++/style.qss | |
| parent | e1d45435ca9d0a0a9fe3824108db566de00644c2 (diff) | |
| download | foop-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.qss | 27 |
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 @@ | |||
| 1 | QGroupBox#actor1::title { | ||
| 2 | background-image: url(:/actor1icon); | ||
| 3 | background-position: top left; | ||
| 4 | background-repeat: no-repeat; | ||
| 5 | background-color: palette(window); | ||
| 6 | } | ||
| 7 | |||
| 8 | QGroupBox#actor2::title { | ||
| 9 | background-image: url(:/actor2icon); | ||
| 10 | background-position: top left; | ||
| 11 | background-repeat: no-repeat; | ||
| 12 | background-color: palette(window); | ||
| 13 | } | ||
| 14 | |||
| 15 | QGroupBox#actor3::title { | ||
| 16 | background-image: url(:/actor3icon); | ||
| 17 | background-position: top left; | ||
| 18 | background-repeat: no-repeat; | ||
| 19 | background-color: palette(window); | ||
| 20 | } | ||
| 21 | |||
| 22 | QGroupBox#actor4::title { | ||
| 23 | background-image: url(:/actor4icon); | ||
| 24 | background-position: top left; | ||
| 25 | background-repeat: no-repeat; | ||
| 26 | background-color: palette(window); | ||
| 27 | } | ||
