mirror of
https://github.com/arcan1s/qtadds-fontdialog.git
synced 2025-04-29 10:47:18 +00:00
fix header
This commit is contained in:
parent
0103ff217d
commit
7140ba17cc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user