QTfrontend/main.cpp
changeset 1415 6fbfee0e113a
parent 1413 6393a1d5ac18
child 1416 60b86d6fe9ae
equal deleted inserted replaced
1414:971136fa0a80 1415:6fbfee0e113a
   281 				"image: url(\":/res/checked.png\");"
   281 				"image: url(\":/res/checked.png\");"
   282 				"}"
   282 				"}"
   283 			"QMenu::indicator:non-exclusive:unchecked{"
   283 			"QMenu::indicator:non-exclusive:unchecked{"
   284 				"image: url(\":/res/unchecked.png\");"
   284 				"image: url(\":/res/unchecked.png\");"
   285 				"}"
   285 				"}"
       
   286 
       
   287 			"QScrollBar:vertical{"
       
   288 				"background-color: #000000;"
       
   289 				"border: 2px #ffcc00;"
       
   290 				"width: 16px;"
       
   291 				"margin: 22px 0 22px 0;"
       
   292 				"}"
       
   293 			"QScrollBar::handle:vertical{"
       
   294 				"border: 1px #ffcc00;"
       
   295 				"background-color: #0d0544;"
       
   296 				"min-height: 16px;"
       
   297 				"}"
       
   298 			"QScrollBar::up-arrow:vertical{"
       
   299 				"image: url(\":/res/spin_up.png\");"
       
   300 				"width: 16px;"
       
   301 				"height: 16px;"
       
   302 				"}"
       
   303 			"QScrollBar::down-arrow:vertical{"
       
   304 				"image: url(\":/res/spin_down.png\");"
       
   305 				"}"
   286 			)
   306 			)
   287 		);
   307 		);
   288 
   308 
   289 	bindir->cd("bin"); // workaround over NSIS installer
   309 	bindir->cd("bin"); // workaround over NSIS installer
   290 
   310