1 #ifndef QHEXEDITPLUGIN_H 2 #define QHEXEDITPLUGIN_H 6 #if QT_VERSION < QT_VERSION_CHECK(5,0,0) 7 #include <QtDesigner/QDesignerCustomWidgetInterface> 9 #include <QDesignerCustomWidgetInterface> 15 Q_INTERFACES(QDesignerCustomWidgetInterface)
16 #if QT_VERSION >= QT_VERSION_CHECK(5,0,0) 17 Q_PLUGIN_METADATA(IID
"com.qt-project.Qt.QHexEditPlugin")
23 bool isContainer()
const;
24 bool isInitialized()
const;
26 QString domXml()
const;
27 QString group()
const;
28 QString includeFile()
const;
30 QString toolTip()
const;
31 QString whatsThis()
const;
32 QWidget *createWidget(QWidget *parent);
33 void initialize(QDesignerFormEditorInterface *core);
Definition: QHexEditPlugin.h:12