 |
OpenMS
3.0.0
|
|
Go to the documentation of this file.
38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
81 QStringList getPyProphetOutputFileNames()
const;
84 void on_run_swath_clicked();
85 void on_edit_advanced_parameters_clicked();
87 void broadcastNewCWD_(
const QString& new_cwd);
90 void on_btn_runPyProphet_clicked();
92 void on_btn_pyresults_clicked();
94 void on_pushButton_clicked();
99 bool findPythonScript_(
const String& path_to_python_exe,
String& script_name);
102 void updateSwathParamFromWidgets_();
105 void updateWidgetsfromSwathParam_();
108 QString getCurrentOutDir_()
const;
112 std::vector<std::pair<String, bool>> getPyProphetInputFiles()
const;
115 void checkPyProphetInput_();
123 void writeLog_(
const QString& text,
const QColor& color =
"#000000",
bool new_section =
false);
125 void writeLog_(
const String& text,
const QColor& color =
"#000000",
bool new_section =
false);
129 bool checkOSWInputReady_();
131 Ui::SwathTabWidget *
ui;
A better QTable for TOPPView, which supports exporting to TSV and conveniently adding data to cells a...
Definition: TableView.h:46
A simple widget with a line-edit and a browse button to choose filenames.
Definition: OutputDirectory.h:55
A more convenient string class.
Definition: String.h:58
RAII class to switch to certain TabWidget, disable the GUI and go back to the orignal Tab when this c...
Definition: WizardHelper.h:49
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Definition: SwathWizardBase.h:62
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
A wrapper around ExternalProcess to conveniently show a MessageBox when an error occurs.
Definition: ExternalProcessMBox.h:54
A GUI for editing or viewing a Param object.
Definition: ParamEditor.h:178
Management and storage of parameters / INI files.
Definition: Param.h:69