You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

265 lines
5.8 KiB
Plaintext

1 year ago
<?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>1460</width>
<height>754</height>
</rect>
</property>
<property name="windowTitle">
<string>内蒙高速车牌识别接口测试</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>20</x>
<y>120</y>
<width>220</width>
<height>100</height>
</rect>
</property>
<property name="title">
<string>小图</string>
</property>
<widget class="QLabel" name="labelSmallImg">
<property name="geometry">
<rect>
<x>30</x>
<y>20</y>
<width>160</width>
<height>60</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>240</width>
<height>68</height>
</rect>
</property>
<property name="title">
<string>ip设定</string>
</property>
<widget class="QTextEdit" name="textEditIpInput">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>191</width>
<height>38</height>
</rect>
</property>
</widget>
</widget>
<widget class="QPushButton" name="pushButtonDisCon">
<property name="geometry">
<rect>
<x>490</x>
<y>15</y>
<width>160</width>
<height>65</height>
</rect>
</property>
<property name="text">
<string>断开连接</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_8">
<property name="geometry">
<rect>
<x>670</x>
<y>170</y>
<width>145</width>
<height>70</height>
</rect>
</property>
<property name="title">
<string>轴数</string>
</property>
<widget class="QTextEdit" name="textEdit_caraxi">
<property name="geometry">
<rect>
<x>15</x>
<y>20</y>
<width>110</width>
<height>38</height>
</rect>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_5">
<property name="geometry">
<rect>
<x>670</x>
<y>90</y>
<width>145</width>
<height>70</height>
</rect>
</property>
<property name="title">
<string>颜色</string>
</property>
<widget class="QTextEdit" name="textEdit_Color">
<property name="geometry">
<rect>
<x>15</x>
<y>20</y>
<width>110</width>
<height>38</height>
</rect>
</property>
</widget>
</widget>
<widget class="QTextEdit" name="textEditShowInfo">
<property name="geometry">
<rect>
<x>834</x>
<y>20</y>
<width>610</width>
<height>670</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_4">
<property name="geometry">
<rect>
<x>490</x>
<y>90</y>
<width>165</width>
<height>70</height>
</rect>
</property>
<property name="title">
<string>车牌</string>
</property>
<widget class="QTextEdit" name="textEdit_Plateno">
<property name="geometry">
<rect>
<x>15</x>
<y>20</y>
<width>135</width>
<height>38</height>
</rect>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_6">
<property name="geometry">
<rect>
<x>20</x>
<y>260</y>
<width>795</width>
<height>430</height>
</rect>
</property>
<property name="title">
<string>大图</string>
</property>
<widget class="QLabel" name="labelBigimg">
<property name="geometry">
<rect>
<x>30</x>
<y>-700</y>
<width>731</width>
<height>380</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_3">
<property name="geometry">
<rect>
<x>260</x>
<y>120</y>
<width>220</width>
<height>100</height>
</rect>
</property>
<property name="title">
<string>二值图</string>
</property>
<widget class="QLabel" name="labelBinImg">
<property name="geometry">
<rect>
<x>30</x>
<y>30</y>
<width>160</width>
<height>60</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QPushButton" name="pushButtonConnect">
<property name="geometry">
<rect>
<x>260</x>
<y>15</y>
<width>160</width>
<height>65</height>
</rect>
</property>
<property name="text">
<string>连接设备</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_7">
<property name="geometry">
<rect>
<x>490</x>
<y>170</y>
<width>165</width>
<height>70</height>
</rect>
</property>
<property name="title">
<string>车型</string>
</property>
<widget class="QTextEdit" name="textEdit_cartype">
<property name="geometry">
<rect>
<x>15</x>
<y>20</y>
<width>135</width>
<height>38</height>
</rect>
</property>
</widget>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1460</width>
<height>27</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>