QTfrontend/main.cpp
changeset 1172 8542fc1ff5cf
parent 1171 ab9932feda49
child 1193 2911384169b4
equal deleted inserted replaced
1171:ab9932feda49 1172:8542fc1ff5cf
    90 				"}"
    90 				"}"
    91 			"QLineEdit:hover{"
    91 			"QLineEdit:hover{"
    92 				"border-color: yellow;"
    92 				"border-color: yellow;"
    93 				"}"
    93 				"}"
    94 
    94 
       
    95 			"QLabel{"
       
    96 				"color: orange;"
       
    97 				"font: bold 14px;"
       
    98 				"}"
       
    99 
    95 			"QListWidget{"
   100 			"QListWidget{"
    96 				"border: solid;"
   101 				"border: solid;"
    97 				"border-width: 4px;"
   102 				"border-width: 4px;"
    98 				"border-radius: 12px;"
   103 				"border-radius: 12px;"
    99 				"border-color: orange;"
   104 				"border-color: orange;"
   113 				"background-color: #0d0544;"
   118 				"background-color: #0d0544;"
   114 				"color: orange;"
   119 				"color: orange;"
   115 				"font: bold 14px;"
   120 				"font: bold 14px;"
   116 				"}"
   121 				"}"
   117 			"QSpinBox:hover{"
   122 			"QSpinBox:hover{"
       
   123 				"border-color: yellow;"
       
   124 				"}"
       
   125 
       
   126 			"QToolBox{"
       
   127 				"border: solid;"
       
   128 				"border-width: 4px;"
       
   129 				"border-radius: 12px;"
       
   130 				"border-color: orange;"
       
   131 				"background-color: #0d0544;"
       
   132 			"}"
       
   133 			"QToolBox::tab{"
       
   134 				"color: orange;"
       
   135 				"font: bold 14px;"
       
   136 				"}"
       
   137 			"QToolBox:hover{"
   118 				"border-color: yellow;"
   138 				"border-color: yellow;"
   119 				"}"
   139 				"}"
   120 
   140 
   121 			"QComboBox{"
   141 			"QComboBox{"
   122 				"border: solid;"
   142 				"border: solid;"
   181 			"QCheckBox::indicator:checked{"
   201 			"QCheckBox::indicator:checked{"
   182 				"image: url(\":/res/checked.png\");"
   202 				"image: url(\":/res/checked.png\");"
   183 				"}"
   203 				"}"
   184 			"QCheckBox::indicator:unchecked{"
   204 			"QCheckBox::indicator:unchecked{"
   185 				"image: url(\":/res/unchecked.png\");"
   205 				"image: url(\":/res/unchecked.png\");"
       
   206 				"}"
       
   207 			
       
   208 			"QRadioButton{"
       
   209 				"color: orange;"
       
   210 				"font: bold 14px;"
   186 				"}"
   211 				"}"
   187 			)
   212 			)
   188 		);
   213 		);
   189 
   214 
   190 	bindir->cd("bin"); // workaround over NSIS installer
   215 	bindir->cd("bin"); // workaround over NSIS installer