Go to the documentation of this file. 1 #ifndef DUMMYWIDGETPLUGIN_HPP
2 #define DUMMYWIDGETPLUGIN_HPP
4 #include <QLatin1String>
5 #include <QtUiPlugin/QDesignerCustomWidgetInterface>
8 public QObject,
public QDesignerCustomWidgetInterface
11 Q_INTERFACES(QDesignerCustomWidgetInterface)
40 QString
group()
const;
46 void initialize(QDesignerFormEditorInterface *core);
53 QString m_includeFile;
58 #endif // DUMMYWIDGETPLUGIN_HPP