78 lines
1.7 KiB
XML
78 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>CLazerProbeSimPage</class>
|
|
<widget class="QWidget" name="CLazerProbeSimPage">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1143</width>
|
|
<height>465</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<widget class="QCheckBox" name="mEnableProbeChkBx">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>130</x>
|
|
<y>160</y>
|
|
<width>70</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Activer</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSlider" name="mMeasurementValueSlider">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>90</y>
|
|
<width>291</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>100000</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>200000</number>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="mOutOfRangeChkBx">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>240</x>
|
|
<y>160</y>
|
|
<width>70</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>CheckBox</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mValueDisplayLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>40</y>
|
|
<width>46</width>
|
|
<height>13</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|