mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 02:55:44 +08:00
Ref T369, link font size signals with dock widget
This commit is contained in:
@@ -47,11 +47,17 @@ namespace BlackGui
|
||||
//! The shortcus owned by QWidget
|
||||
QList<QShortcut *> getShortcuts() const;
|
||||
|
||||
private:
|
||||
void changeFontDialog();
|
||||
signals:
|
||||
//! Font size signals @{
|
||||
void fontSizePlus();
|
||||
void fontSizeMinus();
|
||||
void fontReset();
|
||||
//! @}
|
||||
|
||||
private:
|
||||
void changeFontDialog();
|
||||
void onFontSizePlus();
|
||||
void onFontSizeMinus();
|
||||
void onFontReset();
|
||||
|
||||
QWidget *m_widget = nullptr;
|
||||
QShortcut *m_fontSizePlusShortcut = nullptr; //! owned by widget
|
||||
|
||||
Reference in New Issue
Block a user