8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
21 """ | 21 """ |
22 def __init__(self): | 22 def __init__(self): |
23 """ | 23 """ |
24 Constructor | 24 Constructor |
25 """ | 25 """ |
26 super(EditorCalltipsPage, self).__init__() | 26 super().__init__() |
27 self.setupUi(self) | 27 self.setupUi(self) |
28 self.setObjectName("EditorCalltipsPage") | 28 self.setObjectName("EditorCalltipsPage") |
29 | 29 |
30 self.positionComboBox.addItem( | 30 self.positionComboBox.addItem( |
31 self.tr("Below Text"), | 31 self.tr("Below Text"), |