5 #ifndef pqFileDialogFilter_h 6 #define pqFileDialogFilter_h 8 #include "pqCoreModule.h" 9 #include <QRegularExpression> 10 #include <QSortFilterProxyModel> 23 void setFilter(
const QString& filter);
24 void setShowHidden(
const bool& hidden);
26 QRegularExpression
const&
getWildcards()
const {
return Wildcards; }
29 bool filterAcceptsRow(
int row_source,
const QModelIndex& source_parent)
const override;
30 bool lessThan(
const QModelIndex& left,
const QModelIndex& right)
const override;
37 #endif // !pqFileDialogFilter_h
QRegularExpression Wildcards
pqFileDialogModel * Model
QRegularExpression const & getWildcards() const
pqFileDialogModel allows remote browsing of a connected ParaView server's filesystem, as well as browsing of the local file system.