QDesignerSettingsInterface Class
The QDesignerSettingsInterface provides an abstraction of QSettings to be used in Qt Designer. More...
Header: | #include <QDesignerSettingsInterface> |
Detailed Description
Qt Designer uses the QDesignerSettingsInterface to save and retrieve its settings. The default implementation in Qt Designer is based on QSettings, using a file in .ini-format. IDE integrations can provide their own implementations that for example store the settings in a database instead of a file.
The virtual functions are equivalent to the functions of the same name in the QSettings class.
\internal
\inmodule
QtDesigner \since
5.0
See also QDesignerFormEditorInterface::setSettingsManager(), QDesignerFormEditorInterface::settingsManager(), and QSettings.