mainwindow.ui 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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>519</width>
  10. <height>501</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_Inspection">
  18. <property name="geometry">
  19. <rect>
  20. <x>70</x>
  21. <y>25</y>
  22. <width>141</width>
  23. <height>51</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>Inspection</string>
  28. </property>
  29. </widget>
  30. <widget class="QPushButton" name="pushButton_OutReport">
  31. <property name="geometry">
  32. <rect>
  33. <x>281</x>
  34. <y>26</y>
  35. <width>141</width>
  36. <height>51</height>
  37. </rect>
  38. </property>
  39. <property name="text">
  40. <string>Out Report</string>
  41. </property>
  42. </widget>
  43. <widget class="QLabel" name="label">
  44. <property name="geometry">
  45. <rect>
  46. <x>70</x>
  47. <y>110</y>
  48. <width>101</width>
  49. <height>41</height>
  50. </rect>
  51. </property>
  52. <property name="text">
  53. <string>Video0</string>
  54. </property>
  55. </widget>
  56. <widget class="QLineEdit" name="lineEdit_video0">
  57. <property name="geometry">
  58. <rect>
  59. <x>200</x>
  60. <y>110</y>
  61. <width>221</width>
  62. <height>41</height>
  63. </rect>
  64. </property>
  65. </widget>
  66. <widget class="QLineEdit" name="lineEdit_video1">
  67. <property name="geometry">
  68. <rect>
  69. <x>200</x>
  70. <y>170</y>
  71. <width>221</width>
  72. <height>41</height>
  73. </rect>
  74. </property>
  75. </widget>
  76. <widget class="QLabel" name="label_2">
  77. <property name="geometry">
  78. <rect>
  79. <x>70</x>
  80. <y>170</y>
  81. <width>101</width>
  82. <height>41</height>
  83. </rect>
  84. </property>
  85. <property name="text">
  86. <string>Video1</string>
  87. </property>
  88. </widget>
  89. <widget class="QLineEdit" name="lineEdit_video3">
  90. <property name="geometry">
  91. <rect>
  92. <x>200</x>
  93. <y>290</y>
  94. <width>221</width>
  95. <height>41</height>
  96. </rect>
  97. </property>
  98. </widget>
  99. <widget class="QLineEdit" name="lineEdit_video2">
  100. <property name="geometry">
  101. <rect>
  102. <x>200</x>
  103. <y>230</y>
  104. <width>221</width>
  105. <height>41</height>
  106. </rect>
  107. </property>
  108. </widget>
  109. <widget class="QLabel" name="label_3">
  110. <property name="geometry">
  111. <rect>
  112. <x>70</x>
  113. <y>290</y>
  114. <width>101</width>
  115. <height>41</height>
  116. </rect>
  117. </property>
  118. <property name="text">
  119. <string>Video3</string>
  120. </property>
  121. </widget>
  122. <widget class="QLabel" name="label_4">
  123. <property name="geometry">
  124. <rect>
  125. <x>70</x>
  126. <y>230</y>
  127. <width>101</width>
  128. <height>41</height>
  129. </rect>
  130. </property>
  131. <property name="text">
  132. <string>Video2</string>
  133. </property>
  134. </widget>
  135. <widget class="QProgressBar" name="progressBar">
  136. <property name="geometry">
  137. <rect>
  138. <x>70</x>
  139. <y>358</y>
  140. <width>351</width>
  141. <height>51</height>
  142. </rect>
  143. </property>
  144. <property name="value">
  145. <number>24</number>
  146. </property>
  147. </widget>
  148. </widget>
  149. <widget class="QMenuBar" name="menuBar">
  150. <property name="geometry">
  151. <rect>
  152. <x>0</x>
  153. <y>0</y>
  154. <width>519</width>
  155. <height>28</height>
  156. </rect>
  157. </property>
  158. </widget>
  159. <widget class="QToolBar" name="mainToolBar">
  160. <attribute name="toolBarArea">
  161. <enum>TopToolBarArea</enum>
  162. </attribute>
  163. <attribute name="toolBarBreak">
  164. <bool>false</bool>
  165. </attribute>
  166. </widget>
  167. <widget class="QStatusBar" name="statusBar"/>
  168. </widget>
  169. <layoutdefault spacing="6" margin="11"/>
  170. <resources/>
  171. <connections/>
  172. </ui>