123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?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>488</width>
- <height>356</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>智能交通监控系统</string>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>50</y>
- <width>351</width>
- <height>201</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:3px;
- border-style:solid;
- border-radius:10px;
- border-top-color:red;
- border-bottom-color:green;
- border-left-color:yellow;
- border-right-color:pink;
- </string>
- </property>
- <property name="text">
- <string>视频显示区</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>270</y>
- <width>101</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:1px;
- border-style:solid;
- border-radius:7px;
- border-top-color:#ffffff;
- border-left-color:#ffffff;
- border-bottom-color:#888888;
- border-right-color:#888888;
- </string>
- </property>
- <property name="text">
- <string>处理视频</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|