mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-03-22 04:08:29 -04:00
New channel analyzer and scope: (dummy) dial button for source port select and screenshots for future readme
This commit is contained in:
parent
ba85b9126f
commit
54afdb2b26
BIN
doc/img/ChAnalyzerNG_plugin_scope1.png
Normal file
BIN
doc/img/ChAnalyzerNG_plugin_scope1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
doc/img/ChAnalyzerNG_plugin_scope2.png
Normal file
BIN
doc/img/ChAnalyzerNG_plugin_scope2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
doc/img/ChAnalyzerNG_plugin_settings.png
Normal file
BIN
doc/img/ChAnalyzerNG_plugin_settings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
@ -750,6 +750,41 @@ kS/s</string>
|
||||
</item>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QDial" name="sourcePort">
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>24</width>
|
||||
<height>24</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Source port selection</string>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="pageStep">
|
||||
<number>1</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="sourcePortText">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>12</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Source port number</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>0</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="Line" name="line_16">
|
||||
<property name="orientation">
|
||||
|
Loading…
Reference in New Issue
Block a user