QScintilla/ZoomDialog.py

changeset 2965
d133c7edd88a
parent 2302
f29e9405c851
child 3057
10516539f238
child 3160
209a07d7e401
equal deleted inserted replaced
2964:84b65fb9e780 2965:d133c7edd88a
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)

eric ide

mercurial