mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
More UI civic beautification.
This commit is contained in:
parent
a388830983
commit
4ddf97be4e
4 changed files with 88 additions and 59 deletions
|
@ -4,6 +4,7 @@
|
|||
#include <string>
|
||||
|
||||
#include <QWidget>
|
||||
#include <QListWidgetItem>
|
||||
|
||||
namespace Ui {
|
||||
class NetworkWidget;
|
||||
|
@ -28,8 +29,7 @@ public:
|
|||
private slots:
|
||||
void on_leaveNetworkButton_clicked();
|
||||
void on_networkIdPushButton_clicked();
|
||||
|
||||
void on_ipListWidget_doubleClicked(const QModelIndex &index);
|
||||
void on_ipListWidget_itemActivated(QListWidgetItem *item);
|
||||
|
||||
private:
|
||||
Ui::NetworkWidget *ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue