eric7.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 (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