Go to the documentation of this file.
17 #ifndef DDT_DATAVISUALISATION_DDTWIDGETS_IMAGESCALEWIDGETPLUGIN_HPP
18 #define DDT_DATAVISUALISATION_DDTWIDGETS_IMAGESCALEWIDGETPLUGIN_HPP
21 #include <QtUiPlugin/QDesignerCustomWidgetInterface>
27 public QDesignerCustomWidgetInterface {
29 Q_INTERFACES(QDesignerCustomWidgetInterface)
41 QIcon
icon()
const Q_DECL_OVERRIDE;
43 QString
domXml()
const Q_DECL_OVERRIDE;
44 QString
group()
const Q_DECL_OVERRIDE;
46 QString
name()
const Q_DECL_OVERRIDE;
47 QString
toolTip()
const Q_DECL_OVERRIDE;
48 QString
whatsThis()
const Q_DECL_OVERRIDE;
52 void initialize(QDesignerFormEditorInterface *core) Q_DECL_OVERRIDE;
55 bool m_initialized =
false;
58 #endif // DDT_DATAVISUALISATION_DDTWIDGETS_IMAGESCALEWIDGETPLUGIN_HPP