123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>Traffic</class>
- <widget class="QDialog" name="Traffic">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>961</width>
- <height>643</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>智能交通监控系统</string>
- </property>
- <widget class="QLabel" name="lblVideo">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>80</y>
- <width>640</width>
- <height>480</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:1px;
- border-style:solid;
- border-color:#FF0000;
- border-radius:10px;</string>
- </property>
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btnCapture">
- <property name="geometry">
- <rect>
- <x>310</x>
- <y>580</y>
- <width>75</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>抓取图像</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>30</y>
- <width>261</width>
- <height>31</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>24</pointsize>
- <bold>true</bold>
- </font>
- </property>
- <property name="text">
- <string>智能交通监控系统</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>733</x>
- <y>230</y>
- <width>81</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>识别信息:</string>
- </property>
- </widget>
- <widget class="QLabel" name="lblInfo">
- <property name="geometry">
- <rect>
- <x>700</x>
- <y>270</y>
- <width>171</width>
- <height>141</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:1px;
- border-style:dotted;
- boder-color:blue;</string>
- </property>
- <property name="text">
- <string>显示信息</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|