1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-24 11:04:10 -04:00

Multi device support: added missing sanmple device UI class

This commit is contained in:
f4exb
2016-05-14 15:06:08 +02:00
parent f2872ae0ed
commit ba34b39309
3 changed files with 203 additions and 0 deletions
+103
View File
@@ -0,0 +1,103 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SamplingDeviceControl</class>
<widget class="QWidget" name="SamplingDeviceControl">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>300</width>
<height>76</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>300</width>
<height>76</height>
</size>
</property>
<property name="font">
<font>
<family>Sans Serif</family>
<pointsize>9</pointsize>
</font>
</property>
<property name="windowTitle">
<string>Title &amp; Color</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="deviceSelectLayout">
<item>
<widget class="QLabel" name="deviceSelectLabel">
<property name="maximumSize">
<size>
<width>22</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Dev</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="deviceSelect">
<property name="toolTip">
<string>Select sampling device</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="channelSelectLabel">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Chan</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="channelSelect">
<property name="toolTip">
<string>Add a new channel</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="showLoadedPlugins">
<property name="maximumSize">
<size>
<width>20</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Show loaded plugins</string>
</property>
<property name="text">
<string>?</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>