Plugins/AboutPlugin/AboutDialog.py

branch
5_1_x
changeset 1498
9a6b2ea48795
parent 791
9ec2ac20e54e
child 1510
e75ecf2bd9dd
equal deleted inserted replaced
1496:34d7a44e4c09 1498:9a6b2ea48795
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

eric ide

mercurial