1. Temporarily added a button right of the red square. Not yet connected...

2. Add jt9code.exe to the Windows installation file.
3. Changed hotkey for "Special Mouse Commands" to F5, so that F4 again works
as it did.
4. Several corrections to shortcuts.txt.
5. Added section "Under the Hood" to the User's Guide.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3254 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2013-05-03 20:30:56 +00:00
parent c9294eb9d6
commit 92dfebd6d8
5 changed files with 32 additions and 16 deletions
+1
View File
@@ -2790,6 +2790,7 @@ void MainWindow::rigOpen()
if(m_poll>0) {
ui->labRigOpen->setStyleSheet("QLabel{background-color: red}");
ui->readFreq->setStyleSheet("QPushButton{background-color: #00ff00}");
} else {
ui->labRigOpen->setStyleSheet("QLabel{background-color: orange}");
}