Updated icon tooltip in Call Activity
This commit is contained in:
parent
40e1bfab0e
commit
bda9a5202e
@ -11365,6 +11365,7 @@ void MainWindow::displayCallActivity() {
|
||||
|
||||
auto iconItem = new QTableWidgetItem(hasMessage ? "\u2691" : hasACK ? "\u2605" : hasCQ ? "\u260E" : "");
|
||||
iconItem->setData(Qt::UserRole, QVariant(d.call));
|
||||
iconItem->setToolTip(hasMessage ? "Message Available" : hasACK ? "Hearing Your Station" : hasCQ ? "Calling CQ" : "");
|
||||
iconItem->setTextAlignment(Qt::AlignHCenter | Qt::AlignVCenter);
|
||||
ui->tableWidgetCalls->setItem(row, col++, iconItem);
|
||||
if(hasMessage || hasACK || hasCQ){
|
||||
|
Loading…
Reference in New Issue
Block a user