2254 lines
		
	
	
		
			65 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			2254 lines
		
	
	
		
			65 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?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>
 | ||
|   <property name="font">
 | ||
|    <font>
 | ||
|     <pointsize>9</pointsize>
 | ||
|    </font>
 | ||
|   </property>
 | ||
|   <property name="windowTitle">
 | ||
|    <string>MainWindow</string>
 | ||
|   </property>
 | ||
|   <widget class="QWidget" name="centralwidget">
 | ||
|    <widget class="QLabel" name="mapCom">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>935</x>
 | ||
|       <y>7</y>
 | ||
|       <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>
 | ||
|       <y>0</y>
 | ||
|       <width>20</width>
 | ||
|       <height>644</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="orientation">
 | ||
|      <enum>Qt::Vertical</enum>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QPushButton" name="btnSelectTrackFile">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>1530</x>
 | ||
|       <y>790</y>
 | ||
|       <width>44</width>
 | ||
|       <height>26</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>添加</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="outputLog">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>932</x>
 | ||
|       <y>644</y>
 | ||
|       <width>642</width>
 | ||
|       <height>143</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="font">
 | ||
|      <font>
 | ||
|       <pointsize>9</pointsize>
 | ||
|      </font>
 | ||
|     </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QPushButton" name="btnClearLog">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>1500</x>
 | ||
|       <y>616</y>
 | ||
|       <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>
 | ||
|       <y>80</y>
 | ||
|       <width>400</width>
 | ||
|       <height>2</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="orientation">
 | ||
|      <enum>Qt::Horizontal</enum>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="cg_aqd">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>410</x>
 | ||
|       <y>115</y>
 | ||
|       <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>
 | ||
|       <y>5</y>
 | ||
|       <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>
 | ||
|       <y>20</y>
 | ||
|       <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>
 | ||
|       <y>37</y>
 | ||
|       <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>
 | ||
|       <y>53</y>
 | ||
|       <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>
 | ||
|       <y>131</y>
 | ||
|       <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>
 | ||
|       <y>69</y>
 | ||
|       <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>
 | ||
|       <y>69</y>
 | ||
|       <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>
 | ||
|       <y>20</y>
 | ||
|       <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>
 | ||
|       <y>37</y>
 | ||
|       <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>
 | ||
|       <y>53</y>
 | ||
|       <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>
 | ||
|       <y>100</y>
 | ||
|       <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>
 | ||
|       <y>5</y>
 | ||
|       <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>
 | ||
|       <y>147</y>
 | ||
|       <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>
 | ||
|       <y>84</y>
 | ||
|       <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>
 | ||
|       <y>84</y>
 | ||
|       <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>
 | ||
|       <y>100</y>
 | ||
|       <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>
 | ||
|       <y>20</y>
 | ||
|       <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>
 | ||
|       <y>5</y>
 | ||
|       <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>
 | ||
|       <y>37</y>
 | ||
|       <width>111</width>
 | ||
|       <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>
 | ||
|       <y>100</y>
 | ||
|       <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>
 | ||
|       <y>180</y>
 | ||
|       <width>111</width>
 | ||
|       <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>
 | ||
|       <y>163</y>
 | ||
|       <width>111</width>
 | ||
|       <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>
 | ||
|       <y>147</y>
 | ||
|       <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>
 | ||
|       <y>131</y>
 | ||
|       <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>
 | ||
|       <y>163</y>
 | ||
|       <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>
 | ||
|       <y>115</y>
 | ||
|       <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>
 | ||
|       <y>53</y>
 | ||
|       <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>
 | ||
|       <y>115</y>
 | ||
|       <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>
 | ||
|       <y>131</y>
 | ||
|       <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>
 | ||
|       <y>147</y>
 | ||
|       <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>
 | ||
|       <y>69</y>
 | ||
|       <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>
 | ||
|       <y>84</y>
 | ||
|       <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>
 | ||
|       <y>495</y>
 | ||
|       <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>
 | ||
|       <y>495</y>
 | ||
|       <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>
 | ||
|       <y>-8</y>
 | ||
|       <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>
 | ||
|       <y>2</y>
 | ||
|       <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>
 | ||
|       <y>482</y>
 | ||
|       <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>
 | ||
|       <y>4</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="item02">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>720</x>
 | ||
|       <y>38</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="item03">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>824</x>
 | ||
|       <y>38</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="item05">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>824</x>
 | ||
|       <y>72</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="item04">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>720</x>
 | ||
|       <y>72</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="item06">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>720</x>
 | ||
|       <y>106</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="item07">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>824</x>
 | ||
|       <y>106</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="item08">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>720</x>
 | ||
|       <y>140</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="item09">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>824</x>
 | ||
|       <y>140</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="item10">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>720</x>
 | ||
