Ref T177, UI layout of settings component

This commit is contained in:
Klaus Basan
2017-10-30 02:15:29 +01:00
parent 3215a2e756
commit 1fda080070
4 changed files with 46 additions and 21 deletions

View File

@@ -48,11 +48,10 @@ namespace BlackGui
//! Change the windows opacity 0..100
void changedWindowsOpacity(int opacity);
private slots:
//! Selection radio buttons changed
void ps_selectionChanged();
private:
//! Selection radio buttons changed
void selectionChanged();
//! GUI settings changed
void guiSettingsChanged();
@@ -60,7 +59,7 @@ namespace BlackGui
void widgetStyleChanged(const QString &widgetStyle);
QScopedPointer<Ui::CSettingsGuiComponent> ui;
BlackMisc::CSetting<BlackGui::Settings::TGeneralGui> m_guiSettings { this, &CSettingsGuiComponent::guiSettingsChanged };
BlackMisc::CSetting<Settings::TGeneralGui> m_guiSettings { this, &CSettingsGuiComponent::guiSettingsChanged };
};
} // ns
} // ns