Uses of Enum
io.qt.core.QSettings.Scope
Packages that use QSettings.Scope
-
Uses of QSettings.Scope in io.qt.core
Methods in io.qt.core that return QSettings.ScopeModifier and TypeMethodDescriptionstatic QSettings.Scope
QSettings.Scope.resolve
(int value) Returns the corresponding enum entry for the given value.final QSettings.Scope
QSettings.scope()
static QSettings.Scope
Returns the enum constant of this type with the specified name.static QSettings.Scope[]
QSettings.Scope.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type QSettings.ScopeModifier and TypeMethodDescriptionstatic void
QSettings.setPath
(QSettings.Format format, QSettings.Scope scope, String path) Constructors in io.qt.core with parameters of type QSettings.ScopeModifierConstructorDescriptionQSettings
(QSettings.Format format, QSettings.Scope scope, String organization) QSettings
(QSettings.Format format, QSettings.Scope scope, String organization, String application) Overloaded constructor forQSettings(io.qt.core.QSettings.Format, io.qt.core.QSettings.Scope, java.lang.String, java.lang.String, io.qt.core.QObject)
withparent = null
.QSettings
(QSettings.Format format, QSettings.Scope scope, String organization, String application, QObject parent) QSettings
(QSettings.Scope scope) Overloaded constructor forQSettings(io.qt.core.QSettings.Scope, io.qt.core.QObject)
withparent = null
.QSettings
(QSettings.Scope scope, QObject parent) QSettings
(QSettings.Scope scope, String organization) Overloaded constructor forQSettings(io.qt.core.QSettings.Scope, java.lang.String, java.lang.String, io.qt.core.QObject)
QSettings
(QSettings.Scope scope, String organization, String application) Overloaded constructor forQSettings(io.qt.core.QSettings.Scope, java.lang.String, java.lang.String, io.qt.core.QObject)
withparent = null
.QSettings
(QSettings.Scope scope, String organization, String application, QObject parent)