737 """ |
737 """ |
738 super().__init__(parent) |
738 super().__init__(parent) |
739 self.setupUi(self) |
739 self.setupUi(self) |
740 |
740 |
741 self.ericLabel.setText(titleText) |
741 self.ericLabel.setText(titleText) |
742 self.ericPixmap.setPixmap(UI.PixmapCache.getPixmap("eric.png")) |
742 self.ericPixmap.setPixmap(UI.PixmapCache.getPixmap("eric.png").scaled(48, 48)) |
743 |
743 |
744 #################################################################### |
744 #################################################################### |
745 ## ABOUT |
745 ## ABOUT |
746 #################################################################### |
746 #################################################################### |
747 |
747 |