VDPCommandRegisters.ui 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771
  1. <ui version="4.0" >
  2. <class>VDPCmdRegs</class>
  3. <widget class="QDialog" name="VDPCmdRegs" >
  4. <property name="geometry" >
  5. <rect>
  6. <x>0</x>
  7. <y>0</y>
  8. <width>489</width>
  9. <height>659</height>
  10. </rect>
  11. </property>
  12. <property name="windowTitle" >
  13. <string>Dialog</string>
  14. </property>
  15. <layout class="QVBoxLayout" name="verticalLayout_2" >
  16. <item>
  17. <layout class="QGridLayout" name="gridLayout" >
  18. <item row="0" column="0" colspan="5" >
  19. <widget class="QLabel" name="label_29" >
  20. <property name="font" >
  21. <font>
  22. <weight>75</weight>
  23. <bold>true</bold>
  24. </font>
  25. </property>
  26. <property name="text" >
  27. <string>New command</string>
  28. </property>
  29. </widget>
  30. </item>
  31. <item rowspan="21" row="0" column="5" >
  32. <widget class="Line" name="line" >
  33. <property name="orientation" >
  34. <enum>Qt::Vertical</enum>
  35. </property>
  36. </widget>
  37. </item>
  38. <item row="0" column="6" colspan="2" >
  39. <widget class="QLabel" name="label_27" >
  40. <property name="font" >
  41. <font>
  42. <weight>75</weight>
  43. <bold>true</bold>
  44. </font>
  45. </property>
  46. <property name="text" >
  47. <string>Current registers</string>
  48. </property>
  49. </widget>
  50. </item>
  51. <item row="1" column="2" >
  52. <widget class="QLineEdit" name="lineEdit_sx" />
  53. </item>
  54. <item row="1" column="3" >
  55. <widget class="QLabel" name="label_3" >
  56. <property name="text" >
  57. <string>R32</string>
  58. </property>
  59. </widget>
  60. </item>
  61. <item row="1" column="4" >
  62. <widget class="QLineEdit" name="lineEdit_r32" />
  63. </item>
  64. <item row="1" column="6" >
  65. <widget class="QLabel" name="label_r_sx" >
  66. <property name="text" >
  67. <string>0x00</string>
  68. </property>
  69. </widget>
  70. </item>
  71. <item row="1" column="7" >
  72. <widget class="QLabel" name="label_r_32" >
  73. <property name="text" >
  74. <string>0x00</string>
  75. </property>
  76. </widget>
  77. </item>
  78. <item row="2" column="3" >
  79. <widget class="QLabel" name="label_4" >
  80. <property name="text" >
  81. <string>R33</string>
  82. </property>
  83. </widget>
  84. </item>
  85. <item row="2" column="4" >
  86. <widget class="QLineEdit" name="lineEdit_r33" />
  87. </item>
  88. <item row="2" column="7" >
  89. <widget class="QLabel" name="label_r_33" >
  90. <property name="text" >
  91. <string>0x00</string>
  92. </property>
  93. </widget>
  94. </item>
  95. <item row="3" column="2" >
  96. <widget class="QLineEdit" name="lineEdit_sy" />
  97. </item>
  98. <item row="3" column="3" >
  99. <widget class="QLabel" name="label_5" >
  100. <property name="text" >
  101. <string>R34</string>
  102. </property>
  103. </widget>
  104. </item>
  105. <item row="3" column="4" >
  106. <widget class="QLineEdit" name="lineEdit_r34" />
  107. </item>
  108. <item row="3" column="6" >
  109. <widget class="QLabel" name="label_r_sy" >
  110. <property name="text" >
  111. <string>0x00</string>
  112. </property>
  113. </widget>
  114. </item>
  115. <item row="3" column="7" >
  116. <widget class="QLabel" name="label_r_34" >
  117. <property name="text" >
  118. <string>0x00</string>
  119. </property>
  120. </widget>
  121. </item>
  122. <item row="4" column="3" >
  123. <widget class="QLabel" name="label_6" >
  124. <property name="text" >
  125. <string>R35</string>
  126. </property>
  127. </widget>
  128. </item>
  129. <item row="4" column="4" >
  130. <widget class="QLineEdit" name="lineEdit_r35" />
  131. </item>
  132. <item row="4" column="7" >
  133. <widget class="QLabel" name="label_r_35" >
  134. <property name="text" >
  135. <string>0x00</string>
  136. </property>
  137. </widget>
  138. </item>
  139. <item row="5" column="2" >
  140. <widget class="QLineEdit" name="lineEdit_dx" />
  141. </item>
  142. <item row="5" column="3" >
  143. <widget class="QLabel" name="label_12" >
  144. <property name="text" >
  145. <string>R36</string>
  146. </property>
  147. </widget>
  148. </item>
  149. <item row="5" column="4" >
  150. <widget class="QLineEdit" name="lineEdit_r36" />
  151. </item>
  152. <item row="5" column="6" >
  153. <widget class="QLabel" name="label_r_dx" >
  154. <property name="text" >
  155. <string>0x00</string>
  156. </property>
  157. </widget>
  158. </item>
  159. <item row="5" column="7" >
  160. <widget class="QLabel" name="label_r_36" >
  161. <property name="text" >
  162. <string>0x00</string>
  163. </property>
  164. </widget>
  165. </item>
  166. <item row="6" column="3" >
  167. <widget class="QLabel" name="label_9" >
  168. <property name="text" >
  169. <string>R37</string>
  170. </property>
  171. </widget>
  172. </item>
  173. <item row="6" column="4" >
  174. <widget class="QLineEdit" name="lineEdit_r37" />
  175. </item>
  176. <item row="6" column="7" >
  177. <widget class="QLabel" name="label_r_37" >
  178. <property name="text" >
  179. <string>0x00</string>
  180. </property>
  181. </widget>
  182. </item>
  183. <item row="7" column="2" >
  184. <widget class="QLineEdit" name="lineEdit_dy" />
  185. </item>
  186. <item row="7" column="3" >
  187. <widget class="QLabel" name="label_11" >
  188. <property name="text" >
  189. <string>R38</string>
  190. </property>
  191. </widget>
  192. </item>
  193. <item row="7" column="4" >
  194. <widget class="QLineEdit" name="lineEdit_r38" />
  195. </item>
  196. <item row="7" column="6" >
  197. <widget class="QLabel" name="label_r_dy" >
  198. <property name="text" >
  199. <string>0x00</string>
  200. </property>
  201. </widget>
  202. </item>
  203. <item row="7" column="7" >
  204. <widget class="QLabel" name="label_r_38" >
  205. <property name="text" >
  206. <string>0x00</string>
  207. </property>
  208. </widget>
  209. </item>
  210. <item row="8" column="3" >
  211. <widget class="QLabel" name="label_7" >
  212. <property name="text" >
  213. <string>R39</string>
  214. </property>
  215. </widget>
  216. </item>
  217. <item row="8" column="4" >
  218. <widget class="QLineEdit" name="lineEdit_r39" />
  219. </item>
  220. <item row="8" column="7" >
  221. <widget class="QLabel" name="label_r_39" >
  222. <property name="text" >
  223. <string>0x00</string>
  224. </property>
  225. </widget>
  226. </item>
  227. <item row="9" column="2" >
  228. <widget class="QLineEdit" name="lineEdit_nx" />
  229. </item>
  230. <item row="9" column="3" >
  231. <widget class="QLabel" name="label_13" >
  232. <property name="text" >
  233. <string>R40</string>
  234. </property>
  235. </widget>
  236. </item>
  237. <item row="9" column="4" >
  238. <widget class="QLineEdit" name="lineEdit_r40" />
  239. </item>
  240. <item row="9" column="6" >
  241. <widget class="QLabel" name="label_r_nx" >
  242. <property name="text" >
  243. <string>0x00</string>
  244. </property>
  245. </widget>
  246. </item>
  247. <item row="9" column="7" >
  248. <widget class="QLabel" name="label_r_40" >
  249. <property name="text" >
  250. <string>0x00</string>
  251. </property>
  252. </widget>
  253. </item>
  254. <item row="10" column="3" >
  255. <widget class="QLabel" name="label_14" >
  256. <property name="text" >
  257. <string>R41</string>
  258. </property>
  259. </widget>
  260. </item>
  261. <item row="10" column="4" >
  262. <widget class="QLineEdit" name="lineEdit_r41" />
  263. </item>
  264. <item row="10" column="7" >
  265. <widget class="QLabel" name="label_r_41" >
  266. <property name="text" >
  267. <string>0x00</string>
  268. </property>
  269. </widget>
  270. </item>
  271. <item row="11" column="2" >
  272. <widget class="QLineEdit" name="lineEdit_ny" />
  273. </item>
  274. <item row="11" column="3" >
  275. <widget class="QLabel" name="label_15" >
  276. <property name="text" >
  277. <string>R42</string>
  278. </property>
  279. </widget>
  280. </item>
  281. <item row="11" column="4" >
  282. <widget class="QLineEdit" name="lineEdit_r42" />
  283. </item>
  284. <item row="11" column="6" >
  285. <widget class="QLabel" name="label_r_ny" >
  286. <property name="text" >
  287. <string>0x00</string>
  288. </property>
  289. </widget>
  290. </item>
  291. <item row="11" column="7" >
  292. <widget class="QLabel" name="label_r_42" >
  293. <property name="text" >
  294. <string>0x00</string>
  295. </property>
  296. </widget>
  297. </item>
  298. <item row="12" column="3" >
  299. <widget class="QLabel" name="label_16" >
  300. <property name="text" >
  301. <string>R43</string>
  302. </property>
  303. </widget>
  304. </item>
  305. <item row="12" column="4" >
  306. <widget class="QLineEdit" name="lineEdit_r43" />
  307. </item>
  308. <item row="12" column="7" >
  309. <widget class="QLabel" name="label_r_43" >
  310. <property name="text" >
  311. <string>0x00</string>
  312. </property>
  313. </widget>
  314. </item>
  315. <item row="13" column="0" colspan="2" >
  316. <widget class="QLabel" name="labelCOLOR" >
  317. <property name="text" >
  318. <string>COLOR</string>
  319. </property>
  320. </widget>
  321. </item>
  322. <item row="13" column="3" >
  323. <widget class="QLabel" name="label_17" >
  324. <property name="text" >
  325. <string>R44</string>
  326. </property>
  327. </widget>
  328. </item>
  329. <item row="13" column="4" >
  330. <widget class="QLineEdit" name="lineEdit_r44" />
  331. </item>
  332. <item row="13" column="7" >
  333. <widget class="QLabel" name="label_r_44" >
  334. <property name="text" >
  335. <string>0x00</string>
  336. </property>
  337. </widget>
  338. </item>
  339. <item row="14" column="0" colspan="2" >
  340. <widget class="QLabel" name="labelARG" >
  341. <property name="text" >
  342. <string>ARG</string>
  343. </property>
  344. </widget>
  345. </item>
  346. <item row="14" column="3" >
  347. <widget class="QLabel" name="label_18" >
  348. <property name="text" >
  349. <string>R45</string>
  350. </property>
  351. </widget>
  352. </item>
  353. <item row="14" column="4" >
  354. <widget class="QLineEdit" name="lineEdit_r45" />
  355. </item>
  356. <item row="14" column="7" >
  357. <widget class="QLabel" name="label_r_45" >
  358. <property name="text" >
  359. <string>0x00</string>
  360. </property>
  361. </widget>
  362. </item>
  363. <item row="19" column="0" colspan="5" >
  364. <widget class="QLabel" name="label_expl2" >
  365. <property name="text" >
  366. <string>CMD explained</string>
  367. </property>
  368. </widget>
  369. </item>
  370. <item row="1" column="0" colspan="2" >
  371. <widget class="QLabel" name="labelSX" >
  372. <property name="text" >
  373. <string>SX</string>
  374. </property>
  375. </widget>
  376. </item>
  377. <item row="3" column="0" colspan="2" >
  378. <widget class="QLabel" name="labelSY" >
  379. <property name="text" >
  380. <string>SY</string>
  381. </property>
  382. </widget>
  383. </item>
  384. <item row="5" column="0" colspan="2" >
  385. <widget class="QLabel" name="labelDX" >
  386. <property name="text" >
  387. <string>DX</string>
  388. </property>
  389. </widget>
  390. </item>
  391. <item row="7" column="0" colspan="2" >
  392. <widget class="QLabel" name="labelDY" >
  393. <property name="text" >
  394. <string>DY</string>
  395. </property>
  396. </widget>
  397. </item>
  398. <item row="11" column="0" colspan="2" >
  399. <widget class="QLabel" name="labelNY" >
  400. <property name="text" >
  401. <string>NY</string>
  402. </property>
  403. </widget>
  404. </item>
  405. <item row="9" column="0" colspan="2" >
  406. <widget class="QLabel" name="labelNX" >
  407. <property name="text" >
  408. <string>NX</string>
  409. </property>
  410. </widget>
  411. </item>
  412. <item row="15" column="0" colspan="5" >
  413. <layout class="QGridLayout" name="gridLayout_2" >
  414. <item row="0" column="0" >
  415. <widget class="QCheckBox" name="checkBoxBit_3" >
  416. <property name="toolTip" >
  417. <string>Direction from source:
  418. 0: Down
  419. 1: Up</string>
  420. </property>
  421. <property name="text" >
  422. <string>DIY</string>
  423. </property>
  424. </widget>
  425. </item>
  426. <item row="0" column="1" >
  427. <widget class="QCheckBox" name="checkBoxBit_2" >
  428. <property name="font" >
  429. <font>
  430. <weight>50</weight>
  431. <bold>false</bold>
  432. </font>
  433. </property>
  434. <property name="toolTip" >
  435. <string>Direction from source:
  436. 0: RIght
  437. 1: Left</string>
  438. </property>
  439. <property name="text" >
  440. <string>DIX</string>
  441. </property>
  442. </widget>
  443. </item>
  444. <item row="0" column="2" >
  445. <widget class="QCheckBox" name="checkBoxBit_1" >
  446. <property name="toolTip" >
  447. <string>When 1, ends execution when border color found.
  448. When 0, ends execution when a color other than the border color is found.</string>
  449. </property>
  450. <property name="text" >
  451. <string>EQ</string>
  452. </property>
  453. </widget>
  454. </item>
  455. <item row="0" column="3" >
  456. <widget class="QCheckBox" name="checkBoxBit_0" >
  457. <property name="toolTip" >
  458. <string>Direction for long side
  459. 0: Long side is in x-axis
  460. 1: Long side is in y-axis</string>
  461. </property>
  462. <property name="text" >
  463. <string>MAJ</string>
  464. </property>
  465. </widget>
  466. </item>
  467. <item row="1" column="3" >
  468. <widget class="QCheckBox" name="checkBoxBit_4" >
  469. <property name="toolTip" >
  470. <string>Select source memory
  471. 0: Video RAM
  472. 1: Expansion RAM</string>
  473. </property>
  474. <property name="text" >
  475. <string>MXS</string>
  476. </property>
  477. </widget>
  478. </item>
  479. <item row="1" column="2" >
  480. <widget class="QCheckBox" name="checkBoxBit_5" >
  481. <property name="toolTip" >
  482. <string>Select destination memory
  483. 0: Video RAM
  484. 1: Expansion RAM</string>
  485. </property>
  486. <property name="text" >
  487. <string>MXD</string>
  488. </property>
  489. </widget>
  490. </item>
  491. <item row="1" column="1" >
  492. <widget class="QCheckBox" name="checkBoxBit_6" >
  493. <property name="toolTip" >
  494. <string>Select memory
  495. 0: Video RAM
  496. 1: Expansion RAM</string>
  497. </property>
  498. <property name="text" >
  499. <string>MXC</string>
  500. </property>
  501. </widget>
  502. </item>
  503. </layout>
  504. </item>
  505. <item row="17" column="0" >
  506. <widget class="QLabel" name="label_24" >
  507. <property name="text" >
  508. <string>CMD</string>
  509. </property>
  510. </widget>
  511. </item>
  512. <item row="17" column="3" >
  513. <widget class="QLabel" name="label_19" >
  514. <property name="text" >
  515. <string>R46</string>
  516. </property>
  517. </widget>
  518. </item>
  519. <item row="17" column="1" >
  520. <widget class="QComboBox" name="comboBox_cmd" >
  521. <item>
  522. <property name="text" >
  523. <string>0: Stop</string>
  524. </property>
  525. </item>
  526. <item>
  527. <property name="text" >
  528. <string>1: Invalid</string>
  529. </property>
  530. </item>
  531. <item>
  532. <property name="text" >
  533. <string>2: Invalid</string>
  534. </property>
  535. </item>
  536. <item>
  537. <property name="text" >
  538. <string>3: Invalid</string>
  539. </property>
  540. </item>
  541. <item>
  542. <property name="text" >
  543. <string>4: POINT</string>
  544. </property>
  545. </item>
  546. <item>
  547. <property name="text" >
  548. <string>5: PSET</string>
  549. </property>
  550. </item>
  551. <item>
  552. <property name="text" >
  553. <string>6: SRCH</string>
  554. </property>
  555. </item>
  556. <item>
  557. <property name="text" >
  558. <string>7: LINE</string>
  559. </property>
  560. </item>
  561. <item>
  562. <property name="text" >
  563. <string>8: LMMV</string>
  564. </property>
  565. </item>
  566. <item>
  567. <property name="text" >
  568. <string>9: LMMM</string>
  569. </property>
  570. </item>
  571. <item>
  572. <property name="text" >
  573. <string>A: LMCM</string>
  574. </property>
  575. </item>
  576. <item>
  577. <property name="text" >
  578. <string>B: LMMC</string>
  579. </property>
  580. </item>
  581. <item>
  582. <property name="text" >
  583. <string>C: HMMV</string>
  584. </property>
  585. </item>
  586. <item>
  587. <property name="text" >
  588. <string>D: HMMM</string>
  589. </property>
  590. </item>
  591. <item>
  592. <property name="text" >
  593. <string>E: YMMM</string>
  594. </property>
  595. </item>
  596. <item>
  597. <property name="text" >
  598. <string>F: HMMC</string>
  599. </property>
  600. </item>
  601. </widget>
  602. </item>
  603. <item row="17" column="2" >
  604. <widget class="QComboBox" name="comboBox_operator" >
  605. <item>
  606. <property name="text" >
  607. <string>INP</string>
  608. </property>
  609. </item>
  610. <item>
  611. <property name="text" >
  612. <string>AND</string>
  613. </property>
  614. </item>
  615. <item>
  616. <property name="text" >
  617. <string>OR</string>
  618. </property>
  619. </item>
  620. <item>
  621. <property name="text" >
  622. <string>EOR</string>
  623. </property>
  624. </item>
  625. <item>
  626. <property name="text" >
  627. <string>NOT</string>
  628. </property>
  629. </item>
  630. <item>
  631. <property name="text" >
  632. <string>---</string>
  633. </property>
  634. </item>
  635. <item>
  636. <property name="text" >
  637. <string>---</string>
  638. </property>
  639. </item>
  640. <item>
  641. <property name="text" >
  642. <string>---</string>
  643. </property>
  644. </item>
  645. <item>
  646. <property name="text" >
  647. <string>TIMP</string>
  648. </property>
  649. </item>
  650. <item>
  651. <property name="text" >
  652. <string>TAND</string>
  653. </property>
  654. </item>
  655. <item>
  656. <property name="text" >
  657. <string>TOR</string>
  658. </property>
  659. </item>
  660. <item>
  661. <property name="text" >
  662. <string>TEOR</string>
  663. </property>
  664. </item>
  665. <item>
  666. <property name="text" >
  667. <string>TNOT</string>
  668. </property>
  669. </item>
  670. <item>
  671. <property name="text" >
  672. <string>---</string>
  673. </property>
  674. </item>
  675. <item>
  676. <property name="text" >
  677. <string>---</string>
  678. </property>
  679. </item>
  680. <item>
  681. <property name="text" >
  682. <string>---</string>
  683. </property>
  684. </item>
  685. </widget>
  686. </item>
  687. <item row="17" column="7" >
  688. <widget class="QLabel" name="label_r_46" >
  689. <property name="text" >
  690. <string>0x00</string>
  691. </property>
  692. </widget>
  693. </item>
  694. <item row="17" column="4" >
  695. <widget class="QLineEdit" name="lineEdit_r46" />
  696. </item>
  697. <item row="14" column="2" >
  698. <widget class="QLabel" name="label_arg" >
  699. <property name="text" >
  700. <string>00000000</string>
  701. </property>
  702. </widget>
  703. </item>
  704. <item row="13" column="2" >
  705. <widget class="QLabel" name="label_color" >
  706. <property name="text" >
  707. <string>0000 0000</string>
  708. </property>
  709. </widget>
  710. </item>
  711. <item row="18" column="0" colspan="5" >
  712. <widget class="QLabel" name="label_expl1" >
  713. <property name="text" >
  714. <string>CMD
  715. explained</string>
  716. </property>
  717. </widget>
  718. </item>
  719. <item rowspan="2" row="19" column="6" colspan="2" >
  720. <layout class="QVBoxLayout" name="verticalLayout" >
  721. <item>
  722. <widget class="QPushButton" name="syncPushButton" >
  723. <property name="text" >
  724. <string>Sync regs to new cmd</string>
  725. </property>
  726. </widget>
  727. </item>
  728. <item>
  729. <widget class="QRadioButton" name="autoSyncRadioButton" >
  730. <property name="text" >
  731. <string>Auto sync</string>
  732. </property>
  733. <property name="checked" >
  734. <bool>true</bool>
  735. </property>
  736. </widget>
  737. </item>
  738. </layout>
  739. </item>
  740. <item row="20" column="0" colspan="5" >
  741. <layout class="QHBoxLayout" name="horizontalLayout" >
  742. <item>
  743. <widget class="QPushButton" name="launchPushButton" >
  744. <property name="text" >
  745. <string>Launch command</string>
  746. </property>
  747. </widget>
  748. </item>
  749. <item>
  750. <spacer name="horizontalSpacer" >
  751. <property name="orientation" >
  752. <enum>Qt::Horizontal</enum>
  753. </property>
  754. <property name="sizeHint" stdset="0" >
  755. <size>
  756. <width>138</width>
  757. <height>24</height>
  758. </size>
  759. </property>
  760. </spacer>
  761. </item>
  762. </layout>
  763. </item>
  764. </layout>
  765. </item>
  766. </layout>
  767. </widget>
  768. <resources/>
  769. <connections/>
  770. </ui>