eric7.QScintilla.GotoDialog

Module implementing the Goto dialog.

Global Attributes

None

Classes

GotoDialog Class implementing the Goto dialog.

Functions

None


GotoDialog

Class implementing the Goto dialog.

Derived from

QDialog, Ui_GotoDialog

Class Attributes

None

Class Methods

None

Methods

GotoDialog Constructor
getLinenumber Public method to retrieve the linenumber.

Static Methods

None

GotoDialog (Constructor)

GotoDialog(maximum, curLine, parent, name=None, modal=False)

Constructor

maximum (int)
maximum allowed for the spinbox
curLine (int)
current line number
parent (QWidget)
parent widget of this dialog
name (str)
name of this dialog
modal (bool)
flag indicating a modal dialog

GotoDialog.getLinenumber

getLinenumber()

Public method to retrieve the linenumber.

Return:
line number
Return Type:
int
Up