| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>HMerge</class>
- <widget class="QWidget" name="HMerge">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>700</width>
- <height>631</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <action name="imageOpen">
- <property name="icon">
- <iconset resource="qrc.qrc">
- <normaloff>:/new/prefix1/images/open.ico</normaloff>:/new/prefix1/images/open.ico</iconset>
- </property>
- <property name="text">
- <string>打开</string>
- </property>
- <property name="toolTip">
- <string>打开图片</string>
- </property>
- </action>
- <action name="saveAction">
- <property name="icon">
- <iconset resource="qrc.qrc">
- <normaloff>:/new/prefix1/images/save.png</normaloff>:/new/prefix1/images/save.png</iconset>
- </property>
- <property name="text">
- <string>保存</string>
- </property>
- <property name="toolTip">
- <string>保存</string>
- </property>
- </action>
- </widget>
- <resources>
- <include location="qrc.qrc"/>
- </resources>
- <connections/>
- </ui>
|