Add GUI widgets for free text messages from SuperFox.

This commit is contained in:
Joe Taylor
2024-03-22 15:02:40 -04:00
parent 2ec0a54d2a
commit b12d5488ff
3 changed files with 173 additions and 159 deletions
+8
View File
@@ -9872,6 +9872,14 @@ void MainWindow::on_pbFoxReset_clicked()
}
}
void MainWindow::on_pbFreeText_clicked()
{
bool ok;
m_freeTextMsg = QInputDialog::getText (this, tr("Free Text Message"),
tr("Message:"), QLineEdit::Normal, m_freeTextMsg0, &ok);
if(ok) m_freeTextMsg0=m_freeTextMsg;
}
void MainWindow::on_comboBoxHoundSort_activated(int index)
{
if(index!=-99) houndCallers(); //Silence compiler warning