|       <y>174</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="item11">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>824</x>
 | ||
|       <y>174</y>
 | ||
|       <width>101</width>
 | ||
|       <height>31</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="font">
 | ||
|      <font>
 | ||
|       <pointsize>9</pointsize>
 | ||
|      </font>
 | ||
|     </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: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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="item12">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>720</x>
 | ||
|       <y>208</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="item13">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>824</x>
 | ||
|       <y>208</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="item14">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>720</x>
 | ||
|       <y>242</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="item16">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>720</x>
 | ||
|       <y>276</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="item18">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>720</x>
 | ||
|       <y>310</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="item15">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>824</x>
 | ||
|       <y>242</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="item17">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>824</x>
 | ||
|       <y>276</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="item19">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>824</x>
 | ||
|       <y>310</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="examEventInfo">
 | ||
|     <property name="enabled">
 | ||
|      <bool>true</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>2</x>
 | ||
|       <y>644</y>
 | ||
|       <width>710</width>
 | ||
|       <height>174</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="font">
 | ||
|      <font>
 | ||
|       <family>Sans Serif</family>
 | ||
|       <pointsize>10</pointsize>
 | ||
|       <weight>50</weight>
 | ||
|       <bold>false</bold>
 | ||
|      </font>
 | ||
|     </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: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>
 | ||
|       <y>344</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="item21">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>824</x>
 | ||
|       <y>344</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="item22">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>720</x>
 | ||
|       <y>377</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="item23">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>824</x>
 | ||
|       <y>377</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="carzt">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>780</x>
 | ||
|       <y>416</y>
 | ||
|       <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>
 | ||
|       <y>4</y>
 | ||
|       <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; }
 | ||
| </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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QPushButton" name="btnScalingSmall">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>1155</x>
 | ||
|       <y>495</y>
 | ||
|       <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>
 | ||
|       <y>495</y>
 | ||
|       <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>
 | ||
|       <y>525</y>
 | ||
|       <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>
 | ||
|       <y>525</y>
 | ||
|       <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>
 | ||
|       <y>40</y>
 | ||
|       <width>400</width>
 | ||
|       <height>2</height>
 | ||
|      </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>
 | ||
|       <y>496</y>
 | ||
|       <width>70</width>
 | ||
|       <height>27</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>100</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLineEdit" name="playSpeed">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>1259</x>
 | ||
|       <y>526</y>
 | ||
|       <width>40</width>
 | ||
|       <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>
 | ||
|       <x>1330</x>
 | ||
|       <y>493</y>
 | ||
|       <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>
 | ||
|       <y>555</y>
 | ||
|       <width>52</width>
 | ||
|       <height>28</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>上一帧</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QPushButton" name="btnTrackNext">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>1207</x>
 | ||
|       <y>555</y>
 | ||
|       <width>52</width>
 | ||
|       <height>28</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>下一帧</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLineEdit" name="frameNum">
 | ||
|     <property name="enabled">
 | ||
|      <bool>true</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>1046</x>
 | ||
|       <y>530</y>
 | ||
|       <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>
 | ||
|       <y>530</y>
 | ||
|       <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>
 | ||
|       <y>402</y>
 | ||
|       <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>
 | ||
|       <x>1346</x>
 | ||
|       <y>493</y>
 | ||
|       <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>
 | ||
|       <y>495</y>
 | ||
|       <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>
 | ||
|       <y>616</y>
 | ||
|       <width>68</width>
 | ||
|       <height>26</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLineEdit" name="playTimes">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>1500</x>
 | ||
|       <y>526</y>
 | ||
|       <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>
 | ||
|       <y>527</y>
 | ||
|       <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>
 | ||
|       <y>420</y>
 | ||
|       <width>61</width>
 | ||
|       <height>21</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>行驶状态:</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QComboBox" name="trackFiles">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>933</x>
 | ||
|       <y>790</y>
 | ||
|       <width>592</width>
 | ||
|       <height>26</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="sizePolicy">
 | ||
|      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | ||
|       <horstretch>0</horstretch>
 | ||
|       <verstretch>0</verstretch>
 | ||
|      </sizepolicy>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="log_level">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>936</x>
 | ||
|       <y>616</y>
 | ||
|       <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>
 | ||
|       <y>557</y>
 | ||
|       <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>
 | ||
|       <y>557</y>
 | ||
|       <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>
 | ||
|       <y>277</y>
 | ||
|       <width>315</width>
 | ||
|       <height>2</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="orientation">
 | ||
|      <enum>Qt::Horizontal</enum>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="Line" name="borderRight_3">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>705</x>
 | ||
|       <y>2</y>
 | ||
|       <width>20</width>
 | ||
|       <height>810</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="orientation">
 | ||
