QTfrontend/main.cpp
changeset 1214 090f94cd663e
parent 1211 94c4f20abdda
child 1215 0c1c294c0f7e
equal deleted inserted replaced
1213:173c79113dfe 1214:090f94cd663e
    62 				"background-color: #870c8f;"
    62 				"background-color: #870c8f;"
    63 				"}"
    63 				"}"
    64 
    64 
    65 			"QPushButton{"
    65 			"QPushButton{"
    66 				"border: solid;"
    66 				"border: solid;"
    67 				"border-width: 4px;"
    67 				"border-width: 3px;"
    68 				"border-radius: 10px;"
    68 				"border-radius: 10px;"
    69 				"border-color: orange;"
    69 				"border-color: #ffcc00;"
    70 				"background-origin: margin;"
    70 				"background-origin: margin;"
    71 				"background-position: top left;"
    71 				"background-position: top left;"
    72 				"background-color: #00351d;"
    72 				"background-color: #00351d;"
    73 				"color: orange;"
    73 				"color: #ffcc00;"
    74 				"}"
    74 				"}"
    75 				"QPushButton:hover{"
    75 				"QPushButton:hover{"
    76 				"border-color: yellow;"
    76 				"border-color: yellow;"
    77 				"}"
    77 				"}"
    78 				"QPushButton:pressed{"
    78 				"QPushButton:pressed{"
    79 				"border-color: white;"
    79 				"border-color: white;"
    80 				"}"
    80 				"}"
    81 
    81 
    82 			"QLineEdit{"
    82 			"QLineEdit{"
    83 				"border: solid;"
    83 				"border: solid;"
    84 				"border-width: 4px;"
    84 				"border-width: 3px;"
    85 				"border-radius: 12px;"
    85 				"border-radius: 12px;"
    86 				"border-color: orange;"
    86 				"border-color: #ffcc00;"
    87 				"background-color: #0d0544;"
    87 				"background-color: #0d0544;"
    88 				"color: orange;"
    88 				"color: #ffcc00;"
    89 				"font: bold 14px;"
    89 				"font: bold 14px;"
    90 				"}"
    90 				"}"
    91 			"QLineEdit:hover{"
    91 			"QLineEdit:hover{"
    92 				"border-color: yellow;"
    92 				"border-color: yellow;"
    93 				"}"
    93 				"}"
    94 
    94 
    95 			"QLabel{"
    95 			"QLabel{"
    96 				"color: orange;"
    96 				"color: #ffcc00;"
    97 				"font: bold 14px;"
    97 				"font: bold 14px;"
    98 				"}"
    98 				"}"
    99 
    99 
   100 			"QListWidget{"
   100 			"QListWidget{"
   101 				"border: solid;"
   101 				"border: solid;"
   102 				"border-width: 4px;"
   102 				"border-width: 3px;"
   103 				"border-radius: 12px;"
   103 				"border-radius: 12px;"
   104 				"border-color: orange;"
   104 				"border-color: #ffcc00;"
   105 				"background-color: #0d0544;"
   105 				"background-color: #0d0544;"
   106 //				"alternate-background-color: #2f213a;" //what's it?
   106 //				"alternate-background-color: #2f213a;" //what's it?
   107 				"color: orange;"
   107 				"color: #ffcc00;"
   108 				"font: bold 14px;"
   108 				"font: bold 14px;"
   109 				"}"
   109 				"}"
   110 			"QListWidget:hover{"
   110 			"QListWidget:hover{"
   111 				"border-color: yellow;"
   111 				"border-color: yellow;"
   112 				"}"
   112 				"}"
   114 //				"background: #2f213a;"
   114 //				"background: #2f213a;"
   115 //				"}"
   115 //				"}"
   116 
   116 
   117 			"QSpinBox{"
   117 			"QSpinBox{"
   118 				"border: solid;"
   118 				"border: solid;"
   119 				"border-width: 4px;"
   119 				"border-width: 3px;"
   120 				"border-radius: 12px;"
   120 				"border-radius: 12px;"
   121 				"border-color: orange;"
   121 				"border-color: #ffcc00;"
   122 				"background-color: #0d0544;"
   122 				"background-color: #0d0544;"
   123 				"color: orange;"
   123 				"color: #ffcc00;"
   124 				"font: bold 14px;"
   124 				"font: bold 14px;"
   125 				"}"
   125 				"}"
   126 			"QSpinBox:hover{"
   126 			"QSpinBox:hover{"
   127 				"border-color: yellow;"
   127 				"border-color: yellow;"
   128 				"}"
   128 				"}"
   129 
   129 
   130 			"QToolBox{"
   130 			"QToolBox{"
   131 				"border: solid;"
   131 				"border: solid;"
   132 				"border-width: 4px;"
   132 				"border-width: 3px;"
   133 				"border-radius: 12px;"
   133 				"border-radius: 12px;"
   134 				"border-color: orange;"
   134 				"border-color: #ffcc00;"
   135 				"background-color: #0d0544;"
   135 				"background-color: #0d0544;"
   136 			"}"
   136 			"}"
   137 			"QToolBox::tab{"
   137 			"QToolBox::tab{"
   138 				"color: orange;"
   138 				"color: #ffcc00;"
   139 				"font: bold 14px;"
   139 				"font: bold 14px;"
   140 				"}"
   140 				"}"
   141 			"QToolBox:hover{"
   141 			"QToolBox:hover{"
   142 				"border-color: yellow;"
   142 				"border-color: yellow;"
   143 				"}"
   143 				"}"
   144 
   144 
   145 			"QComboBox{"
   145 			"QComboBox{"
   146 				"border: solid;"
   146 				"border: solid;"
   147 				"border-width: 4px;"
   147 				"border-width: 3px;"
   148 				"border-radius: 15px;"
   148 				"border-radius: 15px;"
   149 				"border-color: orange;"
   149 				"border-color: #ffcc00;"
   150 				"background-color: #0d0544;"
   150 				"background-color: #0d0544;"
   151 				"color: orange;"
   151 				"color: #ffcc00;"
   152 				"font: bold 14px;"
   152 				"font: bold 14px;"
   153 				"padding: 3px;"
   153 				"padding: 3px;"
   154 //				"text-align: center;"
   154 //				"text-align: center;"
   155 				"}"
   155 				"}"
   156 			"QComboBox:hover{"
   156 			"QComboBox:hover{"
   166 			"QComboBox::down-arrow {"
   166 			"QComboBox::down-arrow {"
   167 				"image: url(\":/res/dropdown.png\");"
   167 				"image: url(\":/res/dropdown.png\");"
   168 				"}"
   168 				"}"
   169 			"QComboBox QAbstractItemView{"
   169 			"QComboBox QAbstractItemView{"
   170 				"border: solid transparent;"
   170 				"border: solid transparent;"
   171 				"border-width: 4px;"
   171 				"border-width: 3px;"
   172 				//"border-radius: 12px;" -- bad corners look
   172 				//"border-radius: 12px;" -- bad corners look
   173 				"border-color: orange;"
   173 				"border-color: #ffcc00;"
   174 				"background-color: #0d0544;"
   174 				"background-color: #0d0544;"
   175 				"color: orange;"
   175 				"color: #ffcc00;"
   176 				"font: bold 14px;"
   176 				"font: bold 14px;"
   177 				"}"
   177 				"}"
   178 
   178 
   179 
   179 
   180 			"IconedGroupBox{"
   180 			"IconedGroupBox{"
   181 				"border: solid;"
   181 				"border: solid;"
   182 				"border-width: 4px;"
   182 				"border-width: 3px;"
   183 				"border-radius: 16px;"
   183 				"border-radius: 16px;"
   184 				"border-color: orange;"
   184 				"border-color: #ffcc00;"
   185 				"background-color: #130f2c;"
   185 				"background-color: #130f2c;"
   186 				"color: orange;"
   186 				"color: #ffcc00;"
   187 				"font: bold 14px;"
   187 				"font: bold 14px;"
   188 				"padding: 12px;"
   188 				"padding: 12px;"
   189 				"}"
   189 				"}"
   190 			".QGroupBox{"
   190 			".QGroupBox{"
   191 				"background-image: url(\":/res/panelbg.png\");"
   191 				"background-image: url(\":/res/panelbg.png\");"
   192 				"background-position: bottom center;"
   192 				"background-position: bottom center;"
   193 				"background-repeat: repeat-x;"
   193 				"background-repeat: repeat-x;"
   194 				"border: solid;"
   194 				"border: solid;"
   195 				"border-width: 4px;"
   195 				"border-width: 3px;"
   196 				"border-radius: 16px;"
   196 				"border-radius: 16px;"
   197 				"border-color: orange;"
   197 				"border-color: #ffcc00;"
   198 				"background-color: #040200;"
   198 				"background-color: #040200;"
   199 				"padding: 6px;"
   199 				"padding: 6px;"
   200 				"color: orange;"
   200 				"color: #ffcc00;"
   201 				"font: bold 14px;"
   201 				"font: bold 14px;"
   202 				//"margin-top: 24px;"
   202 				//"margin-top: 24px;"
   203 				"}"
   203 				"}"
   204 			".QGroupBox::title{"
   204 			".QGroupBox::title{"
   205 				"subcontrol-origin: margin;"
   205 				"subcontrol-origin: margin;"
   208 				//"padding-top: 26px;"
   208 				//"padding-top: 26px;"
   209 				"text-align: left;"
   209 				"text-align: left;"
   210 				"}"
   210 				"}"
   211 
   211 
   212 			"QCheckBox{"
   212 			"QCheckBox{"
   213 				"color: orange;"
   213 				"color: #ffcc00;"
   214 				"font: bold 14px;"
   214 				"font: bold 14px;"
   215 				"}"
   215 				"}"
   216 			"QCheckBox::indicator:checked{"
   216 			"QCheckBox::indicator:checked{"
   217 				"image: url(\":/res/checked.png\");"
   217 				"image: url(\":/res/checked.png\");"
   218 				"}"
   218 				"}"
   219 			"QCheckBox::indicator:unchecked{"
   219 			"QCheckBox::indicator:unchecked{"
   220 				"image: url(\":/res/unchecked.png\");"
   220 				"image: url(\":/res/unchecked.png\");"
   221 				"}"
   221 				"}"
   222 			
   222 			
   223 			"QRadioButton{"
   223 			"QRadioButton{"
   224 				"color: orange;"
   224 				"color: #ffcc00;"
   225 				"font: bold 14px;"
   225 				"font: bold 14px;"
   226 				"}"
   226 				"}"
   227 			)
   227 			)
   228 		);
   228 		);
   229 
   229