Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
berryQtPreferences.cpp
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #include "berryQtPreferences.h"
14 
15 #include <QString>
16 
17 namespace berry {
18 
19 const QString QtPreferences::QT_STYLES_NODE = "qtstyles";
20 const QString QtPreferences::QT_STYLE_NAME = "stylename";
21 const QString QtPreferences::QT_STYLE_SEARCHPATHS = "searchpaths";
22 const QString QtPreferences::QT_FONT_NAME = "fontname";
23 const QString QtPreferences::QT_FONT_SIZE = "fontsize";
24 const QString QtPreferences::QT_SHOW_TOOLBAR_CATEGORY_NAMES = "show_toolbar_category_names";
25 }
static const QString QT_STYLE_SEARCHPATHS
static const QString QT_FONT_NAME
static const QString QT_STYLE_NAME
static const QString QT_STYLES_NODE
static const QString QT_SHOW_TOOLBAR_CATEGORY_NAMES
static const QString QT_FONT_SIZE