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

46 lines
919 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ImageBox</class>
<widget class="QWidget" name="ImageBox">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>587</width>
<height>523</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>60</x>
<y>30</y>
<width>450</width>
<height>450</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>400</x>
<y>490</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>保存图片</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>