35 #ifndef OPENMS_VISUAL_APPLICATIONS_INIFILEEDITORWINDOW_H 
   36 #define OPENMS_VISUAL_APPLICATIONS_INIFILEEDITORWINDOW_H 
   41 #include <QtGui/QMainWindow> 
   62     void closeEvent(QCloseEvent * event);
 
   66     bool openFile(
const String & filename = 
"");
 
   72     void updateWindowTitle(
bool);
 
A more convenient string class. 
Definition: String.h:56
String current_path_
path used as next default location of the load/store dialogs 
Definition: INIFileEditorWindow.h:82
A GUI for editing or viewing a Param object. 
Definition: ParamEditor.h:170
Management and storage of parameters / INI files. 
Definition: Param.h:69
shows the ParamEditor widget in a QMainWindow with a toolbar 
Definition: INIFileEditorWindow.h:53
ParamEditor * editor_
ParamEditor object for visualization. 
Definition: INIFileEditorWindow.h:76
QString filename_
filename of xml-file to store the Param object 
Definition: INIFileEditorWindow.h:80
Param param_
Param object for storing data. 
Definition: INIFileEditorWindow.h:78