741 """ |
741 """ |
742 QDialog.__init__(self, parent) |
742 QDialog.__init__(self, parent) |
743 self.setupUi(self) |
743 self.setupUi(self) |
744 |
744 |
745 self.ericLabel.setText(titleText) |
745 self.ericLabel.setText(titleText) |
746 self.ericPixmap.setPixmap(UI.PixmapCache.getPixmap("eric.png")) |
746 self.ericPixmap.setPixmap(UI.PixmapCache.getPixmap("eric.png").scaled(48, 48)) |
747 |
747 |
748 #################################################################### |
748 #################################################################### |
749 ## ABOUT |
749 ## ABOUT |
750 #################################################################### |
750 #################################################################### |
751 |
751 |