156 lines
3.7 KiB
Plaintext
156 lines
3.7 KiB
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ui version="4.0">
|
||
|
|
<class>DialogCameraLevel</class>
|
||
|
|
<widget class="QWidget" name="DialogCameraLevel">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>659</width>
|
||
|
|
<height>400</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="windowTitle">
|
||
|
|
<string>Form</string>
|
||
|
|
</property>
|
||
|
|
<property name="styleSheet">
|
||
|
|
<string notr="true">background-color: rgb(25, 26, 28);</string>
|
||
|
|
</property>
|
||
|
|
<widget class="QLabel" name="label">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>20</x>
|
||
|
|
<y>100</y>
|
||
|
|
<width>111</width>
|
||
|
|
<height>31</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="font">
|
||
|
|
<font>
|
||
|
|
<pointsize>18</pointsize>
|
||
|
|
</font>
|
||
|
|
</property>
|
||
|
|
<property name="styleSheet">
|
||
|
|
<string notr="true">color: rgb(221, 225, 233);</string>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>调平结果:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLabel" name="label_2">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>20</x>
|
||
|
|
<y>10</y>
|
||
|
|
<width>621</width>
|
||
|
|
<height>45</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="font">
|
||
|
|
<font>
|
||
|
|
<pointsize>18</pointsize>
|
||
|
|
</font>
|
||
|
|
</property>
|
||
|
|
<property name="styleSheet">
|
||
|
|
<string notr="true">color: rgb(221, 225, 233);</string>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>相机调平</string>
|
||
|
|
</property>
|
||
|
|
<property name="alignment">
|
||
|
|
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QPushButton" name="btn_apply">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>180</x>
|
||
|
|
<y>350</y>
|
||
|
|
<width>101</width>
|
||
|
|
<height>38</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="font">
|
||
|
|
<font>
|
||
|
|
<pointsize>18</pointsize>
|
||
|
|
</font>
|
||
|
|
</property>
|
||
|
|
<property name="styleSheet">
|
||
|
|
<string notr="true">image: url(:/resource/dialog_ok.png);</string>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string/>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QPushButton" name="btn_cancel">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>390</x>
|
||
|
|
<y>350</y>
|
||
|
|
<width>111</width>
|
||
|
|
<height>38</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="font">
|
||
|
|
<font>
|
||
|
|
<pointsize>18</pointsize>
|
||
|
|
</font>
|
||
|
|
</property>
|
||
|
|
<property name="styleSheet">
|
||
|
|
<string notr="true">image: url(:/resource/dialog_cancel.png);</string>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string/>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QComboBox" name="combo_camera">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>140</x>
|
||
|
|
<y>50</y>
|
||
|
|
<width>151</width>
|
||
|
|
<height>41</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="font">
|
||
|
|
<font>
|
||
|
|
<pointsize>16</pointsize>
|
||
|
|
</font>
|
||
|
|
</property>
|
||
|
|
<property name="styleSheet">
|
||
|
|
<string notr="true">color: rgb(221, 225, 233);
|
||
|
|
background-color: rgb(47, 48, 52);</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLabel" name="label_level_result">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>140</x>
|
||
|
|
<y>100</y>
|
||
|
|
<width>401</width>
|
||
|
|
<height>241</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="font">
|
||
|
|
<font>
|
||
|
|
<pointsize>14</pointsize>
|
||
|
|
</font>
|
||
|
|
</property>
|
||
|
|
<property name="styleSheet">
|
||
|
|
<string notr="true">color: rgb(221, 225, 233);
|
||
|
|
background-color: rgb(47, 48, 52);
|
||
|
|
border: 1px solid #3B3D47;
|
||
|
|
padding: 5px;</string>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string/>
|
||
|
|
</property>
|
||
|
|
<property name="alignment">
|
||
|
|
<set>Qt::AlignmentFlag::AlignCenter</set>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</widget>
|
||
|
|
<resources/>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|