QSettings
Hierarchy
-
↳ QSettings
Index
Constructors
Properties
Methods
Constructors
constructor
+ new QSettings(organization: string, application: string): QSettings
Overrides Component.constructor
Parameters:
| Name | Type |
|---|---|
organization | string |
application | string |
Returns: QSettings
Properties
native
• native: NativeElement | null
Inherited from Component.native
Methods
setValue
▸ setValue(key: string, value: number | string | boolean): void
Parameters:
| Name | Type |
|---|---|
key | string |
value | number | string | boolean |
Returns: void
sync
▸ sync(): void
Returns: void
value
▸ value(key: string): QVariant
Parameters:
| Name | Type |
|---|---|
key | string |
Returns: QVariant