123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>renwu</class>
- <widget class="QDialog" name="renwu">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>智能交通监控系统</string>
- </property>
- <property name="styleSheet">
- <string notr="true">bordedr-width:2px;
- border-style:solid;
- border-color:#FF0000;
- </string>
- </property>
- <widget class="QLabel" name="lblvideo">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>20</y>
- <width>321</width>
- <height>181</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:3px;
- border-style:dotted;
- border-color:blue;
- border-radius:10px;</string>
- </property>
- <property name="text">
- <string>视频显示区</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btncapture">
- <property name="geometry">
- <rect>
- <x>140</x>
- <y>240</y>
- <width>93</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>抓取图像</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|