mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
Ref T30, allow to set font as string (stylesheet string)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
3780bc18e0
commit
0c7ead7977
@@ -156,6 +156,9 @@ namespace BlackGui
|
||||
//! Update the fonts
|
||||
bool updateFont(const QString &fontFamily, const QString &fontSize, const QString &fontStyle, const QString &fontWeight, const QString &fontColor);
|
||||
|
||||
//! Update the fonts
|
||||
bool updateFont(const QString &qss);
|
||||
|
||||
//! Reset the font to default
|
||||
bool resetFont();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user