Class implementing a dialog to select the zoom scale.
Methods
|
|
__init__
getZoomSize
|
|
__init__
|
__init__ (
self,
parent,
name=None,
modal=0,
fl=0,
)
Constructor
Arguments
- parent
- parent widget of this dialog (QWidget)
- name
- name of this dialog (string or QString)
- modal
- flag indicating a modal dialog
- fl
- window flags
|
|
getZoomSize
|
getZoomSize ( self )
Public method to retrieve the zoom size.
Returns
zoom size (int)
|
|