From ce48af53646cd9e7ec762fc1ac176b3aa620b11d Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 5 May 2011 00:57:07 +0200 Subject: - refactorized the whole project and made a few subprojects - replaced tcp with enet - added connect dialog - some smaller bugfixes --- pacman-c++/common/style.qss | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 pacman-c++/common/style.qss (limited to 'pacman-c++/common/style.qss') diff --git a/pacman-c++/common/style.qss b/pacman-c++/common/style.qss new file mode 100644 index 0000000..1a24459 --- /dev/null +++ b/pacman-c++/common/style.qss @@ -0,0 +1,31 @@ +QGroupBox#actor1::indicator { + background-image: url(:/actor1icon); + background-position: top left; + background-repeat: no-repeat; + width: 16px; + height: 14px; +} + +QGroupBox#actor2::indicator { + background-image: url(:/actor2icon); + background-position: top left; + background-repeat: no-repeat; + width: 16px; + height: 14px; +} + +QGroupBox#actor3::indicator { + background-image: url(:/actor3icon); + background-position: top left; + background-repeat: no-repeat; + width: 16px; + height: 14px; +} + +QGroupBox#actor4::indicator { + background-image: url(:/actor4icon); + background-position: top left; + background-repeat: no-repeat; + width: 16px; + height: 14px; +} -- cgit v1.2.3