Adding messages to band activity
This commit is contained in:
parent
5c8ff568c3
commit
cb71c3dcf4
@ -2939,6 +2939,11 @@ void MainWindow::readFromStdout() //readFromStdout
|
||||
m_logBook,m_config.color_CQ(),m_config.color_MyCall(),
|
||||
m_config.color_DXCC(), m_config.color_NewCall(),
|
||||
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 ();
|
||||
|
||||
ui->textEditRXAll->insertHtml(decodedtext.messageWords().first().trimmed() + "\n");
|
||||
//ui->textEditRXAll->insertHtml(decodedtext.messageWords().first().trimmed() + "\n");
|
||||
}
|
||||
|
||||
if(m_mode=="FT8" and m_config.bHound()) {
|
||||
|
@ -84,7 +84,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string/>
|
||||
<string>All band activity will appear here.</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QTextEdit" name="textEditRX">
|
||||
@ -109,7 +109,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string/>
|
||||
<string>Incoming and outgoing directed messages will appear here.</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QTextEdit" name="extFreeTextMsgEdit">
|
||||
@ -626,7 +626,7 @@ background-color: #6699ff;
|
||||
}</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>SND</string>
|
||||
<string>BCN</string>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
|
Loading…
Reference in New Issue
Block a user