Uses of Enum
io.qt.core.QSettings.Scope
-
Uses of QSettings.Scope in io.qt.core
Modifier 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.Modifier and TypeMethodDescriptionstatic void
QSettings.setPath
(QSettings.Format format, QSettings.Scope scope, String path) ModifierConstructorDescriptionQSettings
(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, 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) QSettings
(QSettings.Scope scope, QObject parent)