eric6.QScintilla.ZoomDialog
Module implementing a dialog to select the zoom scale.
Global Attributes
Classes
ZoomDialog |
Class implementing a dialog to select the zoom scale. |
Functions
ZoomDialog
Class implementing a dialog to select the zoom scale.
Derived from
QDialog, Ui_ZoomDialog
Class Attributes
Class Methods
Methods
Static Methods
ZoomDialog (Constructor)
ZoomDialog(zoom, parent, name=None, modal=False)
Constructor
- zoom
-
zoom factor to show in the spinbox
- parent
-
parent widget of this dialog (QWidget)
- name
-
name of this dialog (string)
- modal
-
modal dialog state (boolean)
ZoomDialog.getZoomSize
getZoomSize()
Public method to retrieve the zoom size.
- Returns:
-
zoom size (int)