5#ifndef QACTIVEXPLUGINOBJECT_H
6#define QACTIVEXPLUGINOBJECT_H
8#include <QtCore/qpointer.h>
9#include <QtCore/qmap.h>
10#include <QtWidgets/qwidget.h>
11#include <QtGui/qpixmap.h>
18
19
20
21
22
23
24
25
26
31 Q_PROPERTY(QString control READ control WRITE setControl RESET resetControl DESIGNABLE
true)
49 bool loaded() {
return (m_axobject != 0); }
60 QAxWidget *
axobject()
const {
return m_axobject; }
63 const QSize m_defaultSize { 80, 70 };
65 QAxWidget *m_axobject =
nullptr;
80 QMap<
int,
bool> m_propValues;
89 if (strcmp(o->metaObject()->className(),
"QDesignerAxWidget") == 0)
93 if (strcmp(o->metaObject()->className(),
"QAxWidget") == 0)
Combined button and popup list for selecting options.