mainwindow.ui 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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>800</width>
  10. <height>600</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="LoadDBC">
  18. <property name="geometry">
  19. <rect>
  20. <x>660</x>
  21. <y>20</y>
  22. <width>91</width>
  23. <height>41</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>Load DBC</string>
  28. </property>
  29. </widget>
  30. <widget class="QPlainTextEdit" name="plainTextEdit_Value">
  31. <property name="geometry">
  32. <rect>
  33. <x>50</x>
  34. <y>180</y>
  35. <width>701</width>
  36. <height>351</height>
  37. </rect>
  38. </property>
  39. </widget>
  40. <widget class="QPushButton" name="LoadDump">
  41. <property name="geometry">
  42. <rect>
  43. <x>50</x>
  44. <y>20</y>
  45. <width>131</width>
  46. <height>41</height>
  47. </rect>
  48. </property>
  49. <property name="text">
  50. <string>Load dump</string>
  51. </property>
  52. </widget>
  53. <widget class="QLineEdit" name="lineEdit_FrameCount">
  54. <property name="geometry">
  55. <rect>
  56. <x>310</x>
  57. <y>27</y>
  58. <width>101</width>
  59. <height>31</height>
  60. </rect>
  61. </property>
  62. </widget>
  63. <widget class="QLabel" name="label">
  64. <property name="geometry">
  65. <rect>
  66. <x>200</x>
  67. <y>24</y>
  68. <width>101</width>
  69. <height>31</height>
  70. </rect>
  71. </property>
  72. <property name="text">
  73. <string>Frame Count:</string>
  74. </property>
  75. </widget>
  76. <widget class="QLineEdit" name="lineEdit_CurrentFrame">
  77. <property name="geometry">
  78. <rect>
  79. <x>530</x>
  80. <y>26</y>
  81. <width>101</width>
  82. <height>31</height>
  83. </rect>
  84. </property>
  85. </widget>
  86. <widget class="QLabel" name="label_2">
  87. <property name="geometry">
  88. <rect>
  89. <x>420</x>
  90. <y>25</y>
  91. <width>101</width>
  92. <height>31</height>
  93. </rect>
  94. </property>
  95. <property name="text">
  96. <string>Current Frame</string>
  97. </property>
  98. </widget>
  99. <widget class="QPlainTextEdit" name="plainTextEdit_Frame">
  100. <property name="geometry">
  101. <rect>
  102. <x>50</x>
  103. <y>80</y>
  104. <width>481</width>
  105. <height>91</height>
  106. </rect>
  107. </property>
  108. </widget>
  109. <widget class="QPushButton" name="pushButton_Pre">
  110. <property name="geometry">
  111. <rect>
  112. <x>550</x>
  113. <y>79</y>
  114. <width>90</width>
  115. <height>40</height>
  116. </rect>
  117. </property>
  118. <property name="text">
  119. <string>Pre</string>
  120. </property>
  121. </widget>
  122. <widget class="QPushButton" name="pushButton_Next">
  123. <property name="geometry">
  124. <rect>
  125. <x>660</x>
  126. <y>78</y>
  127. <width>90</width>
  128. <height>40</height>
  129. </rect>
  130. </property>
  131. <property name="text">
  132. <string>Next</string>
  133. </property>
  134. </widget>
  135. <widget class="QPushButton" name="pushButton_Goto">
  136. <property name="geometry">
  137. <rect>
  138. <x>660</x>
  139. <y>126</y>
  140. <width>91</width>
  141. <height>41</height>
  142. </rect>
  143. </property>
  144. <property name="text">
  145. <string>Goto</string>
  146. </property>
  147. </widget>
  148. <widget class="QLineEdit" name="lineEdit_FrameGo">
  149. <property name="geometry">
  150. <rect>
  151. <x>550</x>
  152. <y>127</y>
  153. <width>101</width>
  154. <height>41</height>
  155. </rect>
  156. </property>
  157. </widget>
  158. </widget>
  159. <widget class="QMenuBar" name="menubar">
  160. <property name="geometry">
  161. <rect>
  162. <x>0</x>
  163. <y>0</y>
  164. <width>800</width>
  165. <height>27</height>
  166. </rect>
  167. </property>
  168. </widget>
  169. <widget class="QStatusBar" name="statusbar"/>
  170. </widget>
  171. <resources/>
  172. <connections/>
  173. </ui>