|      <enum>Qt::Vertical</enum>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="pe_hint">
 | ||
|     <property name="enabled">
 | ||
|      <bool>true</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>714</x>
 | ||
|       <y>644</y>
 | ||
|       <width>216</width>
 | ||
|       <height>174</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="sizePolicy">
 | ||
|      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
 | ||
|       <horstretch>0</horstretch>
 | ||
|       <verstretch>0</verstretch>
 | ||
|      </sizepolicy>
 | ||
|     </property>
 | ||
|     <property name="font">
 | ||
|      <font>
 | ||
|       <pointsize>9</pointsize>
 | ||
|      </font>
 | ||
|     </property>
 | ||
|     <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>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="pe_markGrade">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>720</x>
 | ||
|       <y>450</y>
 | ||
|       <width>161</width>
 | ||
|       <height>20</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>扣分/次数:</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QSlider" name="playSlider">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>939</x>
 | ||
|       <y>592</y>
 | ||
|       <width>550</width>
 | ||
|       <height>20</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="font">
 | ||
|      <font>
 | ||
|       <pointsize>9</pointsize>
 | ||
|       <weight>75</weight>
 | ||
|       <bold>true</bold>
 | ||
|      </font>
 | ||
|     </property>
 | ||
|     <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>
 | ||
|     </property>
 | ||
|     <property name="orientation">
 | ||
|      <enum>Qt::Horizontal</enum>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="timeSche">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>1050</x>
 | ||
|       <y>560</y>
 | ||
|       <width>100</width>
 | ||
|       <height>24</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string/>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="cg_dcj_10">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>1016</x>
 | ||
|       <y>560</y>
 | ||
|       <width>31</width>
 | ||
|       <height>24</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>进度:</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="totalFrames">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>1106</x>
 | ||
|       <y>530</y>
 | ||
|       <width>45</width>
 | ||
|       <height>28</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string/>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QComboBox" name="initData">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>5</x>
 | ||
|       <y>6</y>
 | ||
|       <width>131</width>
 | ||
|       <height>30</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QComboBox" name="initPage">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>140</x>
 | ||
|       <y>6</y>
 | ||
|       <width>255</width>
 | ||
|       <height>30</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QComboBox" name="stuBeg">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>5</x>
 | ||
|       <y>45</y>
 | ||
|       <width>131</width>
 | ||
|       <height>30</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QPushButton" name="btnArtiMark">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>1092</x>
 | ||
|       <y>495</y>
 | ||
|       <width>60</width>
 | ||
|       <height>28</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>人工扣分</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="cg_yy">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>410</x>
 | ||
|       <y>163</y>
 | ||
|       <width>61</width>
 | ||
|       <height>20</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>油压:</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="cg_rmndg">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>410</x>
 | ||
|       <y>180</y>
 | ||
|       <width>71</width>
 | ||
|       <height>20</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>灯光开始:</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="Line" name="borderBottom_9">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>0</x>
 | ||
|       <y>350</y>
 | ||
|       <width>400</width>
 | ||
|       <height>2</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="orientation">
 | ||
|      <enum>Qt::Horizontal</enum>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTextEdit" name="rtkEnable">
 | ||
|     <property name="enabled">
 | ||
|      <bool>false</bool>
 | ||
|     </property>
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>835</x>
 | ||
|       <y>416</y>
 | ||
|       <width>88</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 style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">**差分**</p></body></html></string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLineEdit" name="logFilter">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>1240</x>
 | ||
|       <y>616</y>
 | ||
|       <width>161</width>
 | ||
|       <height>26</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string/>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="log_filter">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>1210</x>
 | ||
|       <y>616</y>
 | ||
|       <width>31</width>
 | ||
|       <height>26</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>过滤:</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="cg_xhd">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>486</x>
 | ||
|       <y>216</y>
 | ||
|       <width>191</width>
 | ||
|       <height>20</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>信号灯值(预留):</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="cg_dcj_11">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>1350</x>
 | ||
|       <y>526</y>
 | ||
|       <width>31</width>
 | ||
|       <height>26</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>回放</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QComboBox" name="replay">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>1378</x>
 | ||
|       <y>526</y>
 | ||
|       <width>58</width>
 | ||
|       <height>26</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="log_cate">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>1070</x>
 | ||
|       <y>616</y>
 | ||
|       <width>31</width>
 | ||
|       <height>26</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>分类:</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QComboBox" name="logCate">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>1100</x>
 | ||
|       <y>616</y>
 | ||
|       <width>106</width>
 | ||
|       <height>26</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="cg_mndg">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>410</x>
 | ||
|       <y>198</y>
 | ||
|       <width>291</width>
 | ||
|       <height>20</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>灯光项目:</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="cg_sde">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>410</x>
 | ||
|       <y>216</y>
 | ||
