28 #if QT_VERSION >= 0x050500    29 #include <QtUiPlugin/QDesignerCustomWidgetInterface>    31 #include <QDesignerCustomWidgetInterface>    40     public QDesignerCustomWidgetInterface
    43     Q_INTERFACES(QDesignerCustomWidgetInterface)
    46         Plugin(
const QString &, QObject *parent = 0);
    52         QString 
group() 
const;
    57         void initialize(QDesignerFormEditorInterface *core);
 QString toolTip() const
Returns the plugin's tooltip. 
Definition: Plugin.cpp:95
 
QString group() const
Returns the name of the plugin group to display in the list of plugins. 
Definition: Plugin.cpp:77
 
bool initialized
true, if initialized. 
Definition: Plugin.h:60
 
QString name() const
Returns the name of the Plugin class. 
Definition: Plugin.cpp:68
 
QString domXml() const
Returns the recommended default setting for the plugin as an XML tree. 
Definition: Plugin.cpp:122
 
bool isInitialized() const
Returns the initialized state. 
Definition: Plugin.cpp:59
 
Plugin interface class. 
Definition: Plugin.h:38
 
QIcon icon() const
Returns the icon of the plugin. 
Definition: Plugin.cpp:86
 
bool isContainer() const
Returns, if the widget is a container. 
Definition: Plugin.cpp:113
 
QString includeFile() const
Returns the name of the header needed to use the plugin class. 
Definition: Plugin.cpp:138
 
QString whatsThis() const
Returns the text for the "What is this?" function. 
Definition: Plugin.cpp:104
 
QString widgetClassName
Definition: Plugin.h:61
 
void initialize(QDesignerFormEditorInterface *core)
Initializes static plugin objects. 
Definition: Plugin.cpp:44