7#ifndef _CPREFERENCESDIALOG_H
8#define _CPREFERENCESDIALOG_H
13#include <QDesktopServices>
16#include <QDialogButtonBox>
82 QTabWidget *tabwidget;
83 QDialogButtonBox *buttonbox;
85 QVBoxLayout *mainlayout;
The representation of a set of peptide sequence candidates.
The class storing global preferences.
Definition: cGlobalPreferences.h:104
Preferences dialog.
Definition: cPreferencesDialog.h:31
~cPreferencesDialog()
The destructor.
Definition: cPreferencesDialog.cpp:57
cPreferencesDialog(cGlobalPreferences &globalpreferences, QWidget *parent=0)
The constructor.
Definition: cPreferencesDialog.cpp:10
void keyPressEvent(QKeyEvent *event)
Handle a key press event.
Definition: cPreferencesDialog.cpp:70
void resetPreferences(cGlobalPreferences &globalpreferences)
Reset preferences.
Definition: cPreferencesDialog.cpp:49
void setPreferences(cGlobalPreferences &globalpreferences)
Set preferences.
Definition: cPreferencesDialog.cpp:41
The class representing a tab used to define the data processing parameters.
Definition: cPreferencesTabDataProcessing.h:26
The class representing a tab of default directories.
Definition: cPreferencesTabDirectories.h:26
The class representing a tab of ion types.
Definition: cPreferencesTabIonTypes.h:25
The class representing a tab of URLs.
Definition: cPreferencesTabURLs.h:26