1 #ifndef PEERCONFIGDIALOG_H
2 #define PEERCONFIGDIALOG_H
5 #include <QListWidgetItem>
7 #include "platformg_global.h"
37 explicit PeerConfigDialog(QString &ipAddress, QString &port, QString &netmask, QStringList &lst,
QWidget *parent =
nullptr,
bool dimNetmask =
false);
42 Ui::PeerConfigDialog *ui;
48 bool Ok() {
return tok; }
54 QStringList getConnections();
66 static bool GetInformation( QString &ipAddress, QString &port, QString &netmask, QStringList &lst,
67 QWidget *parent =
nullptr,
bool dimNetmask =
false );
74 void on_pushButtonAdd_clicked();
75 void on_pushButtonDelete_clicked();
The PeerConfigDialog class Configures the peer connection.
Definition: peerconfigdialog.h:20
bool Ok()
Ok.
Definition: peerconfigdialog.h:48