38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h> 
   44   class OutputDirectoryTemplate;
 
   88     Ui::OutputDirectoryTemplate* 
ui_;
 
A simple widget with a line-edit and a browse button to choose filenames.
Definition: OutputDirectory.h:57
 
void directoryChanged(const QString &dir)
emitted whenever the outputdirectory is changed (also when setDirectory() is used)
 
OutputDirectory(QWidget *parent)
Constructor.
 
Ui::OutputDirectoryTemplate * ui_
Definition: OutputDirectory.h:88
 
QString getDirectory() const
return the directory currently set (does not need to be valid)
 
void textEditChanged_(const QString &new_text)
forward internal textEdit::textChanged to directoryChanged signal
 
~OutputDirectory()
Destructor.
 
bool dirNameValid() const
check if the current directory exists and is writeable
 
void showFileDialog()
Lets the user select the file via a file dialog.
 
void setDirectory(const QString &dir)
Sets the text in the line-edit.
 
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
 
Definition: SwathWizardBase.h:63