143:4ef44e854b39 | 144:5c3684ee818e |
---|---|
21 """ | 21 """ |
22 Constructor | 22 Constructor |
23 | 23 |
24 @param parent reference to the parent widget (QWidget) | 24 @param parent reference to the parent widget (QWidget) |
25 """ | 25 """ |
26 super(FormSelectionDialog, self).__init__(parent) | 26 super().__init__(parent) |
27 self.setupUi(self) | 27 self.setupUi(self) |
28 | 28 |
29 self.__templates = { | 29 self.__templates = { |
30 "html5": [ | 30 "html5": [ |
31 self.tr("Standard HTML 5 template"), | 31 self.tr("Standard HTML 5 template"), |