1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?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>1364</width>
- <height>948</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>250</x>
- <y>110</y>
- <width>251</width>
- <height>171</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">qradialgradient
- border-width:1px;
- border-style:solid;
- border-color:green;</string>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>330</x>
- <y>320</y>
- <width>93</width>
- <height>28</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:1px;
- border-style:solid;
- border-left-color:#ffffff;
- border-top-color:#ffffff;
- border-right-color:#bbbbbb;
- border-bottom-color:#bbbbbb;</string>
- </property>
- <property name="text">
- <string>抓取图像</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>620</x>
- <y>150</y>
- <width>72</width>
- <height>15</height>
- </rect>
- </property>
- <property name="text">
- <string>识别信息:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>620</x>
- <y>220</y>
- <width>72</width>
- <height>15</height>
- </rect>
- </property>
- <property name="text">
- <string>显示信息</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>40</y>
- <width>441</width>
- <height>51</height>
- </rect>
- </property>
- <property name="text">
- <string>智慧交通监控系统</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|