5#ifndef QACTIVEXPROPERTYSHEET_H
6#define QACTIVEXPROPERTYSHEET_H
8#include <QtDesigner/private/qdesigner_propertysheet_p.h>
13class QDesignerFormWindowInterface;
16
17
18
19
20
21
22
27 Q_INTERFACES(QDesignerPropertySheetExtension)
34 void setProperty(
int index,
const QVariant &value)
override;
36 int indexOf(
const QString &name)
const override;
47 const QString m_controlProperty;
48 const QString m_propertyGroup;
50 struct SavedProperties {
51 QVariantMap changedProperties;
54 } m_currentProperties;
56 static void reloadPropertySheet(
const struct SavedProperties &properties, QDesignerFormWindowInterface *formWin);
59using ActiveXPropertySheetFactory = QDesignerPropertySheetFactory<QDesignerAxWidget, QAxWidgetPropertySheet>;
Combined button and popup list for selecting options.