Skip to main content

QComboBoxSignals

Hierarchy

QWidgetSignals

QComboBoxSignals

Index

Properties

Properties

activated

activated: function

Type declaration:

▸ (index: number): void

Parameters:

NameType
indexnumber

currentIndexChanged

currentIndexChanged: function

Type declaration:

▸ (index: number): void

Parameters:

NameType
indexnumber

currentTextChanged

currentTextChanged: function

Type declaration:

▸ (text: string): void

Parameters:

NameType
textstring

customContextMenuRequested

customContextMenuRequested: function

Inherited from QMenuSignals.customContextMenuRequested

Type declaration:

▸ (pos: object): void

Parameters:

pos: object

NameType
xnumber
ynumber

editTextChanged

editTextChanged: function

Type declaration:

▸ (text: string): void

Parameters:

NameType
textstring

highlighted

highlighted: function

Type declaration:

▸ (index: number): void

Parameters:

NameType
indexnumber

objectNameChanged

objectNameChanged: function

Inherited from QObjectSignals.objectNameChanged

Type declaration:

▸ (objectName: string): void

Parameters:

NameType
objectNamestring

textActivated

textActivated: function

Type declaration:

▸ (text: string): void

Parameters:

NameType
textstring

textHighlighted

textHighlighted: function

Type declaration:

▸ (text: string): void

Parameters:

NameType
textstring

windowIconChanged

windowIconChanged: function

Inherited from QMenuSignals.windowIconChanged

Type declaration:

▸ (iconNative: NativeElement): void

Parameters:

NameType
iconNativeNativeElement

windowTitleChanged

windowTitleChanged: function

Inherited from QMenuSignals.windowTitleChanged

Type declaration:

▸ (title: string): void

Parameters:

NameType
titlestring