mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-11 02:08:46 -04:00
SDRDaemon: fixed passing number of sample bits and sample bytes
This commit is contained in:
@@ -373,6 +373,16 @@
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="streamLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="sampleBitsText">
|
||||
<property name="toolTip">
|
||||
<string>Sample size (bits)</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>16b</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="nominalNbBlocksText">
|
||||
<property name="minimumSize">
|
||||
|
||||
Reference in New Issue
Block a user