mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Ref T369, font setting improvements
- color can be hidden - access to QFont value/getter for family/style/size - renaming
This commit is contained in:
@@ -47,7 +47,16 @@ namespace BlackGui
|
||||
const QString &getQss() const { return m_qss; }
|
||||
|
||||
//! Set the current font
|
||||
void setCurrentFont(const QFont &font);
|
||||
void setFont(const QFont &font);
|
||||
|
||||
//! Get font selection
|
||||
QFont getFont() const;
|
||||
|
||||
//! Strings such as
|
||||
QStringList getFamilySizeStyle() const;
|
||||
|
||||
//! With color selection
|
||||
void setWithColorSelection(bool withColor);
|
||||
|
||||
signals:
|
||||
//! To be used with dialogs
|
||||
|
||||
Reference in New Issue
Block a user