8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
38 checkbox | 38 checkbox |
39 @type bool | 39 @type bool |
40 @param parent reference to the parent widget | 40 @param parent reference to the parent widget |
41 @type QWidget | 41 @type QWidget |
42 """ | 42 """ |
43 super(E5ListSelectionDialog, self).__init__(parent) | 43 super().__init__(parent) |
44 self.setupUi(self) | 44 self.setupUi(self) |
45 | 45 |
46 if title: | 46 if title: |
47 self.setWindowTitle(title) | 47 self.setWindowTitle(title) |
48 if message: | 48 if message: |