13 #ifndef QmitkFileChooser_h
14 #define QmitkFileChooser_h
Convenience Widget showing a line edit with the path of a file or directory and a button which invoke...
void SetHorizotalLayout(bool horizontalLayout)
virtual std::string GetFile() const
void NewFileSelected(const std::string &)
void SetSelectDir(bool selectDir)
QmitkFileChooser(QWidget *parent=nullptr, Qt::WindowFlags f={})
virtual void OnFileEditingFinished()
virtual void OnSelectFileClicked(bool)
void SetFilePattern(const std::string &filepattern)
void SetFile(const std::string &file)
void SetReadOnly(bool ReadOnly)
void SetFileMustExist(bool fileMustExist)
QPushButton * m_SelectFile