2025-03-26 16:56:51 +08:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
|
<class>MainWindow</class>
|
|
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>0</x>
|
|
|
|
|
|
<y>0</y>
|
|
|
|
|
|
<width>1580</width>
|
|
|
|
|
|
<height>865</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
|
<string>MainWindow</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
|
|
<widget class="QLabel" name="mapCom">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>935</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>7</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>640</width>
|
|
|
|
|
|
<height>480</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<family>楷体</family>
|
|
|
|
|
|
<pointsize>22</pointsize>
|
|
|
|
|
|
<weight>75</weight>
|
|
|
|
|
|
<italic>true</italic>
|
|
|
|
|
|
<bold>true</bold>
|
|
|
|
|
|
<underline>false</underline>
|
|
|
|
|
|
<strikeout>false</strikeout>
|
|
|
|
|
|
<stylestrategy>PreferDefault</stylestrategy>
|
|
|
|
|
|
<kerning>true</kerning>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true">border-color: rgb(255, 255, 178);
|
|
|
|
|
|
background-color: rgb(255, 255, 255);</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>[这里显示地图轨迹]</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="Line" name="borderRight">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>390</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>0</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>20</width>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<height>644</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QPushButton" name="btnSelectTrackFile">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>1530</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>790</y>
|
|
|
|
|
|
<width>44</width>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<height>26</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>添加</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="outputLog">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>932</x>
|
|
|
|
|
|
<y>644</y>
|
|
|
|
|
|
<width>642</width>
|
|
|
|
|
|
<height>143</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="readOnly">
|
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
|
</property>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QPushButton" name="btnClearLog">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>1500</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>616</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>73</width>
|
|
|
|
|
|
<height>26</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>清空日志</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="Line" name="borderBottom_2">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>0</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>80</y>
|
|
|
|
|
|
<width>400</width>
|
|
|
|
|
|
<height>2</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_aqd">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>410</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>115</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>71</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true"/>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>安全带:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_mkg">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>410</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>5</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>61</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true"/>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>车门:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_ssc">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>410</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>20</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>61</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>手刹:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_jsc">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>410</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>37</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>61</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>脚刹:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_fsc">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>410</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>53</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>61</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>副刹:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_lhq">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>410</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>131</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>71</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>离合器:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_lb">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>410</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>69</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>61</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>喇叭:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_skd">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>486</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>69</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>71</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>示宽灯:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_jgd">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>486</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>20</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>81</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>近光灯:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_ygd">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>486</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>37</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>81</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>远光灯:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_shtd">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>486</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>53</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>71</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>双跳灯:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_yfxd">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>486</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>100</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>71</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>右方向灯:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_wd">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>486</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>5</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>61</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>雾灯:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_ygq">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>410</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>147</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>71</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>雨刮器:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_zfxd">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>486</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>84</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>71</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>左方向灯:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_dh1">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>410</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>84</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>61</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>点火1:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_dh2">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>410</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>100</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>61</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>点火2:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_fdjzs">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>600</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>20</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>91</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>转速:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_dw">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>600</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>5</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>91</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>档位:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_cs">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>600</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>37</y>
|
|
|
|
|
|
<width>111</width>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>车速:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_fxp">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>600</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>100</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>91</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>方向盘:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_lcmc">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>600</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>180</y>
|
2025-04-23 11:42:31 +08:00
|
|
|
|
<width>111</width>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>溜车脉冲:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_ljmc">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>600</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>163</y>
|
2025-04-23 11:42:31 +08:00
|
|
|
|
<width>111</width>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>累计脉冲:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_csbyq">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>486</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>147</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>111</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>超声波右前:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_csbzh">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>486</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>131</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>111</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>超声波左后:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_csbyh">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>486</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>163</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>111</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>超声波右后:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_csbzq">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>486</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>115</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>111</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>超声波左前:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_zy">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>600</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>53</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>91</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>座椅:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_tbp">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>600</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>115</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>91</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>仪表盘:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_hsj">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>600</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>131</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>91</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>后视镜:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_dcj">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>600</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>147</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>91</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>倒车镜:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_gx">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>600</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>69</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>91</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>光照:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_yl">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>600</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>84</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>91</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>雨量:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QPushButton" name="btnPause">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>1440</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>495</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>60</width>
|
|
|
|
|
|
<height>28</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>暂停</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QPushButton" name="btnRunning">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>1500</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>495</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>73</width>
|
|
|
|
|
|
<height>28</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>回放</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="Line" name="borderBottom_3">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>0</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>-8</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>1581</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="Line" name="borderRight_2">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>920</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>2</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>20</width>
|
|
|
|
|
|
<height>811</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="Line" name="borderBottom_4">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>930</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>482</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>651</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item01">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>824</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>4</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item02">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>720</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>38</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item03">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>824</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>38</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item05">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>824</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>72</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item04">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>720</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>72</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item06">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>720</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>106</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item07">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>824</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>106</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item08">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>720</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>140</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item09">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>824</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>140</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item10">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>720</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>174</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item11">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>824</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>174</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="readOnly">
|
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
|
</property>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item12">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>720</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>208</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item13">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>824</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>208</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item14">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>720</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>242</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item16">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>720</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>276</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item18">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>720</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>310</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item15">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>824</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>242</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item17">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>824</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>276</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item19">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>824</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>310</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="examEventInfo">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>2</x>
|
|
|
|
|
|
<y>644</y>
|
|
|
|
|
|
<width>710</width>
|
|
|
|
|
|
<height>174</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<family>Sans Serif</family>
|
|
|
|
|
|
<pointsize>10</pointsize>
|
|
|
|
|
|
<weight>50</weight>
|
|
|
|
|
|
<bold>false</bold>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="readOnly">
|
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
|
</property>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
|
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun'; font-size:9pt;"><br /></p></body></html></string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item20">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>720</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>344</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item21">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>824</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>344</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item22">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>720</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>377</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item23">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>824</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>377</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="carzt">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>780</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>416</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>51</width>
|
|
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<family>Arial</family>
|
|
|
|
|
|
<pointsize>10</pointsize>
|
|
|
|
|
|
<weight>75</weight>
|
|
|
|
|
|
<bold>true</bold>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
|
|
|
|
|
</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:600; font-style:normal;">
|
|
|
|
|
|
<p align="center" dir='rtl' style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QTextEdit" name="item00">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>720</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>4</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>101</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
2025-04-01 17:53:30 +08:00
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QPushButton" name="btnScalingSmall">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>1155</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>495</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>52</width>
|
|
|
|
|
|
<height>28</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>- 缩小</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QPushButton" name="btnScalingLarge">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>1207</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>495</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>52</width>
|
|
|
|
|
|
<height>28</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>+ 放大</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QPushButton" name="btnPlaySlow">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>1155</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>525</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>52</width>
|
|
|
|
|
|
<height>28</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string><< 慢放</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QPushButton" name="btnPlayFast">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>1207</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>525</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>52</width>
|
|
|
|
|
|
<height>28</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>快放 >></string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="Line" name="borderBottom_6">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>0</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>40</y>
|
|
|
|
|
|
<width>400</width>
|
|
|
|
|
|
<height>2</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true"/>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="lineWidth">
|
|
|
|
|
|
<number>1</number>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="midLineWidth">
|
|
|
|
|
|
<number>0</number>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLineEdit" name="scalingDiploid">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>1259</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>496</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>70</width>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<height>27</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>100</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLineEdit" name="playSpeed">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>1259</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>526</y>
|
|
|
|
|
|
<width>40</width>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<height>26</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>5</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="lablePer">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>1330</x>
|
|
|
|
|
|
<y>493</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>21</width>
|
|
|
|
|
|
<height>31</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<family>Arial</family>
|
|
|
|
|
|
<pointsize>10</pointsize>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>%</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QPushButton" name="btnTrackLast">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>1155</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>555</y>
|
|
|
|
|
|
<width>52</width>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<height>28</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string>上一帧</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QPushButton" name="btnTrackNext">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>1207</x>
|
|
|
|
|
|
<y>555</y>
|
|
|
|
|
|
<width>52</width>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<height>28</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string>下一帧</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLineEdit" name="frameNum">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>1046</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>530</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>58</width>
|
|
|
|
|
|
<height>28</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string/>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_dcj_3">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>1016</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>530</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>31</width>
|
|
|
|
|
|
<height>28</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>帧数:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="Line" name="borderBottom_5">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>715</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>402</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>215</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_dcj_4">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>1346</x>
|
|
|
|
|
|
<y>493</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>34</width>
|
|
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>宽*高</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLineEdit" name="mapSize">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>1378</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>495</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>58</width>
|
|
|
|
|
|
<height>28</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>0/0</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QComboBox" name="logLevel">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>996</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>616</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>68</width>
|
|
|
|
|
|
<height>26</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLineEdit" name="playTimes">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>1500</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>526</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>73</width>
|
|
|
|
|
|
<height>28</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>0</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_dcj_6">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>1448</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>527</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>51</width>
|
|
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>运行次数</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_dcj_7">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>720</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>420</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>61</width>
|
|
|
|
|
|
<height>21</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>行驶状态:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QComboBox" name="trackFiles">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>933</x>
|
|
|
|
|
|
<y>790</y>
|
|
|
|
|
|
<width>592</width>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<height>26</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
|
</property>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="log_level">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>936</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>616</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>61</width>
|
|
|
|
|
|
<height>26</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>日志级别:</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QLabel" name="cg_dcj_9">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>1448</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>557</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>51</width>
|
|
|
|
|
|
<height>26</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>运行所有</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QComboBox" name="loop">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>1500</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>557</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>73</width>
|
|
|
|
|
|
<height>26</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="Line" name="borderBottom_7">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>0</x>
|
|
|
|
|
|
<y>810</y>
|
|
|
|
|
|
<width>1581</width>
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="Line" name="borderBottom_8">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>400</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>277</y>
|
|
|
|
|
|
<width>315</width>
|
|
|
|
|
|
<height>2</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="Line" name="borderRight_3">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>705</x>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<y>2</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>20</width>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<height>810</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QTextEdit" name="pe_hint">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
|
</property>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>714</x>
|
|
|
|
|
|
<y>644</y>
|
|
|
|
|
|
<width>216</width>
|
|
|
|
|
|
<height>174</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
|
</sizepolicy>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
</font>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="verticalScrollBarPolicy">
|
|
|
|
|
|
<enum>Qt::ScrollBarAsNeeded</enum>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
|
|
<enum>Qt::ScrollBarAsNeeded</enum>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="readOnly">
|
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
|
|
|
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';"><br /></p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLabel" name="pe_markGrade">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>720</x>
|
|
|
|
|
|
<y>450</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>161</width>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<height>20</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string>扣分/次数:</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QSlider" name="playSlider">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>939</x>
|
|
|
|
|
|
<y>592</y>
|
|
|
|
|
|
<width>550</width>
|
|
|
|
|
|
<height>20</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
<weight>75</weight>
|
|
|
|
|
|
<bold>true</bold>
|
|
|
|
|
|
</font>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true">QSlider::groove:horizontal
|
|
|
|
|
|
{
|
|
|
|
|
|
height:20px;
|
|
|
|
|
|
background-color:#FFFFFF;
|
|
|
|
|
|
}
|
|
|
|
|
|
QSlider::handle:horizontal
|
|
|
|
|
|
{
|
|
|
|
|
|
width:12px;
|
|
|
|
|
|
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(255, 0, 0, 255), stop:0.339795 rgba(255, 0, 0, 255), stop:0.339799 rgba(255, 255, 255, 255), stop:0.662444 rgba(255, 255, 255, 255), stop:0.662469 rgba(0, 0, 255, 255), stop:1 rgba(0, 0, 255, 255));
|
|
|
|
|
|
border-radius:3px;
|
|
|
|
|
|
}
|
|
|
|
|
|
QSlider::sub-page:horizontal
|
|
|
|
|
|
{
|
|
|
|
|
|
background:#00C957;
|
|
|
|
|
|
border: 0px solid #00B800;
|
|
|
|
|
|
height: 3px;
|
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
|
}
|
|
|
|
|
|
</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLabel" name="timeSche">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>1050</x>
|
|
|
|
|
|
<y>560</y>
|
|
|
|
|
|
<width>100</width>
|
|
|
|
|
|
<height>24</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string/>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLabel" name="cg_dcj_10">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>1016</x>
|
|
|
|
|
|
<y>560</y>
|
|
|
|
|
|
<width>31</width>
|
|
|
|
|
|
<height>24</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string>进度:</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLabel" name="totalFrames">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>1106</x>
|
|
|
|
|
|
<y>530</y>
|
|
|
|
|
|
<width>45</width>
|
|
|
|
|
|
<height>28</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string/>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QComboBox" name="initData">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>5</x>
|
|
|
|
|
|
<y>6</y>
|
|
|
|
|
|
<width>131</width>
|
|
|
|
|
|
<height>30</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QComboBox" name="initPage">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>140</x>
|
|
|
|
|
|
<y>6</y>
|
|
|
|
|
|
<width>255</width>
|
|
|
|
|
|
<height>30</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QComboBox" name="stuBeg">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>5</x>
|
|
|
|
|
|
<y>45</y>
|
|
|
|
|
|
<width>131</width>
|
|
|
|
|
|
<height>30</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QPushButton" name="btnArtiMark">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>1092</x>
|
|
|
|
|
|
<y>495</y>
|
|
|
|
|
|
<width>60</width>
|
|
|
|
|
|
<height>28</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string>人工扣分</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLabel" name="cg_yy">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>410</x>
|
|
|
|
|
|
<y>163</y>
|
|
|
|
|
|
<width>61</width>
|
|
|
|
|
|
<height>20</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string>油压:</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLabel" name="cg_rmndg">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>410</x>
|
|
|
|
|
|
<y>180</y>
|
|
|
|
|
|
<width>71</width>
|
|
|
|
|
|
<height>20</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string>灯光开始:</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="Line" name="borderBottom_9">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>0</x>
|
|
|
|
|
|
<y>350</y>
|
|
|
|
|
|
<width>400</width>
|
|
|
|
|
|
<height>2</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QTextEdit" name="rtkEnable">
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
</property>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>835</x>
|
|
|
|
|
|
<y>416</y>
|
|
|
|
|
|
<width>88</width>
|
|
|
|
|
|
<height>30</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<family>Arial</family>
|
|
|
|
|
|
<pointsize>10</pointsize>
|
|
|
|
|
|
<weight>75</weight>
|
|
|
|
|
|
<bold>true</bold>
|
|
|
|
|
|
</font>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="html">
|
|
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
|
|
p, li { white-space: pre-wrap; }
|
|
|
|
|
|
</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:600; font-style:normal;">
|
|
|
|
|
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">**差分**</p></body></html></string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLineEdit" name="logFilter">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>1240</x>
|
|
|
|
|
|
<y>616</y>
|
|
|
|
|
|
<width>161</width>
|
|
|
|
|
|
<height>26</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string/>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLabel" name="log_filter">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>1210</x>
|
|
|
|
|
|
<y>616</y>
|
|
|
|
|
|
<width>31</width>
|
|
|
|
|
|
<height>26</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string>过滤:</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLabel" name="cg_xhd">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>486</x>
|
|
|
|
|
|
<y>216</y>
|
|
|
|
|
|
<width>191</width>
|
|
|
|
|
|
<height>20</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string>信号灯值(预留):</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLabel" name="cg_dcj_11">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>1350</x>
|
|
|
|
|
|
<y>526</y>
|
|
|
|
|
|
<width>31</width>
|
|
|
|
|
|
<height>26</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string>回放</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QComboBox" name="replay">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>1378</x>
|
|
|
|
|
|
<y>526</y>
|
|
|
|
|
|
<width>58</width>
|
|
|
|
|
|
<height>26</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLabel" name="log_cate">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>1070</x>
|
|
|
|
|
|
<y>616</y>
|
|
|
|
|
|
<width>31</width>
|
|
|
|
|
|
<height>26</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string>分类:</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QComboBox" name="logCate">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>1100</x>
|
|
|
|
|
|
<y>616</y>
|
|
|
|
|
|
<width>106</width>
|
|
|
|
|
|
<height>26</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLabel" name="cg_mndg">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>410</x>
|
|
|
|
|
|
<y>198</y>
|
|
|
|
|
|
<width>291</width>
|
|
|
|
|
|
<height>20</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string>灯光项目:</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLabel" name="cg_sde">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>410</x>
|
|
|
|
|
|
<y>216</y>
|
|
|
|
|
|
<width>71</width>
|
|
|
|
|
|
<height>20</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string>闪灯:</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QComboBox" name="artiItems">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>934</x>
|
|
|
|
|
|
<y>495</y>
|
|
|
|
|
|
<width>94</width>
|
|
|
|
|
|
<height>28</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QPushButton" name="btnArtiItem">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>1030</x>
|
|
|
|
|
|
<y>495</y>
|
|
|
|
|
|
<width>60</width>
|
|
|
|
|
|
<height>28</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string>人工项目</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLabel" name="cg_dcj_5">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>1300</x>
|
|
|
|
|
|
<y>526</y>
|
|
|
|
|
|
<width>31</width>
|
|
|
|
|
|
<height>28</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string>帧/秒</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLabel" name="lane_info">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>536</x>
|
|
|
|
|
|
<y>286</y>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<width>171</width>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<height>334</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
<italic>false</italic>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string> 显示车道信息</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="Line" name="borderRight_4">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>520</x>
|
|
|
|
|
|
<y>278</y>
|
|
|
|
|
|
<width>20</width>
|
|
|
|
|
|
<height>366</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLabel" name="gps">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>5</x>
|
|
|
|
|
|
<y>86</y>
|
|
|
|
|
|
<width>192</width>
|
|
|
|
|
|
<height>258</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<italic>false</italic>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string> gps信息</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLabel" name="gps2">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>200</x>
|
|
|
|
|
|
<y>86</y>
|
|
|
|
|
|
<width>192</width>
|
|
|
|
|
|
<height>258</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<italic>false</italic>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string> gps2信息</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLabel" name="perform">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>720</x>
|
|
|
|
|
|
<y>472</y>
|
|
|
|
|
|
<width>201</width>
|
|
|
|
|
|
<height>106</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
<italic>false</italic>
|
|
|
|
|
|
</font>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string> 过程数据</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLabel" name="radarInfo">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>10</x>
|
|
|
|
|
|
<y>360</y>
|
|
|
|
|
|
<width>381</width>
|
|
|
|
|
|
<height>61</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
<italic>false</italic>
|
|
|
|
|
|
<underline>false</underline>
|
|
|
|
|
|
</font>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>雷达数据</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QTableWidget" name="radarTable">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>4</x>
|
|
|
|
|
|
<y>428</y>
|
|
|
|
|
|
<width>392</width>
|
|
|
|
|
|
<height>212</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLabel" name="visionPose">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>404</x>
|
|
|
|
|
|
<y>290</y>
|
|
|
|
|
|
<width>121</width>
|
|
|
|
|
|
<height>81</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
<italic>false</italic>
|
|
|
|
|
|
</font>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string>视觉头部姿态</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLabel" name="visionBeha">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>404</x>
|
|
|
|
|
|
<y>380</y>
|
|
|
|
|
|
<width>121</width>
|
|
|
|
|
|
<height>61</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
<italic>false</italic>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string>视觉驾驶行为</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QLabel" name="visionTarg">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>404</x>
|
|
|
|
|
|
<y>450</y>
|
|
|
|
|
|
<width>121</width>
|
|
|
|
|
|
<height>111</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<property name="font">
|
|
|
|
|
|
<font>
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
<italic>false</italic>
|
|
|
|
|
|
</font>
|
|
|
|
|
|
</property>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string>视觉前方物体</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<widget class="QPushButton" name="displaySwitch">
|
2025-03-26 16:56:51 +08:00
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<x>338</x>
|
|
|
|
|
|
<y>321</y>
|
|
|
|
|
|
<width>60</width>
|
|
|
|
|
|
<height>28</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<string>显示切换</string>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>0</x>
|
|
|
|
|
|
<y>0</y>
|
|
|
|
|
|
<width>1580</width>
|
2025-04-01 17:53:30 +08:00
|
|
|
|
<height>20</height>
|
2025-03-26 16:56:51 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
<resources/>
|
|
|
|
|
|
<connections/>
|
|
|
|
|
|
</ui>
|