summaryrefslogtreecommitdiffstats
path: root/src/activeqt/container/qaxselect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/container/qaxselect.h')
-rw-r--r--src/activeqt/container/qaxselect.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/activeqt/container/qaxselect.h b/src/activeqt/container/qaxselect.h
index d17de95..960abd9 100644
--- a/src/activeqt/container/qaxselect.h
+++ b/src/activeqt/container/qaxselect.h
@@ -61,9 +61,17 @@ class QAxSelect : public QDialog
{
Q_OBJECT
public:
+ enum SandboxingLevel {
+ SandboxingNone = 0,
+ SandboxingProcess,
+ SandboxingLowIntegrity,
+ };
+
explicit QAxSelect(QWidget *parent = nullptr, Qt::WindowFlags flags = Qt::WindowFlags());
~QAxSelect() override;
+
QString clsid() const;
+ SandboxingLevel sandboxingLevel() const;
private Q_SLOTS:
void onActiveXListCurrentChanged(const QModelIndex &);