mainwindow.ui 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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>869</width>
  10. <height>474</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="m_test_btn">
  18. <property name="geometry">
  19. <rect>
  20. <x>350</x>
  21. <y>40</y>
  22. <width>89</width>
  23. <height>51</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>get l r t b</string>
  28. </property>
  29. </widget>
  30. <widget class="QPushButton" name="m_add">
  31. <property name="geometry">
  32. <rect>
  33. <x>350</x>
  34. <y>110</y>
  35. <width>91</width>
  36. <height>25</height>
  37. </rect>
  38. </property>
  39. <property name="text">
  40. <string>add</string>
  41. </property>
  42. </widget>
  43. <zorder>m_add</zorder>
  44. <zorder>m_test_btn</zorder>
  45. </widget>
  46. <widget class="QMenuBar" name="menuBar">
  47. <property name="geometry">
  48. <rect>
  49. <x>0</x>
  50. <y>0</y>
  51. <width>869</width>
  52. <height>22</height>
  53. </rect>
  54. </property>
  55. </widget>
  56. <widget class="QToolBar" name="mainToolBar">
  57. <attribute name="toolBarArea">
  58. <enum>TopToolBarArea</enum>
  59. </attribute>
  60. <attribute name="toolBarBreak">
  61. <bool>false</bool>
  62. </attribute>
  63. </widget>
  64. <widget class="QStatusBar" name="statusBar"/>
  65. </widget>
  66. <layoutdefault spacing="6" margin="11"/>
  67. <resources/>
  68. <connections/>
  69. </ui>