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.h17
1 files changed, 7 insertions, 10 deletions
diff --git a/src/activeqt/container/qaxselect.h b/src/activeqt/container/qaxselect.h
index 612a10a..228598c 100644
--- a/src/activeqt/container/qaxselect.h
+++ b/src/activeqt/container/qaxselect.h
@@ -42,15 +42,12 @@
#define QAXSELECT_H
#include <QtWidgets/QDialog>
-QT_BEGIN_HEADER
-
QT_BEGIN_NAMESPACE
#ifndef QT_NO_WIN_ACTIVEQT
-namespace Ui {
- class QAxSelect;
-}
+class QAxSelectPrivate;
+class QModelIndex;
class QAxSelect : public QDialog
{
@@ -61,15 +58,15 @@ public:
QString clsid() const;
private Q_SLOTS:
- void on_ActiveXList_clicked(const QModelIndex &index);
- void on_ActiveXList_doubleClicked(const QModelIndex &index);
+ void onActiveXListCurrentChanged(const QModelIndex &);
+ void onActiveXListActivated();
+ void onFilterLineEditChanged(const QString &);
+
private:
- QScopedPointer<Ui::QAxSelect> selectUi;
+ QScopedPointer<QAxSelectPrivate> d;
};
QT_END_NAMESPACE
#endif // QT_NO_WIN_ACTIVEQT
-QT_END_HEADER
-
#endif // QAXSELECT_H