1 #ifndef WIDGETS_PATHSELECTION_H 2 #define WIDGETS_PATHSELECTION_H 8 QT_FORWARD_DECLARE_CLASS(QPushButton)
9 QT_FORWARD_DECLARE_CLASS(QCompleter)
22 void provideCustomFileMode(QFileDialog::FileMode customFileMode);
23 void provideCustomFileDialog(QFileDialog *customFileDialog);
26 bool eventFilter(QObject *obj, QEvent *event)
override;
29 void showFileDialog();
33 QPushButton *m_button;
34 QFileDialog::FileMode m_customMode;
35 QFileDialog *m_customDialog;
36 static QCompleter *m_completer;
62 m_customMode = customFileMode;
73 m_customDialog = customFileDialog;
77 #endif // WIDGETS_PATHSELECTION_H
#define QT_UTILITIES_EXPORT
Marks the symbol to be exported by the qtutilities library.