QTfrontend/main.cpp
changeset 1413 6393a1d5ac18
parent 1390 914fa66aec05
child 1415 6fbfee0e113a
equal deleted inserted replaced
1412:20746999bc4a 1413:6393a1d5ac18
   255 				"}"
   255 				"}"
   256 			".QTabWidget{"
   256 			".QTabWidget{"
   257 				//"background: transparent;"
   257 				//"background: transparent;"
   258 				"background-color: #130f2c;"
   258 				"background-color: #130f2c;"
   259 				"}"
   259 				"}"
       
   260 
       
   261 			"QMenu{"
       
   262 				"background-color: #ffcc00;"
       
   263 				"margin: 3px;"
       
   264 				"}"
       
   265 			"QMenu::item{"
       
   266 				"background-color: #0d0544;"
       
   267 				"border: 1px solid transparent;"
       
   268 				"font: bold;"
       
   269 				"color: #ffcc00;"
       
   270 				"padding: 2px 25px 2px 20px;"
       
   271 				"}"
       
   272 			"QMenu::item:selected{"
       
   273 				"border-color: yellow;"
       
   274 				"background-color: #2d2564;"
       
   275 				"}"
       
   276 			"QMenu::indicator{"
       
   277 				"width: 16px;"
       
   278 				"height: 16px;"
       
   279 				"}"
       
   280 			"QMenu::indicator:non-exclusive:checked{"
       
   281 				"image: url(\":/res/checked.png\");"
       
   282 				"}"
       
   283 			"QMenu::indicator:non-exclusive:unchecked{"
       
   284 				"image: url(\":/res/unchecked.png\");"
       
   285 				"}"
   260 			)
   286 			)
   261 		);
   287 		);
   262 
   288 
   263 	bindir->cd("bin"); // workaround over NSIS installer
   289 	bindir->cd("bin"); // workaround over NSIS installer
   264 
   290