mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
refs #740, GUI settings in own component
* used in client/mapping tool * reset font possible
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6037ce85ed
commit
4e381a048f
@@ -51,10 +51,13 @@ namespace BlackGui
|
||||
bool containsStyle(const QString &fileName) const;
|
||||
|
||||
//! Update the fonts
|
||||
bool updateFonts(const QFont &font);
|
||||
bool updateFont(const QFont &font);
|
||||
|
||||
//! Update the fonts
|
||||
bool updateFonts(const QString &fontFamily, const QString &fontSize, const QString &fontStyle, const QString &fontWeight, const QString &fontColor);
|
||||
bool updateFont(const QString &fontFamily, const QString &fontSize, const QString &fontStyle, const QString &fontWeight, const QString &fontColor);
|
||||
|
||||
//! Reset font
|
||||
bool resetFont();
|
||||
|
||||
//! Current font color from style sheet
|
||||
QString fontColor() const;
|
||||
|
||||
Reference in New Issue
Block a user