20 #ifndef ESCALEDIMAGEDESIGNERPLUGIN_H
21 #define ESCALEDIMAGEDESIGNERPLUGIN_H
24 #include <QDesignerCustomWidgetInterface>
32 Q_INTERFACES(QDesignerCustomWidgetInterface)
37 QString
group()
const;
46 void initialize(QDesignerFormEditorInterface *core);
53 #endif // ESCALEDIMAGEDESIGNERPLUGIN_H
QString toolTip() const
Definition: escaledimagedesignerplugin.cpp:41
QWidget * createWidget(QWidget *parent)
Definition: escaledimagedesignerplugin.cpp:66
QString includeFile() const
Definition: escaledimagedesignerplugin.cpp:51
bool isInitialized() const
Definition: escaledimagedesignerplugin.cpp:94
QString domXml() const
Definition: escaledimagedesignerplugin.cpp:71
bool isContainer() const
Definition: escaledimagedesignerplugin.cpp:61
bool initialized
Definition: escaledimagedesignerplugin.h:50
void initialize(QDesignerFormEditorInterface *core)
Definition: escaledimagedesignerplugin.cpp:85
QString name() const
Definition: escaledimagedesignerplugin.cpp:31
EScaledImage QtDesigner object.
Definition: escaledimagedesignerplugin.h:29
QString whatsThis() const
Definition: escaledimagedesignerplugin.cpp:46
EScaledImageDesignerPlugin(QObject *parent=0)
Definition: escaledimagedesignerplugin.cpp:25
QIcon icon() const
Definition: escaledimagedesignerplugin.cpp:56
QString group() const
Definition: escaledimagedesignerplugin.cpp:36