123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>Dialog</class>
- <widget class="QDialog" name="Dialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>625</width>
- <height>389</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>智能交通监测系统</string>
- </property>
- <widget class="QLabel" name="btnCapture">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>60</y>
- <width>300</width>
- <height>300</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:10px;
- border-color:pink;
- border-style:solid;
- </string>
- </property>
- <property name="text">
- <string>视频显示区</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>20</y>
- <width>171</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>智能交通检测系统</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>460</x>
- <y>210</y>
- <width>72</width>
- <height>15</height>
- </rect>
- </property>
- <property name="text">
- <string>识别信息</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>460</x>
- <y>290</y>
- <width>101</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>抓取图像</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|