QTfrontend/main.cpp
changeset 2072 6e0fcbcc3f60
parent 2035 70734c4f52a7
child 2077 7320931f12a0
equal deleted inserted replaced
2071:0faa147c47df 2072:6e0fcbcc3f60
   131 				"background-repeat: repeat-x;"
   131 				"background-repeat: repeat-x;"
   132 				"border-radius: 16px;"
   132 				"border-radius: 16px;"
   133 				"background-color: #040200;"
   133 				"background-color: #040200;"
   134 				"padding: 6px;"
   134 				"padding: 6px;"
   135 			"}"
   135 			"}"
   136 
   136 /*  Experimenting with PaintOnScreen and border-radius on IconedGroupBox children didn't work out well
   137 			"IconedGroupBox, QTabWidget::pane, QTabBar::tab:selected, QToolBox::tab QWidget{"
   137 			"IconedGroupBox QComboBox, IconedGroupBox QPushButton, IconedGroupBox QLineEdit, "
       
   138             "IconedGroupBox QSpinBox {"
       
   139 				"border-radius: 0;"
       
   140 			"}" */
       
   141 			"IconedGroupBox, IconedGroupBox *, QTabWidget::pane, QTabBar::tab:selected, QToolBox::tab QWidget{"
   138 				"background-color: #130f2c;"
   142 				"background-color: #130f2c;"
   139 			"}"
   143 			"}"
   140 
   144 
   141 
   145 
   142 			"QPushButton {"
   146 			"QPushButton {"
   268 				"background-color: #0d0544;"
   272 				"background-color: #0d0544;"
   269 			"}"
   273 			"}"
   270 			
   274 			
   271 			":disabled{"
   275 			":disabled{"
   272 				"color: #a0a0a0;"
   276 				"color: #a0a0a0;"
       
   277 			"}"
       
   278             "SquareLabel, ItemNum {"
       
   279 				"background-color: #000000;"
   273 			"}"
   280 			"}"
   274 			)
   281 			)
   275 		);
   282 		);
   276 
   283 
   277 	bindir->cd("bin"); // workaround over NSIS installer
   284 	bindir->cd("bin"); // workaround over NSIS installer