Skip to content

Commit 5978831

Browse files
committed
qtdragon_lathe -update stylesheet for macroTab
1 parent f2f0623 commit 5978831

2 files changed

Lines changed: 58 additions & 1 deletion

File tree

share/qtvcp/screens/qtdragon_lathe/brushed_metal_color.qss

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,5 +575,27 @@ EditorBase {
575575
qproperty-styleColor6: #111155;/* Axes Values */
576576
qproperty-styleColor7: #111155;/* Other Values */
577577
}
578+
MacroTab CustomButton{
579+
width: 20px;
580+
height: 40px;
581+
}
578582

583+
MacroTab QPushButton {
584+
width: 80px;
585+
height: 40px;
586+
}
587+
588+
MacroTab QLabel {
589+
font: 18pt "Lato Heavy";
590+
}
591+
592+
TouchSpinBox LineEdit {
593+
font: 14pt "Lato Heavy";
594+
}
595+
596+
TouchSpinBox QPushButton {
597+
width: 60px;
598+
height: 100px;
599+
}
600+
579601

share/qtvcp/screens/qtdragon_lathe/qtdragon_lathe.qss

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,4 +510,39 @@ Bar#hal_bar_spindle_rpm{
510510
qproperty-useMultiColorIndicator: False;
511511
qproperty-indicatorColor: #0044ff;
512512
qproperty-split:20;
513-
}
513+
}
514+
515+
NCamWindow {
516+
background: lightgray;
517+
}
518+
NCamWindow QToolButton {
519+
background: lightgray;}
520+
521+
QToolBar {
522+
background: lightgray;
523+
spacing: 3px; /* spacing between items in the tool bar */
524+
}
525+
526+
MacroTab CustomButton{
527+
width: 20px;
528+
height: 40px;
529+
}
530+
531+
MacroTab QPushButton {
532+
width: 80px;
533+
height: 40px;
534+
}
535+
536+
MacroTab QLabel {
537+
font: 18pt "Lato Heavy";
538+
}
539+
540+
TouchSpinBox LineEdit {
541+
font: 14pt "Lato Heavy";
542+
}
543+
544+
TouchSpinBox QPushButton {
545+
width: 60px;
546+
height: 100px;
547+
}
548+

0 commit comments

Comments
 (0)