configure_input.ui 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConfigureInput</class>
  4. <widget class="QWidget" name="ConfigureInput">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>473</width>
  10. <height>677</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>ConfigureInput</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_5">
  17. <item>
  18. <layout class="QVBoxLayout" name="verticalLayout">
  19. <item>
  20. <widget class="QGroupBox" name="gridGroupBox">
  21. <property name="title">
  22. <string>Players</string>
  23. </property>
  24. <layout class="QGridLayout" name="gridLayout">
  25. <item row="1" column="2">
  26. <widget class="QComboBox" name="player1_combobox">
  27. <property name="minimumSize">
  28. <size>
  29. <width>110</width>
  30. <height>0</height>
  31. </size>
  32. </property>
  33. </widget>
  34. </item>
  35. <item row="1" column="3">
  36. <widget class="QPushButton" name="player1_configure">
  37. <property name="text">
  38. <string>Configure</string>
  39. </property>
  40. </widget>
  41. </item>
  42. <item row="0" column="2">
  43. <widget class="QLabel" name="label">
  44. <property name="text">
  45. <string>Controller Type</string>
  46. </property>
  47. <property name="alignment">
  48. <set>Qt::AlignCenter</set>
  49. </property>
  50. </widget>
  51. </item>
  52. <item row="1" column="1">
  53. <widget class="QCheckBox" name="player1_checkbox">
  54. <property name="text">
  55. <string>Player 1</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item row="7" column="1">
  60. <widget class="QCheckBox" name="player7_checkbox">
  61. <property name="text">
  62. <string>Player 7</string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item row="4" column="1">
  67. <widget class="QCheckBox" name="player4_checkbox">
  68. <property name="text">
  69. <string>Player 4</string>
  70. </property>
  71. </widget>
  72. </item>
  73. <item row="5" column="1">
  74. <widget class="QCheckBox" name="player5_checkbox">
  75. <property name="text">
  76. <string>Player 5</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item row="6" column="1">
  81. <widget class="QCheckBox" name="player6_checkbox">
  82. <property name="text">
  83. <string>Player 6</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item row="8" column="1">
  88. <widget class="QCheckBox" name="player8_checkbox">
  89. <property name="text">
  90. <string>Player 8</string>
  91. </property>
  92. </widget>
  93. </item>
  94. <item row="3" column="1">
  95. <widget class="QCheckBox" name="player3_checkbox">
  96. <property name="text">
  97. <string>Player 3</string>
  98. </property>
  99. </widget>
  100. </item>
  101. <item row="2" column="1">
  102. <widget class="QCheckBox" name="player2_checkbox">
  103. <property name="text">
  104. <string>Player 2</string>
  105. </property>
  106. </widget>
  107. </item>
  108. <item row="2" column="2">
  109. <widget class="QComboBox" name="player2_combobox">
  110. <property name="minimumSize">
  111. <size>
  112. <width>110</width>
  113. <height>0</height>
  114. </size>
  115. </property>
  116. </widget>
  117. </item>
  118. <item row="3" column="2">
  119. <widget class="QComboBox" name="player3_combobox">
  120. <property name="minimumSize">
  121. <size>
  122. <width>110</width>
  123. <height>0</height>
  124. </size>
  125. </property>
  126. </widget>
  127. </item>
  128. <item row="4" column="2">
  129. <widget class="QComboBox" name="player4_combobox">
  130. <property name="minimumSize">
  131. <size>
  132. <width>110</width>
  133. <height>0</height>
  134. </size>
  135. </property>
  136. </widget>
  137. </item>
  138. <item row="5" column="2">
  139. <widget class="QComboBox" name="player5_combobox">
  140. <property name="minimumSize">
  141. <size>
  142. <width>110</width>
  143. <height>0</height>
  144. </size>
  145. </property>
  146. </widget>
  147. </item>
  148. <item row="6" column="2">
  149. <widget class="QComboBox" name="player6_combobox">
  150. <property name="minimumSize">
  151. <size>
  152. <width>110</width>
  153. <height>0</height>
  154. </size>
  155. </property>
  156. </widget>
  157. </item>
  158. <item row="7" column="2">
  159. <widget class="QComboBox" name="player7_combobox">
  160. <property name="minimumSize">
  161. <size>
  162. <width>110</width>
  163. <height>0</height>
  164. </size>
  165. </property>
  166. </widget>
  167. </item>
  168. <item row="8" column="2">
  169. <widget class="QComboBox" name="player8_combobox">
  170. <property name="minimumSize">
  171. <size>
  172. <width>110</width>
  173. <height>0</height>
  174. </size>
  175. </property>
  176. </widget>
  177. </item>
  178. <item row="2" column="3">
  179. <widget class="QPushButton" name="player2_configure">
  180. <property name="text">
  181. <string>Configure</string>
  182. </property>
  183. </widget>
  184. </item>
  185. <item row="3" column="3">
  186. <widget class="QPushButton" name="player3_configure">
  187. <property name="text">
  188. <string>Configure</string>
  189. </property>
  190. </widget>
  191. </item>
  192. <item row="4" column="3">
  193. <widget class="QPushButton" name="player4_configure">
  194. <property name="text">
  195. <string>Configure</string>
  196. </property>
  197. </widget>
  198. </item>
  199. <item row="5" column="3">
  200. <widget class="QPushButton" name="player5_configure">
  201. <property name="text">
  202. <string>Configure</string>
  203. </property>
  204. </widget>
  205. </item>
  206. <item row="6" column="3">
  207. <widget class="QPushButton" name="player6_configure">
  208. <property name="text">
  209. <string>Configure</string>
  210. </property>
  211. </widget>
  212. </item>
  213. <item row="7" column="3">
  214. <widget class="QPushButton" name="player7_configure">
  215. <property name="text">
  216. <string>Configure</string>
  217. </property>
  218. </widget>
  219. </item>
  220. <item row="8" column="3">
  221. <widget class="QPushButton" name="player8_configure">
  222. <property name="text">
  223. <string>Configure</string>
  224. </property>
  225. </widget>
  226. </item>
  227. <item row="0" column="0">
  228. <spacer name="horizontalSpacer">
  229. <property name="orientation">
  230. <enum>Qt::Horizontal</enum>
  231. </property>
  232. <property name="sizeHint" stdset="0">
  233. <size>
  234. <width>40</width>
  235. <height>20</height>
  236. </size>
  237. </property>
  238. </spacer>
  239. </item>
  240. <item row="0" column="4">
  241. <spacer name="horizontalSpacer_2">
  242. <property name="orientation">
  243. <enum>Qt::Horizontal</enum>
  244. </property>
  245. <property name="sizeHint" stdset="0">
  246. <size>
  247. <width>40</width>
  248. <height>20</height>
  249. </size>
  250. </property>
  251. </spacer>
  252. </item>
  253. <item row="0" column="1">
  254. <widget class="QLabel" name="label_2">
  255. <property name="text">
  256. <string>Enabled</string>
  257. </property>
  258. <property name="alignment">
  259. <set>Qt::AlignCenter</set>
  260. </property>
  261. </widget>
  262. </item>
  263. </layout>
  264. </widget>
  265. </item>
  266. <item>
  267. <widget class="QGroupBox" name="gridGroupBox">
  268. <property name="title">
  269. <string>Handheld</string>
  270. </property>
  271. <layout class="QGridLayout" name="gridLayout_2">
  272. <item row="1" column="2">
  273. <spacer name="horizontalSpacer_5">
  274. <property name="orientation">
  275. <enum>Qt::Horizontal</enum>
  276. </property>
  277. <property name="sizeType">
  278. <enum>QSizePolicy::Fixed</enum>
  279. </property>
  280. <property name="sizeHint" stdset="0">
  281. <size>
  282. <width>72</width>
  283. <height>20</height>
  284. </size>
  285. </property>
  286. </spacer>
  287. </item>
  288. <item row="1" column="4">
  289. <spacer name="horizontalSpacer_4">
  290. <property name="orientation">
  291. <enum>Qt::Horizontal</enum>
  292. </property>
  293. <property name="sizeHint" stdset="0">
  294. <size>
  295. <width>40</width>
  296. <height>20</height>
  297. </size>
  298. </property>
  299. </spacer>
  300. </item>
  301. <item row="1" column="3">
  302. <widget class="QPushButton" name="handheld_configure">
  303. <property name="text">
  304. <string>Configure</string>
  305. </property>
  306. </widget>
  307. </item>
  308. <item row="1" column="0">
  309. <spacer name="horizontalSpacer_3">
  310. <property name="orientation">
  311. <enum>Qt::Horizontal</enum>
  312. </property>
  313. <property name="sizeHint" stdset="0">
  314. <size>
  315. <width>40</width>
  316. <height>20</height>
  317. </size>
  318. </property>
  319. </spacer>
  320. </item>
  321. <item row="1" column="1">
  322. <widget class="QCheckBox" name="handheld_connected">
  323. <property name="text">
  324. <string>Connected</string>
  325. </property>
  326. </widget>
  327. </item>
  328. <item row="0" column="1">
  329. <widget class="QCheckBox" name="use_docked_mode">
  330. <property name="text">
  331. <string>Use Docked Mode</string>
  332. </property>
  333. </widget>
  334. </item>
  335. </layout>
  336. </widget>
  337. </item>
  338. <item>
  339. <widget class="QGroupBox" name="gridGroupBox">
  340. <property name="title">
  341. <string>Other</string>
  342. </property>
  343. <layout class="QGridLayout" name="gridLayout_3">
  344. <item row="1" column="1">
  345. <widget class="QCheckBox" name="keyboard_enabled">
  346. <property name="minimumSize">
  347. <size>
  348. <width>0</width>
  349. <height>23</height>
  350. </size>
  351. </property>
  352. <property name="text">
  353. <string>Keyboard</string>
  354. </property>
  355. </widget>
  356. </item>
  357. <item row="2" column="1">
  358. <widget class="QCheckBox" name="debug_enabled">
  359. <property name="text">
  360. <string>Debug Controller</string>
  361. </property>
  362. </widget>
  363. </item>
  364. <item row="3" column="1">
  365. <widget class="QCheckBox" name="touchscreen_enabled">
  366. <property name="text">
  367. <string>Touchscreen</string>
  368. </property>
  369. </widget>
  370. </item>
  371. <item row="0" column="1">
  372. <widget class="QCheckBox" name="mouse_enabled">
  373. <property name="minimumSize">
  374. <size>
  375. <width>0</width>
  376. <height>23</height>
  377. </size>
  378. </property>
  379. <property name="text">
  380. <string>Mouse</string>
  381. </property>
  382. </widget>
  383. </item>
  384. <item row="0" column="4">
  385. <spacer name="horizontalSpacer_7">
  386. <property name="orientation">
  387. <enum>Qt::Horizontal</enum>
  388. </property>
  389. <property name="sizeHint" stdset="0">
  390. <size>
  391. <width>40</width>
  392. <height>20</height>
  393. </size>
  394. </property>
  395. </spacer>
  396. </item>
  397. <item row="0" column="2">
  398. <spacer name="horizontalSpacer_8">
  399. <property name="orientation">
  400. <enum>Qt::Horizontal</enum>
  401. </property>
  402. <property name="sizeType">
  403. <enum>QSizePolicy::Fixed</enum>
  404. </property>
  405. <property name="sizeHint" stdset="0">
  406. <size>
  407. <width>76</width>
  408. <height>20</height>
  409. </size>
  410. </property>
  411. </spacer>
  412. </item>
  413. <item row="0" column="0">
  414. <spacer name="horizontalSpacer_6">
  415. <property name="orientation">
  416. <enum>Qt::Horizontal</enum>
  417. </property>
  418. <property name="sizeHint" stdset="0">
  419. <size>
  420. <width>40</width>
  421. <height>20</height>
  422. </size>
  423. </property>
  424. </spacer>
  425. </item>
  426. <item row="3" column="3">
  427. <widget class="QPushButton" name="touchscreen_advanced">
  428. <property name="text">
  429. <string>Advanced</string>
  430. </property>
  431. </widget>
  432. </item>
  433. <item row="2" column="3">
  434. <widget class="QPushButton" name="debug_configure">
  435. <property name="text">
  436. <string>Configure</string>
  437. </property>
  438. </widget>
  439. </item>
  440. <item row="0" column="3">
  441. <widget class="QPushButton" name="mouse_advanced">
  442. <property name="text">
  443. <string>Advanced</string>
  444. </property>
  445. </widget>
  446. </item>
  447. </layout>
  448. </widget>
  449. </item>
  450. <item>
  451. <spacer name="verticalSpacer">
  452. <property name="orientation">
  453. <enum>Qt::Vertical</enum>
  454. </property>
  455. <property name="sizeHint" stdset="0">
  456. <size>
  457. <width>20</width>
  458. <height>40</height>
  459. </size>
  460. </property>
  461. </spacer>
  462. </item>
  463. <item>
  464. <layout class="QHBoxLayout" name="horizontalLayout">
  465. <item>
  466. <widget class="QPushButton" name="restore_defaults_button">
  467. <property name="text">
  468. <string>Restore Defaults</string>
  469. </property>
  470. </widget>
  471. </item>
  472. <item>
  473. <spacer name="horizontalSpacer_9">
  474. <property name="orientation">
  475. <enum>Qt::Horizontal</enum>
  476. </property>
  477. <property name="sizeHint" stdset="0">
  478. <size>
  479. <width>40</width>
  480. <height>20</height>
  481. </size>
  482. </property>
  483. </spacer>
  484. </item>
  485. </layout>
  486. </item>
  487. </layout>
  488. </item>
  489. </layout>
  490. </widget>
  491. <resources/>
  492. <connections/>
  493. </ui>