Files
newspark110/device/ui/specificareaswidget.ui
Chenwenxuan edac2715f0 init
2024-03-06 14:54:30 +08:00

158 lines
4.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SpecificAreasWidget</class>
<widget class="QDialog" name="SpecificAreasWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1216</width>
<height>700</height>
</rect>
</property>
<property name="windowTitle">
<string>加工图片</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="lbImage">
<property name="styleSheet">
<string notr="true">background-color: rgb(0, 0, 0);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QFrame" name="frame">
<property name="maximumSize">
<size>
<width>240</width>
<height>16777215</height>
</size>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
</font>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="minimumSize">
<size>
<width>0</width>
<height>200</height>
</size>
</property>
<property name="title">
<string/>
</property>
<widget class="QRadioButton" name="rbSrcImg">
<property name="geometry">
<rect>
<x>20</x>
<y>120</y>
<width>115</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>当前图片</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QRadioButton" name="rbDstImg">
<property name="geometry">
<rect>
<x>20</x>
<y>160</y>
<width>115</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>结果图片</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="pbGetRetImg">
<property name="geometry">
<rect>
<x>50</x>
<y>30</y>
<width>121</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>传出图片</string>
</property>
</widget>
</widget>
</item>
<item>
<widget class="QTextEdit" name="edLog"/>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="minimumSize">
<size>
<width>0</width>
<height>60</height>
</size>
</property>
<property name="title">
<string/>
</property>
<widget class="QPushButton" name="pbOk">
<property name="geometry">
<rect>
<x>7</x>
<y>10</y>
<width>93</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>确 定</string>
</property>
</widget>
<widget class="QPushButton" name="pbCancel">
<property name="geometry">
<rect>
<x>110</x>
<y>10</y>
<width>93</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>取 消</string>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>