1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

FileInput: calculate file record length down to the microsecond. Implements #614

This commit is contained in:
f4exb
2020-08-26 00:12:30 +02:00
parent b644e7fe92
commit 47a1eeaedc
5 changed files with 27 additions and 25 deletions
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>300</width>
<width>377</width>
<height>190</height>
</rect>
</property>
@@ -548,7 +548,7 @@
</property>
<property name="minimumSize">
<size>
<width>60</width>
<width>90</width>
<height>0</height>
</size>
</property>
@@ -556,7 +556,7 @@
<string>Total record time</string>
</property>
<property name="text">
<string>00:00:00</string>
<string>00:00:00.000</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>