123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>addPic</class>
- <widget class="QWidget" name="addPic">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>616</width>
- <height>171</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QPushButton" name="btn_addPic">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>40</y>
- <width>81</width>
- <height>81</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_ap_tips">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>140</y>
- <width>281</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>点击 + 上传图片(最多上传6张)</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|