33 #ifndef _pqFileDialogFilter_h 34 #define _pqFileDialogFilter_h 36 #include "pqCoreModule.h" 38 #include <QSortFilterProxyModel> 42 public QSortFilterProxyModel
51 void setFilter(
const QString& filter);
52 void setShowHidden(
const bool &hidden);
56 bool filterAcceptsRow(
int row_source,
const QModelIndex& source_parent)
const;
57 bool lessThan(
const QModelIndex &left,
const QModelIndex &right)
const;
64 #endif // !_pqFileDialogFilter_h
pqFileDialogModel * Model
pqFileDialogModel allows remote browsing of a connected ParaView server's filesystem, as well as browsing of the local file system.