7#ifndef _CPREFERENCESTABDATAPROCESSING_H
8#define _CPREFERENCESTABDATAPROCESSING_H
62 QVBoxLayout *mainlayout;
64 QWidget* gridlayoutwidget;
65 QGridLayout* gridlayout;
67 QLabel* labellinebafprocessingmethod;
68 QComboBox* comboboxlinebafprocessingmethod;
70 QLabel* labelprofilebafprocessingmethod;
71 QComboBox* comboboxprofilebafprocessingmethod;
73 QLabel* labelrawdataprocessingmethod;
74 QComboBox* comboboxrawdataprocessingmethod;
78 QPushButton* defaultbutton;
84 void defaultButtonReleased();
The representation of a set of peptide sequence candidates.
The class storing global preferences.
Definition: cGlobalPreferences.h:104
The class representing a tab used to define the data processing parameters.
Definition: cPreferencesTabDataProcessing.h:26
cPreferencesTabDataProcessing(cGlobalPreferences &globalpreferences, QWidget *parent=0)
The constructor.
Definition: cPreferencesTabDataProcessing.cpp:4
~cPreferencesTabDataProcessing()
The destructor.
Definition: cPreferencesTabDataProcessing.cpp:68
void resetPreferences(cGlobalPreferences &globalpreferences)
Reset preferences.
Definition: cPreferencesTabDataProcessing.cpp:60
void setPreferences(cGlobalPreferences &globalpreferences)
Set preferences.
Definition: cPreferencesTabDataProcessing.cpp:52