SAM/UI.ui

187 lines
4.4 KiB
XML

<?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>1140</width>
<height>450</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>1140</width>
<height>450</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1140</width>
<height>450</height>
</size>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="pushButton_w">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>151</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>Predict</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_a">
<property name="geometry">
<rect>
<x>10</x>
<y>160</y>
<width>71</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>Pre</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_d">
<property name="geometry">
<rect>
<x>90</x>
<y>160</y>
<width>71</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>Next</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_s">
<property name="geometry">
<rect>
<x>10</x>
<y>360</y>
<width>151</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_5">
<property name="geometry">
<rect>
<x>10</x>
<y>230</y>
<width>151</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>背景图</string>
</property>
</widget>
<widget class="QLabel" name="label_orign">
<property name="geometry">
<rect>
<x>180</x>
<y>20</y>
<width>471</width>
<height>401</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;原始图像&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>660</x>
<y>20</y>
<width>471</width>
<height>401</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;预测图像&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_w_2">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>151</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>Openimg</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>50</x>
<y>290</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>改变mask大小</string>
</property>
</widget>
<widget class="QSlider" name="horizontalSlider">
<property name="geometry">
<rect>
<x>10</x>
<y>320</y>
<width>141</width>
<height>22</height>
</rect>
</property>
<property name="sliderPosition">
<number>50</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="tickInterval">
<number>0</number>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1140</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>