18 #ifndef NCLTEXTEDITORPLUGIN_H
19 #define NCLTEXTEDITORPLUGIN_H
23 #include <QDesignerCustomWidgetInterface>
25 #include "NCLTextEditor.h"
30 Q_INTERFACES(QDesignerCustomWidgetInterface)
35 QString group()
const;
36 QString toolTip()
const;
37 QString whatsThis()
const;
38 QString includeFile()
const;
40 bool isContainer()
const;
42 QWidget *createWidget(QWidget *parent);
50 #endif // NCLTEXTEDITORPLUGIN_H