6 #include "ui_settingsfontdialog.h"
13 this->setWindowFlags(this->windowFlags() & ~Qt::WindowContextHelpButtonHint);
32 ui->comp_FontSettings->setWithColorSelection(withColor);
void reject()
To be used with dialogs.
void accept()
To be used with dialogs.
@ GenerateQssOnly
builds a qss style string
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.