|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.trolltech.qt.core.QSettings.Scope
public static final class QSettings.Scope
This enum specifies whether settings are user-specific or shared by all users of the same system.
setPath().
| Field Summary | |
|---|---|
static QSettings.Scope |
SystemScope
Store settings in a global location, so that all users on the same machine access the same set of settings. |
static QSettings.Scope |
UserScope
Store settings in a location specific to the current user (e.g., in the user's home directory). |
| Method Summary | |
|---|---|
static QSettings.Scope |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QSettings.Scope |
valueOf(java.lang.String name)
|
static QSettings.Scope[] |
values()
|
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final QSettings.Scope UserScope
public static final QSettings.Scope SystemScope
| Method Detail |
|---|
public static QSettings.Scope[] values()
public static QSettings.Scope valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QSettings.Scope resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||