|
21 | 21 | #scribe_config, #spotting_config, #utility_frame, |
22 | 22 | #gui_frame, #materials_frame, #camview_frame, |
23 | 23 | #conv_frame, #stats_frame, #pmx_stats_frame, |
24 | | -#machinelog_frame { |
| 24 | +#machinelog_frame, #ub_frame, #sd_frame { |
25 | 25 | border: 1px solid frames; |
26 | 26 | background: backgnd; |
27 | 27 | border-radius: 4px } |
28 | 28 |
|
29 | 29 | /****** LABEL ************/ |
30 | 30 | #dro_label, #file_button_label, |
31 | 31 | #machine_label, #button_label, #edit_label, |
32 | | -#file_label, #jog_label, |
33 | | -#cut_rec_label, #thc_label, #sensor_label, |
34 | | -#arc_label, #control_label, #open_label, |
35 | | -#mdi_label, #config_label, #config_conf_lbl, |
36 | | -#arc_conf_lbl, #thc_conf_lbl, #motion_conf_lbl, |
37 | | -#probe_conf_lbl, #safety_conf_lbl, #scribe_conf_lbl, |
| 32 | +#file_label, #jog_label, #cut_rec_label, |
| 33 | +#thc_label, #sensor_label, #arc_label, |
| 34 | +#control_label, #open_label, #mdi_label, |
| 35 | +#config_conf_lbl, #arc_conf_lbl, #thc_conf_lbl, |
| 36 | +#motion_conf_lbl, #probe_conf_lbl, |
| 37 | +#safety_conf_lbl, #scribe_conf_lbl, |
38 | 38 | #spotting_conf_lbl, #utility_label, #gui_label, |
39 | | -#materials_label, #camview_label, #conv_label, |
40 | | -#stats_label, #pmx_stats_label, #machinelog_label { |
| 39 | +#camview_label, #conv_label, #stats_label, |
| 40 | +#pmx_stats_label, #machinelog_label { |
41 | 41 | color: backgnd; |
42 | 42 | background: frames; |
43 | 43 | border-top-left-radius: 2px; |
44 | 44 | border-top-right-radius: 2px } |
45 | 45 |
|
| 46 | +/****** MAX VELOCITY ************/ |
| 47 | +#max_offset_velocity_in { |
| 48 | + font: 11pt } |
| 49 | + |
46 | 50 | /****** TOOLTIPS ************/ |
47 | 51 | QToolTip { |
48 | 52 | font: 13px; |
@@ -219,54 +223,69 @@ QPushButton:checked:pressed, QToolButton:checked:pressed { |
219 | 223 | #cut_rec_se:pressed, #cut_rec_sw:pressed { |
220 | 224 | background: backalt } |
221 | 225 |
|
222 | | -/****** OPEN BUTTON<<<<<<<<<<<<*/ |
223 | | -#file_open { |
| 226 | +/****** HEADERS WITH BUTTONS <<<<<<<<<<<<*/ |
| 227 | +/* LEFT */ |
| 228 | +#file_clear, #ub_save, #sd_save, |
| 229 | +#save_plasma, #save_material { |
224 | 230 | color: backgnd; |
225 | 231 | background: frames; |
226 | 232 | border: none; |
227 | | - border-top-left-radius: 0px; |
| 233 | + border-top-left-radius: 2px; |
228 | 234 | border-top-right-radius: 0px; |
229 | 235 | border-bottom-left-radius: 0px; |
230 | 236 | border-bottom-right-radius: 0px } |
231 | 237 |
|
232 | | -#file_open:disabled { |
| 238 | +#file_clear:disabled, #ub_save:disabled, |
| 239 | +#sd_save:disabled, #save_plasma:disabled, |
| 240 | +#save_material:disabled { |
233 | 241 | background: inactive } |
234 | 242 |
|
235 | | -#file_open:pressed { |
| 243 | +#file_clear:pressed, #ub_save:pressed, |
| 244 | +#sd_save:pressed, #save_plasma:pressed, |
| 245 | +#save_material:pressed { |
236 | 246 | color: frames; |
237 | 247 | background: backgnd } |
238 | 248 |
|
239 | | -/****** RELOAD BUTTON<<<<<<<<<<<<*/ |
240 | | -#file_reload { |
| 249 | +/* CENTER */ |
| 250 | +#file_open, #ub_label, #sd_label, |
| 251 | +#materials_label, #new_material, |
| 252 | +#delete_material, #config_label { |
241 | 253 | color: backgnd; |
242 | 254 | background: frames; |
243 | 255 | border: none; |
244 | 256 | border-top-left-radius: 0px; |
245 | | - border-top-right-radius: 2px; |
| 257 | + border-top-right-radius: 0px; |
246 | 258 | border-bottom-left-radius: 0px; |
247 | 259 | border-bottom-right-radius: 0px } |
248 | 260 |
|
249 | | -#file_reload:disabled { |
| 261 | +#file_open:disabled, #materials_label:disabled, |
| 262 | +#new_material:disabled, #delete_material:disabled { |
250 | 263 | background: inactive } |
251 | 264 |
|
252 | | -#file_reload:pressed { |
| 265 | +#file_open:pressed, #materials_label:pressed, |
| 266 | +#new_material:pressed, #delete_material:pressed { |
253 | 267 | color: frames; |
254 | 268 | background: backgnd } |
255 | 269 |
|
256 | | -/****** CLEAR BUTTON<<<<<<<<<<<<*/ |
257 | | -#file_clear { |
| 270 | +/* RIGHT */ |
| 271 | +#file_reload, #ub_reload, #sd_reload, |
| 272 | +#reload_plasma, #reload_material { |
258 | 273 | color: backgnd; |
259 | 274 | background: frames; |
260 | 275 | border: none; |
261 | | - border-top-left-radius: 2px; |
262 | | - border-top-right-radius: 0px; |
| 276 | + border-top-left-radius: 0px; |
| 277 | + border-top-right-radius: 2px; |
263 | 278 | border-bottom-left-radius: 0px; |
264 | 279 | border-bottom-right-radius: 0px } |
265 | 280 |
|
266 | | -#file_clear:disabled { |
| 281 | +#file_reload:disabled, #sd_reload:disabled, |
| 282 | +#ub_reload:disabled, #reload_plasma:disabled, |
| 283 | +#reload_material:disabled { |
267 | 284 | background: inactive } |
268 | 285 |
|
269 | | -#file_clear:pressed { |
| 286 | +#file_reload:pressed, #up_reload:pressed, |
| 287 | +#sd_reload:pressed, #reload_plasma:pressed, |
| 288 | +#reload_material:pressed { |
270 | 289 | color: frames; |
271 | 290 | background: backgnd } |
272 | 291 |
|
|
0 commit comments