UI work, add name to listnetworks output in control bus interface.

This commit is contained in:
Adam Ierymenko 2013-11-20 16:16:30 -05:00
commit c979a695c5
9 changed files with 178 additions and 25 deletions

View file

@ -21,6 +21,8 @@ class MainWindow : public QMainWindow
Q_OBJECT
public:
// Event used to pass messages from the Node::LocalClient thread to the
// main window to update network lists and stats.
class ZTMessageEvent : public QEvent
{
public:
@ -44,7 +46,6 @@ private slots:
void on_joinNetworkButton_clicked();
void on_actionAbout_triggered();
void on_actionJoin_Network_triggered();
void on_actionShow_Detailed_Status_triggered();
void on_networkIdLineEdit_textChanged(const QString &arg1);
void on_statusAndAddressButton_clicked();