vmerge.ui 775 B

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>VMerge</class>
  4. <widget class="QWidget" name="VMerge">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>820</width>
  10. <height>687</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <action name="saveAction">
  17. <property name="icon">
  18. <iconset resource="qrc.qrc">
  19. <normaloff>:/new/prefix1/images/save.png</normaloff>:/new/prefix1/images/save.png</iconset>
  20. </property>
  21. <property name="text">
  22. <string>保存</string>
  23. </property>
  24. <property name="toolTip">
  25. <string>保存</string>
  26. </property>
  27. </action>
  28. </widget>
  29. <resources>
  30. <include location="qrc.qrc"/>
  31. </resources>
  32. <connections/>
  33. </ui>