SAM/untitled.ui

195 lines
4.7 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>1333</width>
<height>657</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="pushButton_init">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>重置选择</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_openimg">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>打开图片</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Fusionimg">
<property name="geometry">
<rect>
<x>10</x>
<y>270</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>融合背景图片</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_exit">
<property name="geometry">
<rect>
<x>10</x>
<y>570</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>退出</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Transparency">
<property name="geometry">
<rect>
<x>10</x>
<y>380</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>调整透明度</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_copymask">
<property name="geometry">
<rect>
<x>10</x>
<y>450</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>复制掩码</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_saveimg">
<property name="geometry">
<rect>
<x>10</x>
<y>510</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>保存图片</string>
</property>
</widget>
<widget class="QSlider" name="horizontalSlider">
<property name="geometry">
<rect>
<x>10</x>
<y>330</y>
<width>141</width>
<height>22</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_Originalimg">
<property name="geometry">
<rect>
<x>160</x>
<y>30</y>
<width>571</width>
<height>581</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_Maskimg">
<property name="geometry">
<rect>
<x>740</x>
<y>30</y>
<width>581</width>
<height>581</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_shang">
<property name="geometry">
<rect>
<x>10</x>
<y>150</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>上一张</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_openimg_3">
<property name="geometry">
<rect>
<x>10</x>
<y>210</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>下一张</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1333</width>
<height>26</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>