mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Ref T30, using font settings in GUI component
This commit is contained in:
committed by
Mathew Sutcliffe
parent
bf573f0f20
commit
be3c8b0bdd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user