Skip to main content

QLineEditSignals

Hierarchy

QWidgetSignals

QLineEditSignals

Index

Properties

Properties

cursorPositionChanged

cursorPositionChanged: function

Type declaration:

▸ (oldPos: number, newPos: number): void

Parameters:

NameType
oldPosnumber
newPosnumber

customContextMenuRequested

customContextMenuRequested: function

Inherited from QMenuSignals.customContextMenuRequested

Type declaration:

▸ (pos: object): void

Parameters:

pos: object

NameType
xnumber
ynumber

editingFinished

editingFinished: function

Type declaration:

▸ (): void


inputRejected

inputRejected: function

Type declaration:

▸ (): void


objectNameChanged

objectNameChanged: function

Inherited from QObjectSignals.objectNameChanged

Type declaration:

▸ (objectName: string): void

Parameters:

NameType
objectNamestring

returnPressed

returnPressed: function

Type declaration:

▸ (): void


selectionChanged

selectionChanged: function

Type declaration:

▸ (): void


textChanged

textChanged: function

Type declaration:

▸ (text: string): void

Parameters:

NameType
textstring

textEdited

textEdited: 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