Added heartbeat and CQ to control menu

This commit is contained in:
Jordan Sherer
2018-11-29 22:43:15 -05:00
parent b55f8ba5c5
commit 55c365b834
3 changed files with 59 additions and 22 deletions
+2
View File
@@ -274,6 +274,8 @@ private slots:
void on_rbGenMsg_clicked(bool checked);
void on_rbFreeText_clicked(bool checked);
void on_clearAction_triggered(QObject * sender);
void buildHeartbeatMenu(QMenu *menu);
void buildCQMenu(QMenu *menu);
void buildRepeatMenu(QMenu *menu, QPushButton * button, int * interval);
void sendHeartbeat();
void on_hbMacroButton_toggled(bool checked);