1 #ifndef STREAMALIGNERWIDGETPLUGIN_H 2 #define STREAMALIGNERWIDGETPLUGIN_H 5 #include <QtDesigner/QDesignerCustomWidgetInterface> 10 Q_INTERFACES(QDesignerCustomWidgetInterface)
20 QString
group()
const;
26 void initialize(QDesignerFormEditorInterface *core);
36 Q_INTERFACES(QDesignerCustomWidgetCollectionInterface)
40 virtual QList<QDesignerCustomWidgetInterface*> customWidgets()
const;
43 QList<QDesignerCustomWidgetInterface*> widgets;
46 #endif // STREAMALIGNERWIDGETPLUGIN_H