20 #ifndef CXFILESELECTWIDGET_H_ 21 #define CXFILESELECTWIDGET_H_ 23 #include "cxResourceWidgetsExport.h" 26 #include <QStringList> 51 QString getFilename()
const;
52 void setFilename(QString name);
53 void setNameFilter(QStringList filter);
54 void setPaths(QStringList paths);
55 void setPath(QString path);
56 void setFolderDepth(
int depth);
58 QStringList getAllFiles();
64 void fileSelected(QString name);
68 void currentDataComboIndexChanged(
int);
69 void updateComboBox();
72 QStringList getAllFiles(QString folder,
int depth = 5);
74 QComboBox* mDataComboBox;
75 QToolButton* mSelectDataButton;
76 QAction* mSelectDataAction;
79 QStringList mRootPaths;
80 QStringList mNameFilters;
Namespace for all CustusX production code.