nodeguy/website/docs/api/generated/classes/qsettings.md
2020-03-15 12:35:48 +01:00

2.1 KiB
Raw Permalink Blame History

id title sidebar_label
qsettings QSettings QSettings

Hierarchy

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

Overrides Component.native


nodeChildren

nodeChildren: SetComponent

Inherited from Component.nodeChildren


Optional nodeParent

nodeParent? : Component

Inherited from Component.nodeParent

Methods

setNodeParent

setNodeParent(parent?: Component): void

Inherited from Component.setNodeParent

Parameters:

Name Type
parent? Component

Returns: void


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