307 lines
7.6 KiB
Plaintext
Raw Permalink Normal View History

2025-12-27 09:34:02 +08:00
<?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>
2026-01-08 00:52:01 +08:00
<height>453</height>
2025-12-27 09:34:02 +08:00
</rect>
</property>
<property name="windowTitle">
<string>相机调平</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(25, 26, 28);color: rgb(221, 225, 233);</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>110</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>16</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::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="btn_apply">
<property name="geometry">
<rect>
<x>170</x>
2026-01-08 00:52:01 +08:00
<y>400</y>
2025-12-27 09:34:02 +08:00
<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(:/common/resource/dialog_ok.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btn_cancel">
<property name="geometry">
<rect>
<x>380</x>
2026-01-08 00:52:01 +08:00
<y>400</y>
2025-12-27 09:34:02 +08:00
<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(:/common/resource/dialog_cancel.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_level_result">
<property name="geometry">
<rect>
<x>130</x>
<y>110</y>
<width>511</width>
2026-01-08 00:52:01 +08:00
<height>271</height>
2025-12-27 09:34:02 +08:00
</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::AlignCenter</set>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
2026-01-08 00:52:01 +08:00
<width>634</width>
2025-12-27 09:34:02 +08:00
<height>41</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_camera">
<item>
<widget class="QLabel" name="label_camera">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="font">
<font>
<pointsize>16</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(221, 225, 233);</string>
</property>
<property name="text">
<string>选择相机:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="combo_camera">
<property name="minimumSize">
<size>
<width>200</width>
<height>35</height>
</size>
</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>
</item>
<item>
<widget class="QLabel" name="label_error_compensation">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="font">
<font>
<pointsize>16</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(221, 225, 233);</string>
</property>
<property name="text">
<string>误差补偿:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="edit_error_compensation">
<property name="minimumSize">
<size>
<width>100</width>
<height>35</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</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>
<property name="text">
<string>-5.0</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_unit">
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(221, 225, 233);</string>
</property>
<property name="text">
<string>mm</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_save_compensation">
<property name="minimumSize">
<size>
<width>60</width>
<height>35</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>60</width>
<height>35</height>
</size>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {
color: rgb(221, 225, 233);
background-color: rgb(60, 63, 65);
border: 1px solid #3B3D47;
border-radius: 4px;
}
QPushButton:hover {
background-color: rgb(80, 83, 85);
}
QPushButton:pressed {
background-color: rgb(45, 48, 50);
}</string>
</property>
<property name="text">
<string>保存</string>
</property>
</widget>
</item>
2025-12-27 09:34:02 +08:00
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>