23 Constructor |
23 Constructor |
24 |
24 |
25 @param zoom zoom factor to show in the spinbox |
25 @param zoom zoom factor to show in the spinbox |
26 @param parent parent widget of this dialog (QWidget) |
26 @param parent parent widget of this dialog (QWidget) |
27 @param name name of this dialog (string) |
27 @param name name of this dialog (string) |
|
28 @param modal modal dialog state (boolean) |
28 """ |
29 """ |
29 super(ZoomDialog, self).__init__(parent) |
30 super(ZoomDialog, self).__init__(parent) |
30 if name: |
31 if name: |
31 self.setObjectName(name) |
32 self.setObjectName(name) |
32 self.setupUi(self) |
33 self.setupUi(self) |