mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-20 19:19:02 -04:00
add tooltip to rate. remove underscore in the labels
This commit is contained in:
parent
afd97aeb68
commit
e2085b0dd5
@ -161,7 +161,7 @@ FoxLog::impl::impl (Configuration const * configuration)
|
||||
|
||||
QString FoxLog::rate()
|
||||
{
|
||||
return QString("Last_10: %1, Last_100: %2, Last_60m: %3").arg(QString::number(this->rate_last_n(10),'f',0),
|
||||
return QString("Last 10: %1, Last 100: %2, Last 60m: %3").arg(QString::number(this->rate_last_n(10),'f',0),
|
||||
QString::number(this->rate_last_n(100),'f',0),
|
||||
QString::number(this->rate_60m()));
|
||||
}
|
||||
|
@ -95,6 +95,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="rate_label">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p><span style=" font-family:'Arial','Helvetica','sans-serif'; font-size:small; color:#222222; background-color:#ffffff;">Last 10: Average rate (QSOs/hour) for the last 10 QSOs.<br/>Last 100: Average rate (QSOs/hour) for the last 100 QSOs. <br/>Last 60m: Average rate (QSOs/hour) for the last 60 minutes.</span></p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>N</string>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user