mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Update NXG theme
This commit is contained in:
parent
287f04e6e7
commit
86cfd29080
@ -38,13 +38,13 @@
|
||||
"ledEnabled":"#26cd40",
|
||||
"ledDisabled":"#686868",
|
||||
"csvCheckbox":"#2e895c",
|
||||
"connectButtonChecked":"#d72d60",
|
||||
"connectButtonChecked":"#fc5142",
|
||||
"connectButtonUnchecked":"#2eed5c",
|
||||
"mqttButton":"#4287ba",
|
||||
"mqttButton":"#4188be",
|
||||
"widgetTextPrimary":"#24476a",
|
||||
"widgetTextSecondary":"#666666",
|
||||
"widgetWindowBackground":"#f2f2f2",
|
||||
"widgetWindowBorder":"#62676a",
|
||||
"widgetWindowBorder":"#747d83",
|
||||
"widgetForegroundPrimary":"#f94144",
|
||||
"widgetForegroundSecondary":"#666666",
|
||||
"widgetIndicator":"#444444",
|
||||
|
@ -1367,11 +1367,8 @@ void Editor::setDatasetFFTSamples(const int group, const int dataset,
|
||||
*/
|
||||
void Editor::setModified(const bool modified)
|
||||
{
|
||||
if (m_modified != modified)
|
||||
{
|
||||
m_modified = modified;
|
||||
emit modifiedChanged();
|
||||
}
|
||||
m_modified = modified;
|
||||
emit modifiedChanged();
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -164,11 +164,10 @@ public slots:
|
||||
void setDatasetFFTSamples(const int group, const int dataset, const QString &samples);
|
||||
|
||||
private slots:
|
||||
void setModified(const bool modified);
|
||||
|
||||
void onJsonLoaded();
|
||||
void onModelChanged();
|
||||
void onGroupChanged(const int group);
|
||||
void setModified(const bool modified);
|
||||
void onDatasetChanged(const int group, const int dataset);
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user