1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?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>781</width>
- <height>675</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <property name="styleSheet">
- <string notr="true">border-style: solid;
- border-radius:10px;
- border-top-color:#ffffff;
- border-left-color:#ffffff;
- border-right-color:#888888;
- border-bottom-color:#888888;</string>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>140</x>
- <y>160</y>
- <width>481</width>
- <height>311</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:3px;
- border-style:solid;
- border-color:blue;
- border-radius:10px;
- border-color:red;
- </string>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_2">
- <property name="geometry">
- <rect>
- <x>260</x>
- <y>60</y>
- <width>171</width>
- <height>41</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:3px;
- border-style: solid;
- border-radius:10px;
- border-top-color:#ffffff;
- border-left-color:#ffffff;
- border-right-color:#888888;
- border-bottom-color:#888888;</string>
- </property>
- <property name="text">
- <string>智能交通应用系统</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>390</x>
- <y>554</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:3px;
- border-style: solid;
- border-radius:10px;
- border-top-color:#ffffff;
- border-left-color:#ffffff;
- border-right-color:#888888;
- border-bottom-color:#888888;</string>
- </property>
- <property name="text">
- <string>抓取图像</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|