You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

102 lines
2.3 KiB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1048</width>
<height>761</height>
</rect>
</property>
<property name="font">
<font>
<family>Bahnschrift SemiLight</family>
</font>
</property>
<property name="windowTitle">
<string>花花检测</string>
</property>
<property name="windowOpacity">
<double>1.000000000000000</double>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="show_label">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>1011</width>
<height>641</height>
</rect>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="start_detect">
<property name="geometry">
<rect>
<x>450</x>
<y>670</y>
<width>121</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Microsoft Tai Le</family>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>开始检测</string>
</property>
</widget>
<widget class="QPushButton" name="read_img">
<property name="geometry">
<rect>
<x>130</x>
<y>670</y>
<width>121</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Microsoft Tai Le</family>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>读入图片</string>
</property>
</widget>
<widget class="QTextBrowser" name="show_text">
<property name="geometry">
<rect>
<x>710</x>
<y>680</y>
<width>201</width>
<height>41</height>
</rect>
</property>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>