QSettings

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

+ new QSettings(organization: string, application: string): QSettings

Overrides Component.constructor

Parameters:

NameType
organizationstring
applicationstring

Returns: QSettings

Properties

native

• native: NativeElement

Overrides Component.native


nodeChildren

• nodeChildren: Set‹Component›

Inherited from Component.nodeChildren


Optional nodeParent

• nodeParent? : Component

Inherited from Component.nodeParent

Methods

setNodeParent

â–¸ setNodeParent(parent?: Component): void

Inherited from Component.setNodeParent

Parameters:

NameType
parent?Component

Returns: void


setValue

â–¸ setValue(key: string, value: number | string | boolean): void

Parameters:

NameType
keystring
valuenumber | string | boolean

Returns: void


sync

â–¸ sync(): void

Returns: void


value

â–¸ value(key: string): QVariant

Parameters:

NameType
keystring

Returns: QVariant