mainwindow.ui 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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>767</width>
  10. <height>686</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QPushButton" name="pushButton">
  18. <property name="geometry">
  19. <rect>
  20. <x>180</x>
  21. <y>170</y>
  22. <width>80</width>
  23. <height>21</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>PushButton</string>
  28. </property>
  29. </widget>
  30. </widget>
  31. <widget class="QMenuBar" name="menuBar">
  32. <property name="geometry">
  33. <rect>
  34. <x>0</x>
  35. <y>0</y>
  36. <width>767</width>
  37. <height>19</height>
  38. </rect>
  39. </property>
  40. </widget>
  41. <widget class="QToolBar" name="mainToolBar">
  42. <attribute name="toolBarArea">
  43. <enum>TopToolBarArea</enum>
  44. </attribute>
  45. <attribute name="toolBarBreak">
  46. <bool>false</bool>
  47. </attribute>
  48. </widget>
  49. <widget class="QStatusBar" name="statusBar"/>
  50. </widget>
  51. <layoutdefault spacing="6" margin="11"/>
  52. <resources/>
  53. <connections/>
  54. </ui>