diff --git a/mainwindow.cpp b/mainwindow.cpp index 55a1e7e..8c339f5 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -2592,6 +2592,9 @@ void MainWindow::keyPressEvent (QKeyEvent * e) on_stopTxButton_clicked(); stopTx(); return; + case Qt::Key_F5: + on_logQSOButton_clicked(); + return; } QMainWindow::keyPressEvent (e); @@ -2908,6 +2911,10 @@ void MainWindow::on_stopButton_clicked() //stopButton } } +void MainWindow::on_actionAdd_Log_Entry_triggered(){ + on_logQSOButton_clicked(); +} + void MainWindow::on_actionRelease_Notes_triggered () { QDesktopServices::openUrl (QUrl {"http://physics.princeton.edu/pulsar/k1jt/Release_Notes.txt"}); diff --git a/mainwindow.h b/mainwindow.h index 6c2bf83..f6de882 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -188,6 +188,7 @@ private slots: void on_monitorTxButton_clicked(); void on_stopTxButton_clicked(); void on_stopButton_clicked(); + void on_actionAdd_Log_Entry_triggered(); void on_actionRelease_Notes_triggered (); void on_actionFT8_DXpedition_Mode_User_Guide_triggered(); void on_actionOnline_User_Guide_triggered(); diff --git a/mainwindow.ui b/mainwindow.ui index 6e9ce5f..4270631 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -1076,6 +1076,9 @@ background-color: #00ff00; 30 + + false + <html><head/><body><p>Insert a new entry into the log</p></body></html> @@ -4595,12 +4598,7 @@ list. The list can be maintained in Settings (F2). - - - - - @@ -4645,6 +4643,8 @@ list. The list can be maintained in Settings (F2). + + @@ -4721,14 +4721,27 @@ list. The list can be maintained in Settings (F2). + + + + Log + + + + + + + + + @@ -5442,6 +5455,17 @@ list. The list can be maintained in Settings (F2). Show Call Activity Columns... + + + Add Log Entry... + + + F5 + + + Qt::WindowShortcut + +