QKeySequence

The QKeySequence class encapsulates a key sequence as used by shortcuts. .

This class is a JS wrapper around Qt's QKeySequence class

Example

const { QKeySequence } = require("@nodegui/nodegui");
const keySequence = new QKeySequence(`Ctrl+L`);

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

+ new QKeySequence(): QKeySequence

Overrides Component.constructor

Returns: QKeySequence

+ new QKeySequence(native: NativeElement): QKeySequence

Overrides Component.constructor

Parameters:

NameType
nativeNativeElement

Returns: QKeySequence

+ new QKeySequence(keySequence: string): QKeySequence

Overrides Component.constructor

Parameters:

NameType
keySequencestring

Returns: QKeySequence

Properties

native

• native: NativeElement

Overrides Component.native


nodeChildren

• nodeChildren: Set‹Component›

Inherited from Component.nodeChildren


Optional nodeParent

• nodeParent? : Component

Inherited from Component.nodeParent

Methods

count

â–¸ count(): number

Returns: number


isEmpty

â–¸ isEmpty(): boolean

Returns: boolean


matches

â–¸ matches(seq: QKeySequence): SequenceMatch

Parameters:

NameType
seqQKeySequence

Returns: SequenceMatch


setNodeParent

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

Inherited from Component.setNodeParent

Parameters:

NameType
parent?Component

Returns: void


toString

â–¸ toString(format: SequenceFormat): string

Parameters:

NameType
formatSequenceFormat

Returns: string


Static fromQVariant

â–¸ fromQVariant(variant: QVariant): QKeySequence

Parameters:

NameType
variantQVariant

Returns: QKeySequence