SpeedAdjPage.ui 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SpeedAdjPage</class>
  4. <widget class="QMainWindow" name="SpeedAdjPage">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>564</width>
  10. <height>180</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QLabel" name="speedLabel">
  18. <property name="geometry">
  19. <rect>
  20. <x>0</x>
  21. <y>0</y>
  22. <width>561</width>
  23. <height>31</height>
  24. </rect>
  25. </property>
  26. <property name="styleSheet">
  27. <string notr="true">background-color: rgb(170, 170, 255);</string>
  28. </property>
  29. <property name="text">
  30. <string extracomment="快捷键盘">Shortcut Keyboard</string>
  31. </property>
  32. </widget>
  33. <widget class="QWidget" name="gridLayoutWidget">
  34. <property name="geometry">
  35. <rect>
  36. <x>0</x>
  37. <y>30</y>
  38. <width>561</width>
  39. <height>101</height>
  40. </rect>
  41. </property>
  42. <layout class="QGridLayout" name="gridLayout">
  43. <property name="spacing">
  44. <number>0</number>
  45. </property>
  46. <item row="1" column="0">
  47. <widget class="QPushButton" name="subBut_10000">
  48. <property name="minimumSize">
  49. <size>
  50. <width>80</width>
  51. <height>40</height>
  52. </size>
  53. </property>
  54. <property name="text">
  55. <string>-10000</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item row="2" column="1">
  60. <widget class="QPushButton" name="subBut_1000">
  61. <property name="minimumSize">
  62. <size>
  63. <width>80</width>
  64. <height>40</height>
  65. </size>
  66. </property>
  67. <property name="text">
  68. <string>-1000</string>
  69. </property>
  70. </widget>
  71. </item>
  72. <item row="2" column="3">
  73. <widget class="QPushButton" name="addBut_10">
  74. <property name="minimumSize">
  75. <size>
  76. <width>80</width>
  77. <height>40</height>
  78. </size>
  79. </property>
  80. <property name="text">
  81. <string>+10</string>
  82. </property>
  83. </widget>
  84. </item>
  85. <item row="1" column="4">
  86. <widget class="QPushButton" name="addBut_100">
  87. <property name="minimumSize">
  88. <size>
  89. <width>80</width>
  90. <height>40</height>
  91. </size>
  92. </property>
  93. <property name="text">
  94. <string>+100</string>
  95. </property>
  96. </widget>
  97. </item>
  98. <item row="2" column="0">
  99. <widget class="QPushButton" name="subBut_100000">
  100. <property name="minimumSize">
  101. <size>
  102. <width>80</width>
  103. <height>40</height>
  104. </size>
  105. </property>
  106. <property name="text">
  107. <string>-100000</string>
  108. </property>
  109. </widget>
  110. </item>
  111. <item row="2" column="2">
  112. <widget class="QPushButton" name="subBut_10">
  113. <property name="minimumSize">
  114. <size>
  115. <width>80</width>
  116. <height>40</height>
  117. </size>
  118. </property>
  119. <property name="text">
  120. <string>-10</string>
  121. </property>
  122. </widget>
  123. </item>
  124. <item row="2" column="4">
  125. <widget class="QPushButton" name="addBut_1000">
  126. <property name="minimumSize">
  127. <size>
  128. <width>80</width>
  129. <height>40</height>
  130. </size>
  131. </property>
  132. <property name="text">
  133. <string>+1000</string>
  134. </property>
  135. </widget>
  136. </item>
  137. <item row="2" column="5">
  138. <widget class="QPushButton" name="addBut_100000">
  139. <property name="minimumSize">
  140. <size>
  141. <width>80</width>
  142. <height>40</height>
  143. </size>
  144. </property>
  145. <property name="text">
  146. <string>+100000</string>
  147. </property>
  148. </widget>
  149. </item>
  150. <item row="1" column="5">
  151. <widget class="QPushButton" name="addBut_10000">
  152. <property name="minimumSize">
  153. <size>
  154. <width>80</width>
  155. <height>40</height>
  156. </size>
  157. </property>
  158. <property name="text">
  159. <string>+10000</string>
  160. </property>
  161. </widget>
  162. </item>
  163. <item row="1" column="2">
  164. <widget class="QPushButton" name="subBut_1">
  165. <property name="minimumSize">
  166. <size>
  167. <width>80</width>
  168. <height>40</height>
  169. </size>
  170. </property>
  171. <property name="text">
  172. <string>-1</string>
  173. </property>
  174. </widget>
  175. </item>
  176. <item row="1" column="1">
  177. <widget class="QPushButton" name="subBut_100">
  178. <property name="minimumSize">
  179. <size>
  180. <width>80</width>
  181. <height>40</height>
  182. </size>
  183. </property>
  184. <property name="text">
  185. <string>-100</string>
  186. </property>
  187. </widget>
  188. </item>
  189. <item row="1" column="3">
  190. <widget class="QPushButton" name="addBut_1">
  191. <property name="minimumSize">
  192. <size>
  193. <width>80</width>
  194. <height>40</height>
  195. </size>
  196. </property>
  197. <property name="text">
  198. <string>+1</string>
  199. </property>
  200. </widget>
  201. </item>
  202. </layout>
  203. </widget>
  204. <widget class="QWidget" name="layoutWidget">
  205. <property name="geometry">
  206. <rect>
  207. <x>110</x>
  208. <y>140</y>
  209. <width>351</width>
  210. <height>32</height>
  211. </rect>
  212. </property>
  213. <layout class="QHBoxLayout" name="horizontalLayout">
  214. <item>
  215. <widget class="QPushButton" name="subBut">
  216. <property name="minimumSize">
  217. <size>
  218. <width>80</width>
  219. <height>30</height>
  220. </size>
  221. </property>
  222. <property name="text">
  223. <string>&lt;&lt;</string>
  224. </property>
  225. </widget>
  226. </item>
  227. <item>
  228. <widget class="QLineEdit" name="valLineEdit">
  229. <property name="minimumSize">
  230. <size>
  231. <width>80</width>
  232. <height>30</height>
  233. </size>
  234. </property>
  235. </widget>
  236. </item>
  237. <item>
  238. <widget class="QPushButton" name="addBut">
  239. <property name="minimumSize">
  240. <size>
  241. <width>80</width>
  242. <height>30</height>
  243. </size>
  244. </property>
  245. <property name="text">
  246. <string>&gt;&gt;</string>
  247. </property>
  248. </widget>
  249. </item>
  250. </layout>
  251. </widget>
  252. <widget class="QPushButton" name="closeBut">
  253. <property name="geometry">
  254. <rect>
  255. <x>527</x>
  256. <y>2</y>
  257. <width>31</width>
  258. <height>23</height>
  259. </rect>
  260. </property>
  261. <property name="text">
  262. <string>X</string>
  263. </property>
  264. </widget>
  265. </widget>
  266. </widget>
  267. <resources/>
  268. <connections/>
  269. </ui>