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