6 #ifndef SWIFT_GUI_COMPONENTS_SETTINGSFONTDIALOG_H
7 #define SWIFT_GUI_COMPONENTS_SETTINGSFONTDIALOG_H
11 #include <QStringList>
15 class CSettingsFontDialog;
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.
QObject * parent() const const