6 #ifndef SWIFT_GUI_COMPONENTS_SETTINGSFONTDIALOG_H
7 #define SWIFT_GUI_COMPONENTS_SETTINGSFONTDIALOG_H
11 #include <QStringList>
15 class CSettingsFontDialog;
35 const QString &
getQss()
const;
38 void setFont(
const QFont &font);
50 QScopedPointer<Ui::CSettingsFontDialog> ui;
void setFont(const QFont &font)
Set the current font.
void setWithColorSelection(bool withColor)
With color selection.
virtual ~CSettingsFontDialog()
Destructor.
const QString & getQss() const
Get stylesheet.
QStringList getFamilySizeStyle() const
Family, size and style.
QFont getFont() const
Get font.
CSettingsFontDialog(QWidget *parent=nullptr)
Constructor.
High level reusable GUI components.