Ref T30, using font settings in GUI component

This commit is contained in:
Klaus Basan
2017-07-05 02:39:02 +02:00
committed by Mathew Sutcliffe
parent bf573f0f20
commit be3c8b0bdd
3 changed files with 18 additions and 217 deletions

View File

@@ -49,15 +49,6 @@ namespace BlackGui
void changedWindowsOpacity(int opacity);
private slots:
//! Font has been changed
void ps_fontChanged();
//! Font color dialof
void ps_fontColorDialog();
//! Reset font
void ps_resetFont();
//! Selection radio buttons changed
void ps_selectionChanged();
@@ -69,7 +60,6 @@ namespace BlackGui
void widgetStyleChanged(const QString &widgetStyle);
QScopedPointer<Ui::CSettingsGuiComponent> ui;
QColor m_fontColor;
BlackMisc::CSetting<BlackGui::Settings::TGeneralGui> m_guiSettings { this, &CSettingsGuiComponent::guiSettingsChanged };
};
} // ns