mainwindow.ui 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  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="QVTKOpenGLNativeWidget" name="vtk">
  18. <property name="geometry">
  19. <rect>
  20. <x>40</x>
  21. <y>30</y>
  22. <width>531</width>
  23. <height>391</height>
  24. </rect>
  25. </property>
  26. </widget>
  27. </widget>
  28. <widget class="QMenuBar" name="menubar">
  29. <property name="geometry">
  30. <rect>
  31. <x>0</x>
  32. <y>0</y>
  33. <width>800</width>
  34. <height>22</height>
  35. </rect>
  36. </property>
  37. <widget class="QMenu" name="menuFile">
  38. <property name="title">
  39. <string>File</string>
  40. </property>
  41. </widget>
  42. <widget class="QMenu" name="menuView">
  43. <property name="title">
  44. <string>View</string>
  45. </property>
  46. <addaction name="actionFull_Screem"/>
  47. <addaction name="actionReset_Camera"/>
  48. </widget>
  49. <addaction name="menuFile"/>
  50. <addaction name="menuView"/>
  51. </widget>
  52. <widget class="QStatusBar" name="statusbar"/>
  53. <widget class="QToolBar" name="toolBar">
  54. <property name="windowTitle">
  55. <string>toolBar</string>
  56. </property>
  57. <attribute name="toolBarArea">
  58. <enum>TopToolBarArea</enum>
  59. </attribute>
  60. <attribute name="toolBarBreak">
  61. <bool>false</bool>
  62. </attribute>
  63. </widget>
  64. <action name="actionFull_Screem">
  65. <property name="text">
  66. <string>Full Screem</string>
  67. </property>
  68. </action>
  69. <action name="actionReset_Camera">
  70. <property name="text">
  71. <string>Reset Camera</string>
  72. </property>
  73. </action>
  74. </widget>
  75. <customwidgets>
  76. <customwidget>
  77. <class>QVTKOpenGLNativeWidget</class>
  78. <extends>QOpenGLWidget</extends>
  79. <header location="global">QVTKOpenGLNativeWidget.h</header>
  80. </customwidget>
  81. </customwidgets>
  82. <resources/>
  83. <connections/>
  84. </ui>