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( |