Public Member Functions | |
IRCNetworkSelectionBox (QWidget *parent=nullptr) | |
void | accept () override |
IRCNetworkEntity | network () const |
Extracts network specified in this dialog. More... | |
IRCNetworkConnectionInfo | networkConnectionInfo () const |
Definition at line 33 of file ircnetworkselectionbox.h.
IRCNetworkEntity IRCNetworkSelectionBox::network | ( | ) | const |
Extracts network specified in this dialog.
This will take all information from the entity selected from the combo box. Some values that are directly editable through this dialog will be substituted (if changed).
Definition at line 131 of file ircnetworkselectionbox.cpp.