eric7.Network.IRC.IrcServerEditDialog
Module implementing a dialog for editing the IRC server configuration.
Global Attributes
Classes
Functions
IrcServerEditDialog
    Class implementing a dialog for editing the IRC server configuration.
Derived from
QDialog, Ui_IrcServerEditDialog
Class Attributes
Class Methods
Methods
Static Methods
IrcServerEditDialog (Constructor)
IrcServerEditDialog(server, parent=None)
        Constructor
- server (IrcServer)
- 
reference to the IRC server object
- parent (QWidget)
- 
reference to the parent widget
IrcServerEditDialog.__updateOkButton
__updateOkButton()
        Private method to update the OK button state.
IrcServerEditDialog.getServer
getServer()
        Public method to create a server object from the data entered into
        the dialog.
- Return:
- 
server object
- Return Type:
- 
IrcServer
IrcServerEditDialog.on_serverEdit_textChanged
on_serverEdit_textChanged(name)
        Private slot handling changes of the server name.
- name (str)
- 
current name of the server