mainwindowleft.ui 1018 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindowLeft</class>
  4. <widget class="QMainWindow" name="MainWindowLeft">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>640</width>
  10. <height>360</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Left View</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>640</width>
  23. <height>28</height>
  24. </rect>
  25. </property>
  26. <widget class="QMenu" name="menuView">
  27. <property name="title">
  28. <string>View</string>
  29. </property>
  30. <addaction name="actionFullScreen"/>
  31. </widget>
  32. <addaction name="menuView"/>
  33. </widget>
  34. <widget class="QStatusBar" name="statusbar"/>
  35. <action name="actionFullScreen">
  36. <property name="text">
  37. <string>FullScreen</string>
  38. </property>
  39. </action>
  40. </widget>
  41. <resources/>
  42. <connections/>
  43. </ui>