OpenMS
|
Dialog which allows to specify the directory for the output files. More...
#include <OpenMS/VISUAL/DIALOGS/TOPPASOutputFilesDialog.h>
Public Slots | |
void | showFileDialog () |
Lets the user select the directory via a file dialog. More... | |
Public Member Functions | |
TOPPASOutputFilesDialog (const QString &dir_name, int num_jobs) | |
Constructor. More... | |
~TOPPASOutputFilesDialog () override | |
QString | getDirectory () const |
Returns the name of the directory. More... | |
int | getNumJobs () const |
Returns the maximum number of jobs in the spinbox. More... | |
Protected Slots | |
void | checkValidity_ () |
Called when OK is pressed; checks if the selected file is valid. More... | |
Private Attributes | |
Ui::TOPPASOutputFilesDialogTemplate * | ui_ |
Dialog which allows to specify the directory for the output files.
TOPPASOutputFilesDialog | ( | const QString & | dir_name, |
int | num_jobs | ||
) |
Constructor.
|
override |
|
protectedslot |
Called when OK is pressed; checks if the selected file is valid.
QString getDirectory | ( | ) | const |
Returns the name of the directory.
int getNumJobs | ( | ) | const |
Returns the maximum number of jobs in the spinbox.
|
slot |
Lets the user select the directory via a file dialog.
|
private |