mainwindow.ui 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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>945</width>
  10. <height>496</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>210</x>
  21. <y>270</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>210</x>
  34. <y>340</y>
  35. <width>91</width>
  36. <height>25</height>
  37. </rect>
  38. </property>
  39. <property name="text">
  40. <string>push task</string>
  41. </property>
  42. </widget>
  43. <widget class="QLabel" name="m_measure_result">
  44. <property name="geometry">
  45. <rect>
  46. <x>600</x>
  47. <y>240</y>
  48. <width>331</width>
  49. <height>191</height>
  50. </rect>
  51. </property>
  52. <property name="layoutDirection">
  53. <enum>Qt::LeftToRight</enum>
  54. </property>
  55. <property name="frameShape">
  56. <enum>QFrame::WinPanel</enum>
  57. </property>
  58. <property name="text">
  59. <string/>
  60. </property>
  61. <property name="alignment">
  62. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  63. </property>
  64. <property name="wordWrap">
  65. <bool>false</bool>
  66. </property>
  67. </widget>
  68. <widget class="QListWidget" name="m_log_list">
  69. <property name="geometry">
  70. <rect>
  71. <x>600</x>
  72. <y>10</y>
  73. <width>331</width>
  74. <height>221</height>
  75. </rect>
  76. </property>
  77. </widget>
  78. <zorder>m_add</zorder>
  79. <zorder>m_test_btn</zorder>
  80. <zorder>m_measure_result</zorder>
  81. <zorder>m_log_list</zorder>
  82. </widget>
  83. <widget class="QMenuBar" name="menuBar">
  84. <property name="geometry">
  85. <rect>
  86. <x>0</x>
  87. <y>0</y>
  88. <width>945</width>
  89. <height>22</height>
  90. </rect>
  91. </property>
  92. </widget>
  93. <widget class="QToolBar" name="mainToolBar">
  94. <attribute name="toolBarArea">
  95. <enum>TopToolBarArea</enum>
  96. </attribute>
  97. <attribute name="toolBarBreak">
  98. <bool>false</bool>
  99. </attribute>
  100. </widget>
  101. <widget class="QStatusBar" name="statusBar"/>
  102. </widget>
  103. <layoutdefault spacing="6" margin="11"/>
  104. <resources/>
  105. <connections/>
  106. </ui>