Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
objectutils_p.h File Reference

(d9f2fd6c86dd50050431a4699ca52bc7da2d8035)

#include "uilib_global.h"
#include <QtCore/qlist.h>
#include <QtCore/qmetaobject.h>
Include dependency graph for objectutils_p.h:
This graph shows which files directly or indirectly include this file:

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 QLayoutcreateLayoutInstance (const QString &className, QWidget *parent)
QDESIGNER_UILIB_EXPORT QWidgetcreateWidgetInstance (const QString &className, QWidget *parent)

Function Documentation

◆ createLayoutInstance()

QDESIGNER_UILIB_EXPORT QLayout * createLayoutInstance ( const QString & className,
QWidget * parent )

Definition at line 228 of file objectutils.cpp.

◆ createWidgetInstance()

QDESIGNER_UILIB_EXPORT QWidget * createWidgetInstance ( const QString & className,
QWidget * parent )

Definition at line 233 of file objectutils.cpp.

References QPainter::QWidget.

Here is the call graph for this function:

◆ layoutNames()

Definition at line 188 of file objectutils.cpp.

◆ widgetMetaObjects()

QDESIGNER_UILIB_EXPORT QList< const QMetaObject * > widgetMetaObjects ( )

Definition at line 207 of file objectutils.cpp.

◆ widgetNames()

Definition at line 193 of file objectutils.cpp.