eric6/Cooperation/ChatWidget.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
52 52
53 @param ui reference to the user interface object (UserInterface) 53 @param ui reference to the user interface object (UserInterface)
54 @param port port to be used for the cooperation server (integer) 54 @param port port to be used for the cooperation server (integer)
55 @param parent reference to the parent widget (QWidget) 55 @param parent reference to the parent widget (QWidget)
56 """ 56 """
57 super(ChatWidget, self).__init__(parent) 57 super().__init__(parent)
58 self.setupUi(self) 58 self.setupUi(self)
59 59
60 self.shareButton.setIcon( 60 self.shareButton.setIcon(
61 UI.PixmapCache.getIcon("sharedEditDisconnected")) 61 UI.PixmapCache.getIcon("sharedEditDisconnected"))
62 self.startEditButton.setIcon( 62 self.startEditButton.setIcon(

eric ide

mercurial