#include "QmitkPreferencesDialog.h"
#include "berryPlatform.h"
#include "berryIPreferencePage.h"
#include "berryIConfigurationElement.h"
#include "berryIExtensionPointService.h"
#include "berryIExtension.h"
#include <QGridLayout>
#include <QLineEdit>
#include <QTreeWidget>
#include <QLabel>
#include <QPushButton>
#include <QSplitter>
#include <QEvent>
#include <QTreeWidgetItem>
#include <QIcon>
#include <QStackedWidget>
#include <QFileDialog>
#include <QMessageBox>
#include <algorithm>
#include <mitkLogMacros.h>
Go to the source code of this file.