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 bool isContainer() const
Definition: escaledimagedesignerplugin.cpp:61
QString toolTip() const
Definition: escaledimagedesignerplugin.cpp:41
QString group() const
Definition: escaledimagedesignerplugin.cpp:36
QWidget * createWidget(QWidget *parent)
Definition: escaledimagedesignerplugin.cpp:66
bool isInitialized() const
Definition: escaledimagedesignerplugin.cpp:94
QString domXml() const
Definition: escaledimagedesignerplugin.cpp:71
QIcon icon() const
Definition: escaledimagedesignerplugin.cpp:56
bool initialized
Definition: escaledimagedesignerplugin.h:50
void initialize(QDesignerFormEditorInterface *core)
Definition: escaledimagedesignerplugin.cpp:85
QString includeFile() const
Definition: escaledimagedesignerplugin.cpp:51
QString name() const
Definition: escaledimagedesignerplugin.cpp:31
QString whatsThis() const
Definition: escaledimagedesignerplugin.cpp:46
EScaledImage QtDesigner object.
Definition: escaledimagedesignerplugin.h:29
EScaledImageDesignerPlugin(QObject *parent=0)
Definition: escaledimagedesignerplugin.cpp:25