|       <width>71</width>
 | ||
|       <height>20</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>闪灯:</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QComboBox" name="artiItems">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>934</x>
 | ||
|       <y>495</y>
 | ||
|       <width>94</width>
 | ||
|       <height>28</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QPushButton" name="btnArtiItem">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>1030</x>
 | ||
|       <y>495</y>
 | ||
|       <width>60</width>
 | ||
|       <height>28</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>人工项目</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="cg_dcj_5">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>1300</x>
 | ||
|       <y>526</y>
 | ||
|       <width>31</width>
 | ||
|       <height>28</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>帧/秒</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="lane_info">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>536</x>
 | ||
|       <y>286</y>
 | ||
|       <width>171</width>
 | ||
|       <height>334</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="font">
 | ||
|      <font>
 | ||
|       <pointsize>9</pointsize>
 | ||
|       <italic>false</italic>
 | ||
|      </font>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>           显示车道信息</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="Line" name="borderRight_4">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>520</x>
 | ||
|       <y>278</y>
 | ||
|       <width>20</width>
 | ||
|       <height>366</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="orientation">
 | ||
|      <enum>Qt::Vertical</enum>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="gps">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>5</x>
 | ||
|       <y>86</y>
 | ||
|       <width>192</width>
 | ||
|       <height>258</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="font">
 | ||
|      <font>
 | ||
|       <pointsize>9</pointsize>
 | ||
|       <italic>false</italic>
 | ||
|      </font>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>             gps信息</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="gps2">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>200</x>
 | ||
|       <y>86</y>
 | ||
|       <width>192</width>
 | ||
|       <height>258</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="font">
 | ||
|      <font>
 | ||
|       <pointsize>9</pointsize>
 | ||
|       <italic>false</italic>
 | ||
|      </font>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>             gps2信息</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="perform">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>720</x>
 | ||
|       <y>472</y>
 | ||
|       <width>201</width>
 | ||
|       <height>106</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="font">
 | ||
|      <font>
 | ||
|       <pointsize>9</pointsize>
 | ||
|       <italic>false</italic>
 | ||
|      </font>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>                   过程数据</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="radarInfo">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>10</x>
 | ||
|       <y>360</y>
 | ||
|       <width>381</width>
 | ||
|       <height>61</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="font">
 | ||
|      <font>
 | ||
|       <pointsize>9</pointsize>
 | ||
|       <italic>false</italic>
 | ||
|       <underline>false</underline>
 | ||
|      </font>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>雷达数据</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QTableWidget" name="radarTable">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>4</x>
 | ||
|       <y>428</y>
 | ||
|       <width>392</width>
 | ||
|       <height>212</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="visionPose">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>404</x>
 | ||
|       <y>290</y>
 | ||
|       <width>121</width>
 | ||
|       <height>81</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="font">
 | ||
|      <font>
 | ||
|       <pointsize>9</pointsize>
 | ||
|       <italic>false</italic>
 | ||
|      </font>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>视觉头部姿态</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="visionBeha">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>404</x>
 | ||
|       <y>380</y>
 | ||
|       <width>121</width>
 | ||
|       <height>61</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="font">
 | ||
|      <font>
 | ||
|       <pointsize>9</pointsize>
 | ||
|       <italic>false</italic>
 | ||
|      </font>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>视觉驾驶行为</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QLabel" name="visionTarg">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>404</x>
 | ||
|       <y>450</y>
 | ||
|       <width>121</width>
 | ||
|       <height>111</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="font">
 | ||
|      <font>
 | ||
|       <pointsize>9</pointsize>
 | ||
|       <italic>false</italic>
 | ||
|      </font>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>视觉前方物体</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|    <widget class="QPushButton" name="displaySwitch">
 | ||
|     <property name="geometry">
 | ||
|      <rect>
 | ||
|       <x>338</x>
 | ||
|       <y>321</y>
 | ||
|       <width>60</width>
 | ||
|       <height>28</height>
 | ||
|      </rect>
 | ||
|     </property>
 | ||
|     <property name="text">
 | ||
|      <string>显示切换</string>
 | ||
|     </property>
 | ||
|    </widget>
 | ||
|   </widget>
 | ||
|   <widget class="QMenuBar" name="menubar">
 | ||
|    <property name="geometry">
 | ||
|     <rect>
 | ||
|      <x>0</x>
 | ||
|      <y>0</y>
 | ||
|      <width>1580</width>
 | ||
|      <height>20</height>
 | ||
|     </rect>
 | ||
|    </property>
 | ||
|   </widget>
 | ||
|   <widget class="QStatusBar" name="statusbar"/>
 | ||
|  </widget>
 | ||
|  <resources/>
 | ||
|  <connections/>
 | ||
| </ui>
 |