Some more customizations
authorunc0rr
Thu, 07 Aug 2008 18:44:13 +0000
changeset 1172 8542fc1ff5cf
parent 1171 ab9932feda49
child 1173 70b0acd4548c
Some more customizations
QTfrontend/main.cpp
--- a/QTfrontend/main.cpp	Thu Aug 07 18:26:52 2008 +0000
+++ b/QTfrontend/main.cpp	Thu Aug 07 18:44:13 2008 +0000
@@ -92,6 +92,11 @@
 				"border-color: yellow;"
 				"}"
 
+			"QLabel{"
+				"color: orange;"
+				"font: bold 14px;"
+				"}"
+
 			"QListWidget{"
 				"border: solid;"
 				"border-width: 4px;"
@@ -118,6 +123,21 @@
 				"border-color: yellow;"
 				"}"
 
+			"QToolBox{"
+				"border: solid;"
+				"border-width: 4px;"
+				"border-radius: 12px;"
+				"border-color: orange;"
+				"background-color: #0d0544;"
+			"}"
+			"QToolBox::tab{"
+				"color: orange;"
+				"font: bold 14px;"
+				"}"
+			"QToolBox:hover{"
+				"border-color: yellow;"
+				"}"
+
 			"QComboBox{"
 				"border: solid;"
 				"border-width: 4px;"
@@ -184,6 +204,11 @@
 			"QCheckBox::indicator:unchecked{"
 				"image: url(\":/res/unchecked.png\");"
 				"}"
+			
+			"QRadioButton{"
+				"color: orange;"
+				"font: bold 14px;"
+				"}"
 			)
 		);