2016-05-14 13:06:08 +00:00
|
|
|
<?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>
|
2020-09-12 08:37:16 +00:00
|
|
|
<height>40</height>
|
2016-05-14 13:06:08 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>300</width>
|
2020-09-12 08:37:16 +00:00
|
|
|
<height>40</height>
|
2016-05-14 13:06:08 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
2016-05-15 02:38:37 +00:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2016-05-14 13:06:08 +00:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
2018-05-05 15:44:38 +00:00
|
|
|
<family>Liberation Sans</family>
|
2016-05-14 13:06:08 +00:00
|
|
|
<pointsize>9</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Title & Color</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2016-05-15 02:38:37 +00:00
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2017-11-02 02:30:54 +00:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2016-05-15 02:38:37 +00:00
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2016-05-14 13:06:08 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="deviceSelectLayout">
|
|
|
|
<item>
|
2017-11-02 02:30:54 +00:00
|
|
|
<widget class="QLabel" name="deviceSelectedText">
|
|
|
|
<property name="text">
|
|
|
|
<string>Device</string>
|
2016-05-14 13:06:08 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-05-17 12:21:27 +00:00
|
|
|
<item>
|
2017-11-02 02:30:54 +00:00
|
|
|
<widget class="QPushButton" name="deviceChange">
|
2016-05-17 12:21:27 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2017-11-02 02:30:54 +00:00
|
|
|
<string>Change sampling device</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources/res.qrc">
|
|
|
|
<normaloff>:/choose.png</normaloff>:/choose.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="deviceReload">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Reload sampling device</string>
|
2016-05-17 12:21:27 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources/res.qrc">
|
2017-11-02 02:30:54 +00:00
|
|
|
<normaloff>:/recycle.png</normaloff>:/recycle.png</iconset>
|
2016-05-17 12:21:27 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-05-14 13:06:08 +00:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2016-05-14 13:32:51 +00:00
|
|
|
<resources>
|
|
|
|
<include location="../resources/res.qrc"/>
|
|
|
|
</resources>
|
2016-05-14 13:06:08 +00:00
|
|
|
<connections/>
|
|
|
|
</ui>
|