eric6.QScintilla.GotoDialog
Module implementing the Goto dialog.
Global Attributes
Classes
Functions
GotoDialog
Class implementing the Goto dialog.
Derived from
QDialog, Ui_GotoDialog
Class Attributes
Class Methods
Methods
Static Methods
GotoDialog (Constructor)
GotoDialog(maximum, curLine, parent, name=None, modal=False)
Constructor
- maximum
-
maximum allowed for the spinbox (integer)
- curLine
-
current line number (integer)
- parent
-
parent widget of this dialog (QWidget)
- name
-
name of this dialog (string)
- modal
-
flag indicating a modal dialog (boolean)
GotoDialog.getLinenumber
getLinenumber()
Public method to retrieve the linenumber.
- Returns:
-
line number (int)