diff options
| author | manuel <manuel@mausz.at> | 2011-05-05 00:57:07 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-05-05 00:57:07 +0200 |
| commit | ce48af53646cd9e7ec762fc1ac176b3aa620b11d (patch) | |
| tree | f8fbf2cae8c7d0cbac2696a8f4cf94410bfb4928 /pacman-c++/style.qss | |
| parent | e54ccad07e256ba877bd41d70bd358bd0085bd1e (diff) | |
| download | foop-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.qss | 31 |
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 @@ | |||
| 1 | QGroupBox#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 | |||
| 9 | QGroupBox#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 | |||
| 17 | QGroupBox#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 | |||
| 25 | QGroupBox#actor4::indicator { | ||
| 26 | background-image: url(:/actor4icon); | ||
| 27 | background-position: top left; | ||
| 28 | background-repeat: no-repeat; | ||
| 29 | width: 16px; | ||
| 30 | height: 14px; | ||
| 31 | } | ||
