1#ifndef WIDGETPLUGINCOLLECTION_H
2#define WIDGETPLUGINCOLLECTION_H
4#include <Kanoop/gui/libkanoopgui.h>
16 public QDesignerCustomWidgetCollectionInterface
19 Q_PLUGIN_METADATA(IID
"org.qt-project.Qt.QDesignerCustomWidgetCollectionInterface")
20 Q_INTERFACES(QDesignerCustomWidgetCollectionInterface)
33 virtual QList<QDesignerCustomWidgetInterface*>
customWidgets()
const override;
36 QList<QDesignerCustomWidgetInterface*> _widgets;