| Class implementing a dialog to select the zoom scale. 
        
            | Methods |  |  
        | __init__ getZoomSize
 
 |  
            |  | __init__ |  
        | 
__init__ (
        self,
        zoom,
        parent,
        name=None,
        modal=0,
        fl=0,
        )
Constructor        Arguments
            zoomzoom factor to show in the spinbox            parentparent widget of this dialog (QWidget)            namename of this dialog (string or QString)            modalflag indicating a modal dialog            flwindow flags |  
            |  | getZoomSize |  
        | 
getZoomSize ( self )
 Public method to retrieve the zoom size.        Returns            zoom size (int) |  |