eric7.QScintilla.ZoomDialog

Module implementing a dialog to select the zoom scale.

Global Attributes

None

Classes

ZoomDialog Class implementing a dialog to select the zoom scale.

Functions

None


ZoomDialog

Class implementing a dialog to select the zoom scale.

Derived from

QDialog, Ui_ZoomDialog

Class Attributes

None

Class Methods

None

Methods

ZoomDialog Constructor
getZoomSize Public method to retrieve the zoom size.

Static Methods

None

ZoomDialog (Constructor)

ZoomDialog(zoom, parent, name=None, modal=False)

Constructor

zoom (int)
zoom factor to show in the spinbox
parent (QWidget)
parent widget of this dialog
name (str)
name of this dialog
modal (bool)
modal dialog state

ZoomDialog.getZoomSize

getZoomSize()

Public method to retrieve the zoom size.

Return:
zoom size
Return Type:
int
Up