8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
21 Constructor | 21 Constructor |
22 | 22 |
23 @param parent reference to the parent widget (QWidget) | 23 @param parent reference to the parent widget (QWidget) |
24 @param info info data to show (string) | 24 @param info info data to show (string) |
25 """ | 25 """ |
26 super(VcsRepositoryInfoDialog, self).__init__(parent) | 26 super().__init__(parent) |
27 self.setupUi(self) | 27 self.setupUi(self) |
28 self.infoBrowser.setHtml(info) | 28 self.infoBrowser.setHtml(info) |