Set background colour for start/stop button

pull/1852/head
srcejon 2023-09-29 08:42:47 +01:00
rodzic 7fe7f2aa86
commit f3582b95f5
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -667,6 +667,8 @@ NoiseFigureGUI::NoiseFigureGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, B
ui->results->setItemDelegateForColumn(RESULTS_COL_ENR, new DecimalDelegate(2));
ui->results->setItemDelegateForColumn(RESULTS_COL_FLOOR, new DecimalDelegate(1));
ui->startStop->setStyleSheet(QString("QToolButton{ background-color: blue; } QToolButton:checked{ background-color: green; }"));
displaySettings();
makeUIConnections();
applySettings(true);