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
abstractsettings.qdoc
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \class QDesignerSettingsInterface
6
7 \brief The QDesignerSettingsInterface provides an abstraction of QSettings to be used in \QD.
8
9 \QD uses the QDesignerSettingsInterface to save and retrieve its settings.
10 The default implementation in \QD is based on QSettings, using a file in .ini-format.
11 IDE integrations can provide their own implementations that for
12 example store the settings in a database instead of a file.
13
14 The virtual functions are equivalent to the functions of the same name in the
15 QSettings class.
16
17 \sa QDesignerFormEditorInterface::setSettingsManager(), QDesignerFormEditorInterface::settingsManager()
18 \sa QSettings
19
20 \internal
21 \inmodule QtDesigner
22 \since 5.0
23*/