Initial commands supported, get and set grid locator, with example app udp.py

This commit is contained in:
Jordan Sherer
2018-08-07 23:11:11 -04:00
parent e91e93c349
commit 7037baa0a6
6 changed files with 45 additions and 51 deletions
+2
View File
@@ -313,6 +313,8 @@ private slots:
void on_cbCQonly_toggled(bool b);
void on_cbFirst_toggled(bool b);
void on_cbAutoSeq_toggled(bool b);
void networkMessage(QString const &type, QString const &message);
void sendNetworkMessage(QString const &type, QString const &message);
void networkError (QString const&);
void on_ClrAvgButton_clicked();
void on_syncSpinBox_valueChanged(int n);