|
QFont | Font |
|
QString | FontTextFormat |
|
◆ fullNameWeight()
QString FontButtonPrivate::fullNameWeight |
( |
| ) |
const |
- Todo
- : QFont:Weight is not yet in the meta object system QMetaObject meta = QFont::staticMetaObject; for (int i = 0; i < meta.enumeratorCount(); ++i) { QMetaEnum metaEnum = meta.enumerator(i); if (metaEnum.name() == "Weight") { return QString(metaEnum.valueToKey(this->Font.weight())); } }
The documentation for this class was generated from the following file:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/itomWidgets/fontButton.cpp