![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Functions | |
| QDESIGNER_UILIB_EXPORT QStringList | layoutNames () |
| QDESIGNER_UILIB_EXPORT QStringList | widgetNames () |
| QDESIGNER_UILIB_EXPORT QList< const QMetaObject * > | widgetMetaObjects () |
| QDESIGNER_UILIB_EXPORT QLayout * | createLayoutInstance (const QString &className, QWidget *parent) |
| QDESIGNER_UILIB_EXPORT QWidget * | createWidgetInstance (const QString &className, QWidget *parent) |
| QDESIGNER_UILIB_EXPORT QLayout * createLayoutInstance | ( | const QString & | className, |
| QWidget * | parent ) |
Definition at line 228 of file objectutils.cpp.
| QDESIGNER_UILIB_EXPORT QWidget * createWidgetInstance | ( | const QString & | className, |
| QWidget * | parent ) |
Definition at line 233 of file objectutils.cpp.
References QPainter::QWidget.
| QDESIGNER_UILIB_EXPORT QStringList layoutNames | ( | ) |
Definition at line 188 of file objectutils.cpp.
| QDESIGNER_UILIB_EXPORT QList< const QMetaObject * > widgetMetaObjects | ( | ) |
Definition at line 207 of file objectutils.cpp.
| QDESIGNER_UILIB_EXPORT QStringList widgetNames | ( | ) |
Definition at line 193 of file objectutils.cpp.