18 #include "NCLTextEditorQtDesignerPlugin.h"
20 NCLTextEditorPlugin::NCLTextEditorPlugin()
24 QString NCLTextEditorPlugin::name()
const
26 return "NCLTextEditor";
29 QString NCLTextEditorPlugin::group()
const
34 QString NCLTextEditorPlugin::toolTip()
const
36 return "NCL Text Editor Widget";
39 QWidget* NCLTextEditorPlugin::createWidget (QWidget* parent)
44 QString NCLTextEditorPlugin::includeFile()
const
46 return "NCLTextEditor.h";
49 QIcon NCLTextEditorPlugin::icon()
const
54 QString NCLTextEditorPlugin::whatsThis()
const
56 return "A widget to create and edit a NCL file";
59 bool NCLTextEditorPlugin::isContainer()
const