Adding messages to band activity

This commit is contained in:
Jordan Sherer 2018-06-15 10:11:44 -04:00
parent 5c8ff568c3
commit cb71c3dcf4
2 changed files with 9 additions and 4 deletions

View File

@ -2939,6 +2939,11 @@ void MainWindow::readFromStdout() //readFromStdout
m_logBook,m_config.color_CQ(),m_config.color_MyCall(), m_logBook,m_config.color_CQ(),m_config.color_MyCall(),
m_config.color_DXCC(), m_config.color_NewCall(), m_config.color_DXCC(), m_config.color_NewCall(),
m_config.ppfx(),(ui->cbCQonly->isVisible() and ui->cbCQonly->isChecked())); m_config.ppfx(),(ui->cbCQonly->isVisible() and ui->cbCQonly->isChecked()));
ui->textEditRXAll->append(decodedtext.messageWords().first().trimmed());
QString cqCall = decodedtext.CQersCall();
if(!cqCall.isEmpty()){
ui->listWidget->addItem(cqCall);
}
} }
} }
@ -2980,7 +2985,7 @@ void MainWindow::readFromStdout() //readFromStdout
} }
m_QSOText = decodedtext.string ().trimmed (); m_QSOText = decodedtext.string ().trimmed ();
ui->textEditRXAll->insertHtml(decodedtext.messageWords().first().trimmed() + "\n"); //ui->textEditRXAll->insertHtml(decodedtext.messageWords().first().trimmed() + "\n");
} }
if(m_mode=="FT8" and m_config.bHound()) { if(m_mode=="FT8" and m_config.bHound()) {

View File

@ -84,7 +84,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="placeholderText"> <property name="placeholderText">
<string/> <string>All band activity will appear here.</string>
</property> </property>
</widget> </widget>
<widget class="QTextEdit" name="textEditRX"> <widget class="QTextEdit" name="textEditRX">
@ -109,7 +109,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="placeholderText"> <property name="placeholderText">
<string/> <string>Incoming and outgoing directed messages will appear here.</string>
</property> </property>
</widget> </widget>
<widget class="QTextEdit" name="extFreeTextMsgEdit"> <widget class="QTextEdit" name="extFreeTextMsgEdit">
@ -626,7 +626,7 @@ background-color: #6699ff;
}</string> }</string>
</property> </property>
<property name="text"> <property name="text">
<string>SND</string> <string>BCN</string>
</property> </property>
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>