Network/IRC/IrcNetworkWidget.py

changeset 2242
3fae9858ea69
parent 2239
a47b50e80a20
child 2244
654aaddbc2b9
equal deleted inserted replaced
2241:030924019d88 2242:3fae9858ea69
31 editNetwork = pyqtSignal(str) 31 editNetwork = pyqtSignal(str)
32 joinChannel = pyqtSignal(str) 32 joinChannel = pyqtSignal(str)
33 nickChanged = pyqtSignal(str) 33 nickChanged = pyqtSignal(str)
34 34
35 35
36 # TODO: add context menu to messages pane with these entries:
37 # Copy
38 # Copy Link Location
39 # Copy All
40 # Clear
41 # Save
42 # TODO: add AWAY support (toolbutton in widget)
36 def __init__(self, parent=None): 43 def __init__(self, parent=None):
37 """ 44 """
38 Constructor 45 Constructor
39 46
40 @param parent reference to the parent widget (QWidget) 47 @param parent reference to the parent widget (QWidget)

eric ide

mercurial