Average time drift labels
This commit is contained in:
parent
5c491dc10d
commit
8d73805dce
@ -8254,7 +8254,7 @@ void MainWindow::observeTimeDeltaForAverage(float delta){
|
|||||||
}
|
}
|
||||||
|
|
||||||
// display average
|
// display average
|
||||||
ui->driftAvgLabel->setText(QString("Avg RX Drift: %1 ms").arg(m_timeDeltaMsMMA));
|
ui->driftAvgLabel->setText(QString("Avg RX TDrift: %1 ms").arg(m_timeDeltaMsMMA));
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::resetTimeDeltaAverage(){
|
void MainWindow::resetTimeDeltaAverage(){
|
||||||
|
@ -1277,7 +1277,7 @@ background-color: #00ff00;
|
|||||||
</column>
|
</column>
|
||||||
<column>
|
<column>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Rx Drift</string>
|
<string>Rx TDrift</string>
|
||||||
</property>
|
</property>
|
||||||
</column>
|
</column>
|
||||||
<column>
|
<column>
|
||||||
@ -1437,7 +1437,7 @@ QTextEdit[transmitting="true"] {
|
|||||||
</column>
|
</column>
|
||||||
<column>
|
<column>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Rx Drift</string>
|
<string>Rx TDrift</string>
|
||||||
</property>
|
</property>
|
||||||
</column>
|
</column>
|
||||||
<column>
|
<column>
|
||||||
@ -2050,15 +2050,21 @@ background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #2ecc71, stop:1 #00FF
|
|||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="driftAvgLabel">
|
<widget class="QLabel" name="driftAvgLabel">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Avg RX Drift: 0 ms</string>
|
<string>Avg RX TDrift: 0 ms</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QSpinBox" name="driftSpinBox">
|
<widget class="QSpinBox" name="driftSpinBox">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
||||||
<horstretch>0</horstretch>
|
<horstretch>0</horstretch>
|
||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
|
Loading…
Reference in New Issue
Block a user