1 #ifndef PYSIDE2DESIGNERPLUGINCOLLECTION_HPP
2 #define PYSIDE2DESIGNERPLUGINCOLLECTION_HPP
4 #include <QtUiPlugin/QDesignerCustomWidgetInterface>
10 Q_INTERFACES(QDesignerCustomWidgetCollectionInterface)
11 #if QT_VERSION >= 0x050000
12 Q_PLUGIN_METADATA(IID
"org.qt-project.Qt.QDesignerCustomWidgetCollectionInterface")
13 #endif // QT_VERSION >= 0x050000
18 virtual QList<QDesignerCustomWidgetInterface*>
customWidgets()
const;
21 QList<QDesignerCustomWidgetInterface*> m_widgets;
24 #endif // PYSIDE2DESIGNERPLUGINCOLLECTION_HPP