| |
The MassPeakShaperConfigDlg class provides a graphical user interface for the configuration of the mass peak shaping process. More...
| Header: | #include <MassPeakShaperConfigDlg.hpp> |
| MassPeakShaperConfigDlg(QWidget *parent_p, const QString &applicationName, const QString &description) | |
| virtual | ~MassPeakShaperConfigDlg() |
| void | readSettings(const QString &config_settings_file_path) |
| void | writeSettings(const QString &config_settings_file_path) |
| void | setupDialog() |
| QString | m_applicationName |
| MsXpS::libXpertMassCore::MassPeakShaperConfig | m_config |
| QWidget * | mp_parent |
| Ui::MassPeakShaperConfigDlg * | mp_ui |
The dialog window contains all the widgets required to fully configure the mass peak shaping process.
Constructs a MassPeakShaperConfigDlg instance.
[virtual noexcept] MassPeakShaperConfigDlg::~MassPeakShaperConfigDlg()Destructs this MassPeakShaperConfigDlg instance.
Reads the settings of this dialog window from config_settings_file_path.
[protected] void MassPeakShaperConfigDlg::setupDialog()Sets up this dialog window.
Writes the settings of the dialog window to config_settings_file_path for later restoration.
This variable holds the name of the application.
This variable holds the libXpertMassCore::MassPeakShaperConfig configuration for the mass peak shaping process.
This variable holds the parent widget.
This variable holds the graphical user interface definition.