eric7.Network.IRC.IrcChannelEditDialog
Module implementing a dialog to edit channel data.
Global Attributes
Classes
Functions
IrcChannelEditDialog
    Class implementing a dialog to edit channel data.
Derived from
QDialog, Ui_IrcChannelEditDialog
Class Attributes
Class Methods
Methods
Static Methods
IrcChannelEditDialog (Constructor)
IrcChannelEditDialog(name, key, autoJoin, edit, parent=None)
        Constructor
- name (str)
- 
channel name
- key (str)
- 
channel key
- autoJoin (bool)
- 
flag indicating, that the channel should
            be joined automatically
- edit (bool)
- 
flag indicating an edit of an existing
            channel
- parent (QWidget)
- 
reference to the parent widget
IrcChannelEditDialog.getData
getData()
        Public method to get the channel data.
- Return:
- 
tuple giving the channel name, channel key and a flag
            indicating, that the channel should be joined automatically
- Return Type:
- 
tuple of (str, str, bool)
IrcChannelEditDialog.on_nameEdit_textChanged
on_nameEdit_textChanged(txt)
        Private slot to handle changes of the given name.
- txt (str)
- 
text of the edit