Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
QmitkPreferencesDialog.cpp File Reference
#include "QmitkPreferencesDialog.h"
#include "berryPlatform.h"
#include "berryPlatformUI.h"
#include "berryIWorkbench.h"
#include "berryIConfigurationElement.h"
#include "berryIExtensionRegistry.h"
#include "berryIExtension.h"
#include <berryIBerryPreferencesService.h>
#include <berryIQtPreferencePage.h>
#include "internal/org_mitk_gui_qt_application_Activator.h"
#include <ui_QmitkPreferencesDialog.h>
#include <QFileDialog>
#include <QMessageBox>
#include <QPushButton>
#include <algorithm>
#include <mitkLogMacros.h>

Go to the source code of this file.

Functions

static std::vector< std::string > splitString (const std::string &s, char delim=' ')
 

Function Documentation

◆ splitString()

static std::vector<std::string> splitString ( const std::string &  s,
char  delim = ' ' 
)
static