now with pairing button and dialog

This commit is contained in:
R. Aidan Campbell
2018-04-28 18:18:43 -07:00
parent 4d0341fd9a
commit 073d965f6d
3 changed files with 500 additions and 4 deletions
+3
View File
@@ -21,10 +21,13 @@ protected:
private slots:
void on_actionExit_triggered();
void on_newHostBtn_clicked();
private:
Ui::MainWindow *ui;
QAbstractButton *myButton = nullptr;
QAbstractButton *newHostBtn = nullptr;
};
#endif // MAINWINDOW_H