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