mirror of
https://github.com/arcan1s/qtadds-fontdialog.git
synced 2025-07-14 14:25:50 +00:00
fix header
This commit is contained in:
@ -35,8 +35,8 @@ public:
|
|||||||
QColor color();
|
QColor color();
|
||||||
void setCurrentColor(const QColor color);
|
void setCurrentColor(const QColor color);
|
||||||
// html weight properties
|
// html weight properties
|
||||||
static html2QFont(const int htmlWeight);
|
static int html2QFont(const int htmlWeight);
|
||||||
static qFont2html(const int weight);
|
static int qFont2html(const int weight);
|
||||||
int htmlWeight();
|
int htmlWeight();
|
||||||
void setHtmlWeight(const int htmlWeight);
|
void setHtmlWeight(const int htmlWeight);
|
||||||
// conversion to QFont
|
// conversion to QFont
|
||||||
|
Reference in New Issue
Block a user