Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
shared_settings.cpp File Reference

(94a41d036d53b28e8638d13eae40875869af6123)

#include "shared_settings_p.h"
#include "grid_p.h"
#include "previewmanager_p.h"
#include "qdesigner_utils_p.h"
#include <actioneditor_p.h>
#include <QtDesigner/abstractformeditor.h>
#include <QtDesigner/abstractsettings.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qdir.h>
#include <QtCore/qvariant.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qsize.h>
+ Include dependency graph for shared_settings.cpp:

Go to the source code of this file.

Namespaces

namespace  qdesigner_internal
 Auxiliary methods to store/retrieve settings.
 

Functions

static bool checkTemplatePath (const QString &path, bool create)
 
static QString qdesigner_internal::msgWarnDeviceProfileXml (const QString &msg)
 

Variables

static constexpr auto defaultGridKey = "defaultGrid"_L1
 
static constexpr auto previewKey = "Preview"_L1
 
static constexpr auto enabledKey = "Enabled"_L1
 
static constexpr auto userDeviceSkinsKey = "UserDeviceSkins"_L1
 
static constexpr auto zoomKey = "zoom"_L1
 
static constexpr auto zoomEnabledKey = "zoomEnabled"_L1
 
static constexpr auto deviceProfileIndexKey = "DeviceProfileIndex"_L1
 
static constexpr auto deviceProfilesKey = "DeviceProfiles"_L1
 
static constexpr auto formTemplatePathsKey = "FormTemplatePaths"_L1
 
static constexpr auto formTemplateKey = "FormTemplate"_L1
 
static constexpr auto newFormSizeKey = "NewFormSize"_L1
 
static constexpr auto namingModeKey = "naming"_L1
 
static constexpr auto underScoreNamingMode = "underscore"_L1
 
static constexpr auto camelCaseNamingMode = "camelcase"_L1
 

Function Documentation

◆ checkTemplatePath()

static bool checkTemplatePath ( const QString & path,
bool create )
static

Definition at line 39 of file shared_settings.cpp.

Variable Documentation

◆ camelCaseNamingMode

static constexpr auto camelCaseNamingMode = "camelcase"_L1
staticconstexpr

Definition at line 37 of file shared_settings.cpp.

◆ defaultGridKey

static constexpr auto defaultGridKey = "defaultGrid"_L1
staticconstexpr

Definition at line 24 of file shared_settings.cpp.

◆ deviceProfileIndexKey

static constexpr auto deviceProfileIndexKey = "DeviceProfileIndex"_L1
staticconstexpr

Definition at line 30 of file shared_settings.cpp.

◆ deviceProfilesKey

static constexpr auto deviceProfilesKey = "DeviceProfiles"_L1
staticconstexpr

Definition at line 31 of file shared_settings.cpp.

◆ enabledKey

static constexpr auto enabledKey = "Enabled"_L1
staticconstexpr

Definition at line 26 of file shared_settings.cpp.

◆ formTemplateKey

static constexpr auto formTemplateKey = "FormTemplate"_L1
staticconstexpr

Definition at line 33 of file shared_settings.cpp.

◆ formTemplatePathsKey

static constexpr auto formTemplatePathsKey = "FormTemplatePaths"_L1
staticconstexpr

Definition at line 32 of file shared_settings.cpp.

◆ namingModeKey

static constexpr auto namingModeKey = "naming"_L1
staticconstexpr

Definition at line 35 of file shared_settings.cpp.

◆ newFormSizeKey

static constexpr auto newFormSizeKey = "NewFormSize"_L1
staticconstexpr

Definition at line 34 of file shared_settings.cpp.

◆ previewKey

static constexpr auto previewKey = "Preview"_L1
staticconstexpr

Definition at line 25 of file shared_settings.cpp.

◆ underScoreNamingMode

static constexpr auto underScoreNamingMode = "underscore"_L1
staticconstexpr

Definition at line 36 of file shared_settings.cpp.

◆ userDeviceSkinsKey

static constexpr auto userDeviceSkinsKey = "UserDeviceSkins"_L1
staticconstexpr

Definition at line 27 of file shared_settings.cpp.

◆ zoomEnabledKey

static constexpr auto zoomEnabledKey = "zoomEnabled"_L1
staticconstexpr

Definition at line 29 of file shared_settings.cpp.

◆ zoomKey

static constexpr auto zoomKey = "zoom"_L1
staticconstexpr

Definition at line 28 of file shared_settings.cpp.