mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 07:15:34 +08:00
Ref T369, allow to change font size +/- in text message style settings
This commit is contained in:
@@ -45,6 +45,11 @@ namespace BlackGui
|
||||
//! Style
|
||||
void setStyle(const QString &style) { m_style = style; }
|
||||
|
||||
//! Font size @{
|
||||
void fontSizeMinus();
|
||||
void fontSizePlus();
|
||||
//! @}
|
||||
|
||||
//! Reset style
|
||||
void resetStyle() { m_style.clear(); }
|
||||
|
||||
@@ -66,6 +71,12 @@ namespace BlackGui
|
||||
|
||||
//! Update the font part
|
||||
bool setFontFamilySizeStyle(const QStringList &familySizeStlye);
|
||||
|
||||
//! Replace the table style in style
|
||||
void replaceTableStyle(const QString &newTableStyle);
|
||||
|
||||
//! Increase/decrease font size
|
||||
bool changeFontSize(bool increase);
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user