8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
33 """ | 33 """ |
34 Constructor | 34 Constructor |
35 | 35 |
36 @param parent reference to the parent widget (QWidget) | 36 @param parent reference to the parent widget (QWidget) |
37 """ | 37 """ |
38 super(SqlBrowserWidget, self).__init__(parent) | 38 super().__init__(parent) |
39 self.setupUi(self) | 39 self.setupUi(self) |
40 | 40 |
41 self.table.addAction(self.insertRowAction) | 41 self.table.addAction(self.insertRowAction) |
42 self.table.addAction(self.deleteRowAction) | 42 self.table.addAction(self.deleteRowAction) |
43 | 43 |