|
@@ -0,0 +1,84 @@
|
|
|
+<?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>61</x>
|
|
|
+ <y>140</y>
|
|
|
+ <width>351</width>
|
|
|
+ <height>271</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="styleSheet">
|
|
|
+ <string notr="true">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>220</x>
|
|
|
+ <y>540</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>680</x>
|
|
|
+ <y>210</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>770</x>
|
|
|
+ <y>340</y>
|
|
|
+ <width>72</width>
|
|
|
+ <height>15</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>显示信息</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ <resources/>
|
|
|
+ <connections/>
|
|
|
+</ui>
|