No Description

mainwindow.ui 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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>436</width>
  10. <height>373</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QGraphicsView" name="MainView">
  18. <property name="geometry">
  19. <rect>
  20. <x>10</x>
  21. <y>11</y>
  22. <width>381</width>
  23. <height>231</height>
  24. </rect>
  25. </property>
  26. <property name="focusPolicy">
  27. <enum>Qt::NoFocus</enum>
  28. </property>
  29. <property name="verticalScrollBarPolicy">
  30. <enum>Qt::ScrollBarAlwaysOff</enum>
  31. </property>
  32. <property name="horizontalScrollBarPolicy">
  33. <enum>Qt::ScrollBarAlwaysOff</enum>
  34. </property>
  35. </widget>
  36. <widget class="QPushButton" name="RunPushButton">
  37. <property name="geometry">
  38. <rect>
  39. <x>20</x>
  40. <y>280</y>
  41. <width>114</width>
  42. <height>32</height>
  43. </rect>
  44. </property>
  45. <property name="text">
  46. <string>Jump</string>
  47. </property>
  48. </widget>
  49. <widget class="QLabel" name="alabel">
  50. <property name="geometry">
  51. <rect>
  52. <x>10</x>
  53. <y>250</y>
  54. <width>21</width>
  55. <height>16</height>
  56. </rect>
  57. </property>
  58. <property name="text">
  59. <string>a: </string>
  60. </property>
  61. </widget>
  62. <widget class="QLineEdit" name="alineEdit">
  63. <property name="geometry">
  64. <rect>
  65. <x>30</x>
  66. <y>250</y>
  67. <width>31</width>
  68. <height>22</height>
  69. </rect>
  70. </property>
  71. </widget>
  72. <widget class="QLabel" name="blabel">
  73. <property name="geometry">
  74. <rect>
  75. <x>110</x>
  76. <y>250</y>
  77. <width>21</width>
  78. <height>16</height>
  79. </rect>
  80. </property>
  81. <property name="text">
  82. <string>b:</string>
  83. </property>
  84. </widget>
  85. <widget class="QLineEdit" name="blineEdit">
  86. <property name="geometry">
  87. <rect>
  88. <x>130</x>
  89. <y>250</y>
  90. <width>31</width>
  91. <height>22</height>
  92. </rect>
  93. </property>
  94. </widget>
  95. <widget class="QLineEdit" name="clineEdit">
  96. <property name="geometry">
  97. <rect>
  98. <x>230</x>
  99. <y>250</y>
  100. <width>31</width>
  101. <height>22</height>
  102. </rect>
  103. </property>
  104. </widget>
  105. <widget class="QLabel" name="clabel">
  106. <property name="geometry">
  107. <rect>
  108. <x>210</x>
  109. <y>250</y>
  110. <width>21</width>
  111. <height>16</height>
  112. </rect>
  113. </property>
  114. <property name="text">
  115. <string>c:</string>
  116. </property>
  117. </widget>
  118. <widget class="QPushButton" name="retryButton">
  119. <property name="geometry">
  120. <rect>
  121. <x>210</x>
  122. <y>280</y>
  123. <width>114</width>
  124. <height>32</height>
  125. </rect>
  126. </property>
  127. <property name="text">
  128. <string>Retry</string>
  129. </property>
  130. </widget>
  131. </widget>
  132. <widget class="QMenuBar" name="menuBar">
  133. <property name="geometry">
  134. <rect>
  135. <x>0</x>
  136. <y>0</y>
  137. <width>436</width>
  138. <height>21</height>
  139. </rect>
  140. </property>
  141. </widget>
  142. <widget class="QToolBar" name="mainToolBar">
  143. <attribute name="toolBarArea">
  144. <enum>TopToolBarArea</enum>
  145. </attribute>
  146. <attribute name="toolBarBreak">
  147. <bool>false</bool>
  148. </attribute>
  149. </widget>
  150. <widget class="QStatusBar" name="statusBar"/>
  151. </widget>
  152. <layoutdefault spacing="6" margin="11"/>
  153. <resources/>
  154. <connections/>
  155. </ui>