eric6/Plugins/AboutPlugin/AboutDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
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(

eric ide

mercurial