QTfrontend/main.cpp
changeset 1155 ffd0a34171f1
parent 1154 03cc0ab9c013
child 1157 c2e02c52dcad
equal deleted inserted replaced
1154:03cc0ab9c013 1155:ffd0a34171f1
    96 			"QComboBox::drop-down{"
    96 			"QComboBox::drop-down{"
    97 				"border: transparent;"
    97 				"border: transparent;"
    98 				"width: 25px;"
    98 				"width: 25px;"
    99 				"}"
    99 				"}"
   100 			"QComboBox::down-arrow {"
   100 			"QComboBox::down-arrow {"
   101 				"background-image: url(\":/res/dropdown.png\");"
   101 				"image: url(\":/res/dropdown.png\");"
   102 				"height: 16px;"
       
   103 				"width: 16px;"
       
   104 				"}"
   102 				"}"
   105 			"QComboBox QAbstractItemView{"
   103 			"QComboBox QAbstractItemView{"
   106 				"border: solid transparent;"
   104 				"border: solid transparent;"
   107 				"border-width: 4px;"
   105 				"border-width: 4px;"
   108 				//"border-radius: 12px;"
   106 				//"border-radius: 12px;"
   109 				"border-color: orange;"
   107 				"border-color: orange;"
   110 				"background-color: #0d0544;"
   108 				"background-color: #0d0544;"
   111 				"color: orange;"
   109 				"color: orange;"
   112 				"font: bold 14px;"
   110 				"font: bold 14px;"
       
   111 				"}"
       
   112 
       
   113 			"QGroupBox{"
       
   114 				"border: solid;"
       
   115 				"border-width: 4px;"
       
   116 				"border-radius: 16px;"
       
   117 				"border-color: orange;"
       
   118 				"background-color: #0d0544;"
       
   119 				"color: orange;"
       
   120 				"font: bold 14px;"
       
   121 				"padding: 3px;"
       
   122 				"}"
       
   123 			"QGroupBox:hover{"
       
   124 				"border-color: yellow;"
       
   125 				"}"
       
   126 			"QGroupBox:pressed{"
       
   127 				"border-color: white;"
       
   128 				"}"
       
   129 
       
   130 			"QCheckBox{"
       
   131 //				"background-color: #0d0544;"
       
   132 				"color: orange;"
       
   133 				"font: bold 14px;"
       
   134 //				"padding: 3px;"
       
   135 				"}"
       
   136 			"QCheckBox::indicator{"
       
   137 				"image-position: right;"
       
   138 				"}"
       
   139 			"QCheckBox::indicator:checked{"
       
   140 				"image: url(\":/res/checked.png\");"
       
   141 				"image-position: right;"
       
   142 				"}"
       
   143 			"QCheckBox::indicator:unchecked{"
       
   144 				"image: url(\":/res/unchecked.png\");"
   113 				"}"
   145 				"}"
   114 			)
   146 			)
   115 		);
   147 		);
   116 
   148 
   117 	bindir->cd("bin"); // workaround over NSIS installer
   149 	bindir->cd("bin"); // workaround over NSIS installer