hmerge.ui 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>HMerge</class>
  4. <widget class="QWidget" name="HMerge">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>700</width>
  10. <height>631</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <action name="imageOpen">
  17. <property name="icon">
  18. <iconset resource="qrc.qrc">
  19. <normaloff>:/new/prefix1/images/open.ico</normaloff>:/new/prefix1/images/open.ico</iconset>
  20. </property>
  21. <property name="text">
  22. <string>打开</string>
  23. </property>
  24. <property name="toolTip">
  25. <string>打开图片</string>
  26. </property>
  27. </action>
  28. <action name="saveAction">
  29. <property name="icon">
  30. <iconset resource="qrc.qrc">
  31. <normaloff>:/new/prefix1/images/save.png</normaloff>:/new/prefix1/images/save.png</iconset>
  32. </property>
  33. <property name="text">
  34. <string>保存</string>
  35. </property>
  36. <property name="toolTip">
  37. <string>保存</string>
  38. </property>
  39. </action>
  40. </widget>
  41. <resources>
  42. <include location="qrc.qrc"/>
  43. </resources>
  44. <connections/>
  45. </ui>