QTfrontend/main.cpp
changeset 1413 6393a1d5ac18
parent 1390 914fa66aec05
child 1415 6fbfee0e113a
--- a/QTfrontend/main.cpp	Sat Oct 25 09:54:53 2008 +0000
+++ b/QTfrontend/main.cpp	Sat Oct 25 09:55:09 2008 +0000
@@ -257,6 +257,32 @@
 				//"background: transparent;"
 				"background-color: #130f2c;"
 				"}"
+
+			"QMenu{"
+				"background-color: #ffcc00;"
+				"margin: 3px;"
+				"}"
+			"QMenu::item{"
+				"background-color: #0d0544;"
+				"border: 1px solid transparent;"
+				"font: bold;"
+				"color: #ffcc00;"
+				"padding: 2px 25px 2px 20px;"
+				"}"
+			"QMenu::item:selected{"
+				"border-color: yellow;"
+				"background-color: #2d2564;"
+				"}"
+			"QMenu::indicator{"
+				"width: 16px;"
+				"height: 16px;"
+				"}"
+			"QMenu::indicator:non-exclusive:checked{"
+				"image: url(\":/res/checked.png\");"
+				"}"
+			"QMenu::indicator:non-exclusive:unchecked{"
+				"image: url(\":/res/unchecked.png\");"
+				"}"
 			)
 		);