summaryrefslogtreecommitdiffstats
path: root/pacman-c++/style.qss
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-05-05 00:57:07 +0200
committermanuel <manuel@mausz.at>2011-05-05 00:57:07 +0200
commitce48af53646cd9e7ec762fc1ac176b3aa620b11d (patch)
treef8fbf2cae8c7d0cbac2696a8f4cf94410bfb4928 /pacman-c++/style.qss
parente54ccad07e256ba877bd41d70bd358bd0085bd1e (diff)
downloadfoop-ce48af53646cd9e7ec762fc1ac176b3aa620b11d.tar.gz
foop-ce48af53646cd9e7ec762fc1ac176b3aa620b11d.tar.bz2
foop-ce48af53646cd9e7ec762fc1ac176b3aa620b11d.zip
- refactorized the whole project and made a few subprojects
- replaced tcp with enet - added connect dialog - some smaller bugfixes
Diffstat (limited to 'pacman-c++/style.qss')
-rw-r--r--pacman-c++/style.qss31
1 files changed, 0 insertions, 31 deletions
diff --git a/pacman-c++/style.qss b/pacman-c++/style.qss
deleted file mode 100644
index 1a24459..0000000
--- a/pacman-c++/style.qss
+++ /dev/null
@@ -1,31 +0,0 @@
1QGroupBox#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
9QGroupBox#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
17QGroupBox#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
25QGroupBox#actor4::indicator {
26 background-image: url(:/actor4icon);
27 background-position: top left;
28 background-repeat: no-repeat;
29 width: 16px;
30 height: 14px;
31}