123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?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>481</width>
- <height>428</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>交通监控系统</string>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>50</y>
- <width>311</width>
- <height>271</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:3px;
- border-style:solid;
- border-color:pink;
- border-radius:10px</string>
- </property>
- <property name="text">
- <string>视频显示区</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>350</y>
- <width>121</width>
- <height>51</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:3px;
- border-style:solid;
- border-randius:10px;
- border-top-color:#ffffff;
- border-bottom-color:#dddddd;
- border-left-color:#ffffff;
- border-right-color:#dddddd;</string>
- </property>
- <property name="text">
- <string>处理视频</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|