115 lines
2.7 KiB
CSS
115 lines
2.7 KiB
CSS
QGroupBox, QTabWidget {
|
|
font: bold 13pt "Inconsolata";
|
|
}
|
|
QPushButton {
|
|
font: bold 10pt "Inconsolata";
|
|
}
|
|
QLabel, QLineEdit, QSpinBox, QDoubleSpinBox, QTabWidget::pane {
|
|
font-family: "Inconsolata";
|
|
font-size: 10pt;
|
|
}
|
|
QPushButton[accessibleName="collect_button"] {
|
|
background-color: rgb(130, 188, 92);
|
|
font: normal 16pt "baloo";
|
|
}
|
|
QPushButton[accessibleName="emblScanZ"] {
|
|
background-color: #6ca347;
|
|
font: normal 16pt "baloo";
|
|
}
|
|
QPushButton[accessibleName="grid_abort"] {
|
|
background-color: rgb(255, 50, 50);
|
|
color: rgb(230, 230, 50);
|
|
font: normal 22pt "baloo";
|
|
}
|
|
QPushButton[accessibleName="zoom_button"] {
|
|
font: normal 10pt "Inconsolata";
|
|
background-color: rgb(219, 210, 111);
|
|
}
|
|
|
|
QLabel[accessibleName="device_fault"] {
|
|
background-color: rgb(255, 26, 26);
|
|
color: yellow;
|
|
}
|
|
|
|
QLineEdit[readOnly="true"] {
|
|
color: rgb(0, 51, 102);
|
|
}
|
|
QLabel[accessibleName="status_task_label"] {
|
|
color: rgb(150, 72, 72);
|
|
}
|
|
QLabel[accessibleName="pgroup"] {
|
|
color: rgb(50, 180, 50);
|
|
}
|
|
QLabel[accessibleName="led_green"] {
|
|
border: 2px solid darkgray;
|
|
border-radius: 7px;
|
|
background-color:
|
|
QLinearGradient(
|
|
y1: 0, y2: 1,
|
|
stop: 0 white,
|
|
stop: 0.2 #88ff88,
|
|
stop: 0.8 #44ff44,
|
|
stop: 1 #00ff00
|
|
);
|
|
}
|
|
QLabel[accessibleName="led_red"] {
|
|
border: 2px solid darkgray;
|
|
border-radius: 7px;
|
|
background-color:
|
|
QLinearGradient(
|
|
y1: 0, y2: 1,
|
|
stop: 0 white,
|
|
stop: 0.2 #ff8888,
|
|
stop: 0.8 #ff4444,
|
|
stop: 1 #ff0000
|
|
);
|
|
}
|
|
QLineEdit[accessibleName="invalid_input"] {
|
|
background-color: rgb(255, 173, 160);
|
|
color: yellow;
|
|
}
|
|
QTableView {
|
|
font: normal 11pt "Inconsolata";
|
|
}
|
|
QPlainTextEdit {
|
|
color: rgb(0, 0, 100);
|
|
font: normal 13pt "Inconsolata";
|
|
}
|
|
|
|
QToolButton {
|
|
font: normal 12pt "Inconsolata";
|
|
}
|
|
QToolButton[accessibleName="action_SampleExchange"] {
|
|
font: normal 12pt "Inconsolata";
|
|
background-color: rgb(153, 230, 153);
|
|
}
|
|
QToolButton[accessibleName="action_SampleAlignment"] {
|
|
font: normal 12pt "Inconsolata";
|
|
background-color: rgb(255, 239, 133);
|
|
}
|
|
QToolButton[accessibleName="action_DataCollection"] {
|
|
font: normal 12pt "Inconsolata";
|
|
background-color: rgb(163, 218, 255);
|
|
}
|
|
QSplitter::handle {
|
|
background-color: rgb(0, 51, 102);
|
|
}
|
|
QPushButton[accessibleName="startButton"] {
|
|
background-color: rgb(130, 188, 92);
|
|
font-weight: bold;
|
|
font-size: 16pt;
|
|
}
|
|
QPushButton[accessibleName="stopButton"] {
|
|
background-color: rgb(255, 20, 20);
|
|
font-weight: bold;
|
|
font-size: 16pt;
|
|
}
|
|
|
|
QPushButton[accessibleName="genericDialogTitle"] {
|
|
font-weight: bold;
|
|
font-size: 16pt;
|
|
}
|
|
QPushButton[accessibleName="genericDialogMessage"] {
|
|
font: italic 14pt;
|
|
}
|