744 """ |
744 """ |
745 Constructor |
745 Constructor |
746 |
746 |
747 @param parent reference to the parent widget (QWidget) |
747 @param parent reference to the parent widget (QWidget) |
748 """ |
748 """ |
749 super(AboutDialog, self).__init__(parent) |
749 super().__init__(parent) |
750 self.setupUi(self) |
750 self.setupUi(self) |
751 self.setWindowFlags(Qt.WindowType.Window) |
751 self.setWindowFlags(Qt.WindowType.Window) |
752 |
752 |
753 self.ericLabel.setText(titleText) |
753 self.ericLabel.setText(titleText) |
754 self.ericPixmap.setPixmap( |
754 self.ericPixmap.setPixmap( |