WordEdit.ui 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>WordEdit</class>
  4. <widget class="QWidget" name="WordEdit">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1070</width>
  10. <height>660</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>文本编辑器</string>
  15. </property>
  16. <widget class="QPlainTextEdit" name="plainTextEdit">
  17. <property name="geometry">
  18. <rect>
  19. <x>170</x>
  20. <y>80</y>
  21. <width>571</width>
  22. <height>431</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <action name="fileOpen">
  27. <property name="icon">
  28. <iconset resource="qrc.qrc">
  29. <normaloff>:/new/prefix1/images/open.png</normaloff>:/new/prefix1/images/open.png</iconset>
  30. </property>
  31. <property name="text">
  32. <string>打开</string>
  33. </property>
  34. <property name="toolTip">
  35. <string>打开文档</string>
  36. </property>
  37. </action>
  38. <action name="closeAction">
  39. <property name="icon">
  40. <iconset resource="qrc.qrc">
  41. <normaloff>:/new/prefix1/images/close.png</normaloff>:/new/prefix1/images/close.png</iconset>
  42. </property>
  43. <property name="text">
  44. <string>关闭</string>
  45. </property>
  46. <property name="toolTip">
  47. <string>关闭窗口</string>
  48. </property>
  49. </action>
  50. <action name="saveAction">
  51. <property name="icon">
  52. <iconset resource="qrc.qrc">
  53. <normaloff>:/new/prefix1/images/save.ico</normaloff>:/new/prefix1/images/save.ico</iconset>
  54. </property>
  55. <property name="text">
  56. <string>保存</string>
  57. </property>
  58. <property name="toolTip">
  59. <string>保存文件</string>
  60. </property>
  61. </action>
  62. <action name="saveAsAction">
  63. <property name="icon">
  64. <iconset resource="qrc.qrc">
  65. <normaloff>:/new/prefix1/images/saveas.png</normaloff>:/new/prefix1/images/saveas.png</iconset>
  66. </property>
  67. <property name="text">
  68. <string>另存为</string>
  69. </property>
  70. <property name="toolTip">
  71. <string>另存为</string>
  72. </property>
  73. </action>
  74. </widget>
  75. <resources>
  76. <include location="qrc.qrc"/>
  77. </resources>
  78. <connections/>
  79. </ui>