SoapySDR support: updated documentation
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
BIN
doc/img/SoapySDR_arg_bool3.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
doc/img/SoapySDR_arg_bool3.xcf
Normal file
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.2 KiB |
@ -168,6 +168,10 @@ For AGC, Auto DC and Auto IQ corrections the checkbox has its text label on the
|
||||
|
||||
![SoapySDR input plugin GUI](../../../doc/img/SoapySDR_arg_bool1.png)
|
||||
|
||||
When set (true) a checkbox is lit in orange:
|
||||
|
||||
![SoapySDR input plugin GUI](../../../doc/img/SoapySDR_arg_bool3.png)
|
||||
|
||||
<h3>A.5: Int, Float and String arguments</h3>
|
||||
|
||||
For all these types of values a line editor is used. Numerical values are parsed from string:
|
||||
|
@ -204,6 +204,10 @@ For AGC, Auto DC and Auto IQ corrections the checkbox has its text label on the
|
||||
|
||||
![SoapySDR input plugin GUI](../../../doc/img/SoapySDR_arg_bool1.png)
|
||||
|
||||
When set (true) a checkbox is lit in orange:
|
||||
|
||||
![SoapySDR input plugin GUI](../../../doc/img/SoapySDR_arg_bool3.png)
|
||||
|
||||
<h3>A.5: Int, Float and String arguments</h3>
|
||||
|
||||
For all these types of values a line editor is used. Numerical values are parsed from string:
|
||||
|
@ -67,6 +67,9 @@ QCheckBox::indicator::checked {background: rgb(255, 157, 38);}</string>
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">QLineEdit { background: rgb(50, 50, 50); border: 1px solid rgb(79, 79, 79) }</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|