xvmainwindow.ui 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>XVMainWindow</class>
  4. <widget class="QMainWindow" name="XVMainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>800</width>
  10. <height>600</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget"/>
  17. <widget class="QMenuBar" name="menubar">
  18. <property name="geometry">
  19. <rect>
  20. <x>0</x>
  21. <y>0</y>
  22. <width>800</width>
  23. <height>28</height>
  24. </rect>
  25. </property>
  26. <widget class="QMenu" name="menuFile">
  27. <property name="title">
  28. <string>File</string>
  29. </property>
  30. <addaction name="actionLoad"/>
  31. <addaction name="actionZoom_In"/>
  32. <addaction name="actionZoom_Out"/>
  33. <addaction name="actionZoom_One"/>
  34. <addaction name="actionSet_Move"/>
  35. <addaction name="actionReset_Move"/>
  36. <addaction name="actionHelp"/>
  37. </widget>
  38. <addaction name="menuFile"/>
  39. </widget>
  40. <widget class="QStatusBar" name="statusbar"/>
  41. <action name="actionLoad">
  42. <property name="text">
  43. <string>Load</string>
  44. </property>
  45. </action>
  46. <action name="actionZoom_In">
  47. <property name="text">
  48. <string>Zoom In</string>
  49. </property>
  50. </action>
  51. <action name="actionZoom_Out">
  52. <property name="text">
  53. <string>Zoom Out</string>
  54. </property>
  55. </action>
  56. <action name="actionZoom_One">
  57. <property name="text">
  58. <string>Zoom One</string>
  59. </property>
  60. </action>
  61. <action name="actionSet_Move">
  62. <property name="text">
  63. <string>Set Move</string>
  64. </property>
  65. </action>
  66. <action name="actionReset_Move">
  67. <property name="text">
  68. <string>Reset Move</string>
  69. </property>
  70. </action>
  71. <action name="actionHelp">
  72. <property name="text">
  73. <string>Help</string>
  74. </property>
  75. </action>
  76. </widget>
  77. <resources/>
  78. <connections/>
  79. </ui>