softwaredb.ui 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813
  1. <ui version="4.0" >
  2. <class>SoftwareDB</class>
  3. <widget class="QDialog" name="SoftwareDB" >
  4. <property name="geometry" >
  5. <rect>
  6. <x>0</x>
  7. <y>0</y>
  8. <width>461</width>
  9. <height>371</height>
  10. </rect>
  11. </property>
  12. <property name="windowTitle" >
  13. <string>Dialog</string>
  14. </property>
  15. <layout class="QVBoxLayout" >
  16. <item>
  17. <widget class="QStackedWidget" name="stackedPages" >
  18. <property name="sizePolicy" >
  19. <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
  20. <horstretch>0</horstretch>
  21. <verstretch>0</verstretch>
  22. </sizepolicy>
  23. </property>
  24. <property name="currentIndex" >
  25. <number>2</number>
  26. </property>
  27. <widget class="QWidget" name="page" >
  28. <property name="geometry" >
  29. <rect>
  30. <x>0</x>
  31. <y>0</y>
  32. <width>443</width>
  33. <height>353</height>
  34. </rect>
  35. </property>
  36. <layout class="QVBoxLayout" >
  37. <item>
  38. <layout class="QGridLayout" >
  39. <item row="0" column="0" >
  40. <widget class="QLabel" name="label" >
  41. <property name="minimumSize" >
  42. <size>
  43. <width>0</width>
  44. <height>0</height>
  45. </size>
  46. </property>
  47. <property name="text" >
  48. <string>Name</string>
  49. </property>
  50. <property name="alignment" >
  51. <set>Qt::AlignCenter</set>
  52. </property>
  53. </widget>
  54. </item>
  55. <item row="0" column="1" >
  56. <layout class="QHBoxLayout" >
  57. <item>
  58. <widget class="QLabel" name="nameinfoLabel" >
  59. <property name="sizePolicy" >
  60. <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
  61. <horstretch>0</horstretch>
  62. <verstretch>0</verstretch>
  63. </sizepolicy>
  64. </property>
  65. <property name="text" >
  66. <string>not specified</string>
  67. </property>
  68. </widget>
  69. </item>
  70. <item>
  71. <widget class="QPushButton" name="changeNamePushButton" >
  72. <property name="text" >
  73. <string>Change...</string>
  74. </property>
  75. </widget>
  76. </item>
  77. </layout>
  78. </item>
  79. <item row="1" column="0" >
  80. <widget class="QLabel" name="label_2" >
  81. <property name="minimumSize" >
  82. <size>
  83. <width>0</width>
  84. <height>0</height>
  85. </size>
  86. </property>
  87. <property name="text" >
  88. <string>Company</string>
  89. </property>
  90. <property name="alignment" >
  91. <set>Qt::AlignCenter</set>
  92. </property>
  93. </widget>
  94. </item>
  95. <item row="1" column="1" >
  96. <widget class="QComboBox" name="companyComboBox" />
  97. </item>
  98. <item row="2" column="0" >
  99. <widget class="QLabel" name="label_3" >
  100. <property name="minimumSize" >
  101. <size>
  102. <width>0</width>
  103. <height>0</height>
  104. </size>
  105. </property>
  106. <property name="text" >
  107. <string>Genre</string>
  108. </property>
  109. <property name="alignment" >
  110. <set>Qt::AlignCenter</set>
  111. </property>
  112. </widget>
  113. </item>
  114. <item row="2" column="1" >
  115. <widget class="QComboBox" name="genreComboBox" />
  116. </item>
  117. <item row="3" column="0" >
  118. <widget class="QLabel" name="label_4" >
  119. <property name="minimumSize" >
  120. <size>
  121. <width>0</width>
  122. <height>0</height>
  123. </size>
  124. </property>
  125. <property name="text" >
  126. <string>Extentions</string>
  127. </property>
  128. <property name="alignment" >
  129. <set>Qt::AlignCenter</set>
  130. </property>
  131. </widget>
  132. </item>
  133. <item row="3" column="1" >
  134. <layout class="QHBoxLayout" >
  135. <item>
  136. <widget class="QLabel" name="extentionsinfoLabel" >
  137. <property name="sizePolicy" >
  138. <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
  139. <horstretch>0</horstretch>
  140. <verstretch>0</verstretch>
  141. </sizepolicy>
  142. </property>
  143. <property name="text" >
  144. <string>not specified</string>
  145. </property>
  146. </widget>
  147. </item>
  148. <item>
  149. <widget class="QPushButton" name="extentionsChangePushButton" >
  150. <property name="text" >
  151. <string>Change...</string>
  152. </property>
  153. </widget>
  154. </item>
  155. </layout>
  156. </item>
  157. <item row="4" column="0" >
  158. <widget class="QLabel" name="label_5" >
  159. <property name="minimumSize" >
  160. <size>
  161. <width>0</width>
  162. <height>0</height>
  163. </size>
  164. </property>
  165. <property name="text" >
  166. <string>Machine</string>
  167. </property>
  168. <property name="alignment" >
  169. <set>Qt::AlignCenter</set>
  170. </property>
  171. </widget>
  172. </item>
  173. <item row="4" column="1" >
  174. <widget class="QComboBox" name="machineComboBox" />
  175. </item>
  176. <item row="5" column="0" >
  177. <widget class="QLabel" name="label_6" >
  178. <property name="minimumSize" >
  179. <size>
  180. <width>0</width>
  181. <height>0</height>
  182. </size>
  183. </property>
  184. <property name="text" >
  185. <string>Patched</string>
  186. </property>
  187. <property name="alignment" >
  188. <set>Qt::AlignCenter</set>
  189. </property>
  190. </widget>
  191. </item>
  192. <item row="5" column="1" >
  193. <widget class="QComboBox" name="patchedComboBox" />
  194. </item>
  195. <item row="6" column="0" >
  196. <widget class="QLabel" name="label_7" >
  197. <property name="minimumSize" >
  198. <size>
  199. <width>0</width>
  200. <height>0</height>
  201. </size>
  202. </property>
  203. <property name="text" >
  204. <string>Type</string>
  205. </property>
  206. <property name="alignment" >
  207. <set>Qt::AlignCenter</set>
  208. </property>
  209. </widget>
  210. </item>
  211. <item row="6" column="1" >
  212. <widget class="QComboBox" name="typeComboBox" />
  213. </item>
  214. <item row="7" column="0" >
  215. <widget class="QLabel" name="label_8" >
  216. <property name="minimumSize" >
  217. <size>
  218. <width>0</width>
  219. <height>0</height>
  220. </size>
  221. </property>
  222. <property name="text" >
  223. <string>Year</string>
  224. </property>
  225. <property name="alignment" >
  226. <set>Qt::AlignCenter</set>
  227. </property>
  228. </widget>
  229. </item>
  230. <item row="7" column="1" >
  231. <widget class="QComboBox" name="yearComboBox" />
  232. </item>
  233. </layout>
  234. </item>
  235. <item>
  236. <spacer>
  237. <property name="orientation" >
  238. <enum>Qt::Vertical</enum>
  239. </property>
  240. <property name="sizeHint" stdset="0" >
  241. <size>
  242. <width>20</width>
  243. <height>16</height>
  244. </size>
  245. </property>
  246. </spacer>
  247. </item>
  248. <item>
  249. <widget class="Line" name="line" >
  250. <property name="orientation" >
  251. <enum>Qt::Horizontal</enum>
  252. </property>
  253. </widget>
  254. </item>
  255. <item>
  256. <layout class="QHBoxLayout" >
  257. <item>
  258. <widget class="QLabel" name="label_11" >
  259. <property name="text" >
  260. <string>Number of matches:</string>
  261. </property>
  262. </widget>
  263. </item>
  264. <item>
  265. <widget class="QLabel" name="numbermatchesLabel" >
  266. <property name="minimumSize" >
  267. <size>
  268. <width>50</width>
  269. <height>0</height>
  270. </size>
  271. </property>
  272. <property name="font" >
  273. <font>
  274. <weight>75</weight>
  275. <bold>true</bold>
  276. </font>
  277. </property>
  278. <property name="text" >
  279. <string>0</string>
  280. </property>
  281. </widget>
  282. </item>
  283. <item>
  284. <spacer>
  285. <property name="orientation" >
  286. <enum>Qt::Horizontal</enum>
  287. </property>
  288. <property name="sizeHint" stdset="0" >
  289. <size>
  290. <width>40</width>
  291. <height>20</height>
  292. </size>
  293. </property>
  294. </spacer>
  295. </item>
  296. <item>
  297. <widget class="QPushButton" name="nextPushButton" >
  298. <property name="text" >
  299. <string>Next</string>
  300. </property>
  301. </widget>
  302. </item>
  303. </layout>
  304. </item>
  305. </layout>
  306. </widget>
  307. <widget class="QWidget" name="page_2" >
  308. <property name="geometry" >
  309. <rect>
  310. <x>0</x>
  311. <y>0</y>
  312. <width>443</width>
  313. <height>353</height>
  314. </rect>
  315. </property>
  316. <layout class="QVBoxLayout" name="verticalLayout_3" >
  317. <item>
  318. <widget class="QSplitter" name="splitter" >
  319. <property name="orientation" >
  320. <enum>Qt::Horizontal</enum>
  321. </property>
  322. <widget class="QTableWidget" name="gamelistView" >
  323. <property name="sizePolicy" >
  324. <sizepolicy vsizetype="Expanding" hsizetype="MinimumExpanding" >
  325. <horstretch>0</horstretch>
  326. <verstretch>0</verstretch>
  327. </sizepolicy>
  328. </property>
  329. <property name="showDropIndicator" stdset="0" >
  330. <bool>false</bool>
  331. </property>
  332. <property name="selectionMode" >
  333. <enum>QAbstractItemView::SingleSelection</enum>
  334. </property>
  335. <property name="selectionBehavior" >
  336. <enum>QAbstractItemView::SelectRows</enum>
  337. </property>
  338. <property name="showGrid" >
  339. <bool>false</bool>
  340. </property>
  341. <property name="cornerButtonEnabled" >
  342. <bool>false</bool>
  343. </property>
  344. <property name="columnCount" >
  345. <number>1</number>
  346. </property>
  347. <column/>
  348. </widget>
  349. <widget class="QFrame" name="frame" >
  350. <property name="sizePolicy" >
  351. <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
  352. <horstretch>0</horstretch>
  353. <verstretch>0</verstretch>
  354. </sizepolicy>
  355. </property>
  356. <property name="frameShape" >
  357. <enum>QFrame::StyledPanel</enum>
  358. </property>
  359. <property name="frameShadow" >
  360. <enum>QFrame::Raised</enum>
  361. </property>
  362. <layout class="QVBoxLayout" >
  363. <item>
  364. <widget class="QLabel" name="label_name" >
  365. <property name="font" >
  366. <font>
  367. <weight>75</weight>
  368. <bold>true</bold>
  369. </font>
  370. </property>
  371. <property name="text" >
  372. <string>Name</string>
  373. </property>
  374. <property name="alignment" >
  375. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  376. </property>
  377. </widget>
  378. </item>
  379. <item>
  380. <widget class="QLabel" name="label_company" >
  381. <property name="text" >
  382. <string>Company</string>
  383. </property>
  384. <property name="alignment" >
  385. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  386. </property>
  387. <property name="indent" >
  388. <number>11</number>
  389. </property>
  390. </widget>
  391. </item>
  392. <item>
  393. <widget class="QLabel" name="label_year" >
  394. <property name="text" >
  395. <string>Year</string>
  396. </property>
  397. <property name="alignment" >
  398. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  399. </property>
  400. <property name="indent" >
  401. <number>11</number>
  402. </property>
  403. </widget>
  404. </item>
  405. <item>
  406. <widget class="QLabel" name="label_machine" >
  407. <property name="font" >
  408. <font>
  409. <italic>true</italic>
  410. </font>
  411. </property>
  412. <property name="text" >
  413. <string>Machine</string>
  414. </property>
  415. <property name="alignment" >
  416. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  417. </property>
  418. <property name="indent" >
  419. <number>11</number>
  420. </property>
  421. </widget>
  422. </item>
  423. <item>
  424. <widget class="QLabel" name="label_genre" >
  425. <property name="font" >
  426. <font>
  427. <italic>true</italic>
  428. </font>
  429. </property>
  430. <property name="text" >
  431. <string>Genre</string>
  432. </property>
  433. <property name="alignment" >
  434. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  435. </property>
  436. <property name="indent" >
  437. <number>11</number>
  438. </property>
  439. </widget>
  440. </item>
  441. <item>
  442. <widget class="Slideshow" native="1" name="widget" >
  443. <property name="sizePolicy" >
  444. <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
  445. <horstretch>0</horstretch>
  446. <verstretch>0</verstretch>
  447. </sizepolicy>
  448. </property>
  449. <property name="minimumSize" >
  450. <size>
  451. <width>139</width>
  452. <height>173</height>
  453. </size>
  454. </property>
  455. </widget>
  456. </item>
  457. </layout>
  458. </widget>
  459. </widget>
  460. </item>
  461. <item>
  462. <widget class="Line" name="line_2" >
  463. <property name="orientation" >
  464. <enum>Qt::Horizontal</enum>
  465. </property>
  466. </widget>
  467. </item>
  468. <item>
  469. <layout class="QHBoxLayout" >
  470. <item>
  471. <spacer>
  472. <property name="orientation" >
  473. <enum>Qt::Horizontal</enum>
  474. </property>
  475. <property name="sizeHint" stdset="0" >
  476. <size>
  477. <width>40</width>
  478. <height>20</height>
  479. </size>
  480. </property>
  481. </spacer>
  482. </item>
  483. <item>
  484. <widget class="QPushButton" name="previousPushButton" >
  485. <property name="text" >
  486. <string>Previous</string>
  487. </property>
  488. </widget>
  489. </item>
  490. <item>
  491. <widget class="QPushButton" name="nextPushButton_2" >
  492. <property name="text" >
  493. <string>Next</string>
  494. </property>
  495. </widget>
  496. </item>
  497. </layout>
  498. </item>
  499. </layout>
  500. </widget>
  501. <widget class="QWidget" name="page_3" >
  502. <property name="geometry" >
  503. <rect>
  504. <x>0</x>
  505. <y>0</y>
  506. <width>443</width>
  507. <height>353</height>
  508. </rect>
  509. </property>
  510. <layout class="QVBoxLayout" name="verticalLayout" >
  511. <item>
  512. <widget class="QFrame" name="frame_2" >
  513. <property name="sizePolicy" >
  514. <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
  515. <horstretch>0</horstretch>
  516. <verstretch>0</verstretch>
  517. </sizepolicy>
  518. </property>
  519. <property name="frameShape" >
  520. <enum>QFrame::StyledPanel</enum>
  521. </property>
  522. <property name="frameShadow" >
  523. <enum>QFrame::Raised</enum>
  524. </property>
  525. <layout class="QVBoxLayout" name="verticalLayout_2" >
  526. <item>
  527. <layout class="QHBoxLayout" name="horizontalLayout_2" >
  528. <item>
  529. <widget class="QLabel" name="label_9" >
  530. <property name="sizePolicy" >
  531. <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
  532. <horstretch>0</horstretch>
  533. <verstretch>0</verstretch>
  534. </sizepolicy>
  535. </property>
  536. <property name="font" >
  537. <font>
  538. <pointsize>10</pointsize>
  539. <weight>75</weight>
  540. <bold>true</bold>
  541. </font>
  542. </property>
  543. <property name="text" >
  544. <string>Suggested configuration for</string>
  545. </property>
  546. </widget>
  547. </item>
  548. <item>
  549. <widget class="QLabel" name="gamenameLabel" >
  550. <property name="sizePolicy" >
  551. <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
  552. <horstretch>0</horstretch>
  553. <verstretch>0</verstretch>
  554. </sizepolicy>
  555. </property>
  556. <property name="font" >
  557. <font>
  558. <pointsize>10</pointsize>
  559. <weight>75</weight>
  560. <bold>true</bold>
  561. </font>
  562. </property>
  563. <property name="text" >
  564. <string>name_of_the_game</string>
  565. </property>
  566. </widget>
  567. </item>
  568. </layout>
  569. </item>
  570. <item>
  571. <widget class="Line" name="line_4" >
  572. <property name="orientation" >
  573. <enum>Qt::Horizontal</enum>
  574. </property>
  575. </widget>
  576. </item>
  577. <item>
  578. <layout class="QGridLayout" name="gridLayout" >
  579. <item row="0" column="0" >
  580. <widget class="QCheckBox" name="machineCheckBox" >
  581. <property name="text" >
  582. <string>Machine</string>
  583. </property>
  584. <property name="checked" >
  585. <bool>true</bool>
  586. </property>
  587. </widget>
  588. </item>
  589. <item row="0" column="1" >
  590. <widget class="QLabel" name="machineLabel" >
  591. <property name="sizePolicy" >
  592. <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
  593. <horstretch>0</horstretch>
  594. <verstretch>0</verstretch>
  595. </sizepolicy>
  596. </property>
  597. <property name="text" >
  598. <string>TextLabel</string>
  599. </property>
  600. </widget>
  601. </item>
  602. <item row="1" column="0" >
  603. <widget class="QCheckBox" name="extensionsCheckBox" >
  604. <property name="text" >
  605. <string>Extensions</string>
  606. </property>
  607. <property name="checked" >
  608. <bool>true</bool>
  609. </property>
  610. </widget>
  611. </item>
  612. <item row="1" column="1" >
  613. <widget class="QLabel" name="extensionsLabel" >
  614. <property name="sizePolicy" >
  615. <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
  616. <horstretch>0</horstretch>
  617. <verstretch>0</verstretch>
  618. </sizepolicy>
  619. </property>
  620. <property name="text" >
  621. <string>TextLabel</string>
  622. </property>
  623. </widget>
  624. </item>
  625. <item row="2" column="0" >
  626. <widget class="QCheckBox" name="diskaCheckBox" >
  627. <property name="text" >
  628. <string>Diska</string>
  629. </property>
  630. <property name="checked" >
  631. <bool>true</bool>
  632. </property>
  633. </widget>
  634. </item>
  635. <item row="2" column="1" >
  636. <widget class="QLabel" name="diskaLabel" >
  637. <property name="sizePolicy" >
  638. <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
  639. <horstretch>0</horstretch>
  640. <verstretch>0</verstretch>
  641. </sizepolicy>
  642. </property>
  643. <property name="text" >
  644. <string>TextLabel</string>
  645. </property>
  646. </widget>
  647. </item>
  648. <item row="3" column="0" >
  649. <widget class="QCheckBox" name="diskbCheckBox" >
  650. <property name="text" >
  651. <string>Diskb</string>
  652. </property>
  653. <property name="checked" >
  654. <bool>true</bool>
  655. </property>
  656. </widget>
  657. </item>
  658. <item row="3" column="1" >
  659. <widget class="QLabel" name="diskbLabel" >
  660. <property name="sizePolicy" >
  661. <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
  662. <horstretch>0</horstretch>
  663. <verstretch>0</verstretch>
  664. </sizepolicy>
  665. </property>
  666. <property name="text" >
  667. <string>TextLabel</string>
  668. </property>
  669. </widget>
  670. </item>
  671. <item row="4" column="0" >
  672. <widget class="QCheckBox" name="cartaCheckBox" >
  673. <property name="text" >
  674. <string>Carta</string>
  675. </property>
  676. <property name="checked" >
  677. <bool>true</bool>
  678. </property>
  679. </widget>
  680. </item>
  681. <item row="4" column="1" >
  682. <widget class="QLabel" name="cartaLabel" >
  683. <property name="sizePolicy" >
  684. <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
  685. <horstretch>0</horstretch>
  686. <verstretch>0</verstretch>
  687. </sizepolicy>
  688. </property>
  689. <property name="text" >
  690. <string>TextLabel</string>
  691. </property>
  692. </widget>
  693. </item>
  694. <item row="5" column="0" >
  695. <widget class="QCheckBox" name="cartbCheckBox" >
  696. <property name="text" >
  697. <string>Cartb</string>
  698. </property>
  699. <property name="checked" >
  700. <bool>true</bool>
  701. </property>
  702. </widget>
  703. </item>
  704. <item row="5" column="1" >
  705. <widget class="QLabel" name="cartbLabel" >
  706. <property name="sizePolicy" >
  707. <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
  708. <horstretch>0</horstretch>
  709. <verstretch>0</verstretch>
  710. </sizepolicy>
  711. </property>
  712. <property name="text" >
  713. <string>TextLabel</string>
  714. </property>
  715. </widget>
  716. </item>
  717. </layout>
  718. </item>
  719. <item>
  720. <widget class="QCheckBox" name="ctrlCheckBox" >
  721. <property name="enabled" >
  722. <bool>true</bool>
  723. </property>
  724. <property name="text" >
  725. <string>Press CTRL during startup of the machine</string>
  726. </property>
  727. <property name="checked" >
  728. <bool>false</bool>
  729. </property>
  730. </widget>
  731. </item>
  732. <item>
  733. <spacer name="verticalSpacer" >
  734. <property name="orientation" >
  735. <enum>Qt::Vertical</enum>
  736. </property>
  737. <property name="sizeHint" stdset="0" >
  738. <size>
  739. <width>20</width>
  740. <height>81</height>
  741. </size>
  742. </property>
  743. </spacer>
  744. </item>
  745. <item>
  746. <widget class="QCheckBox" name="tclscriptCheckBox" >
  747. <property name="text" >
  748. <string>Use custom TCL script if available</string>
  749. </property>
  750. <property name="checked" >
  751. <bool>true</bool>
  752. </property>
  753. </widget>
  754. </item>
  755. </layout>
  756. </widget>
  757. </item>
  758. <item>
  759. <widget class="Line" name="line_3" >
  760. <property name="orientation" >
  761. <enum>Qt::Horizontal</enum>
  762. </property>
  763. </widget>
  764. </item>
  765. <item>
  766. <layout class="QHBoxLayout" name="horizontalLayout" >
  767. <item>
  768. <spacer name="horizontalSpacer" >
  769. <property name="orientation" >
  770. <enum>Qt::Horizontal</enum>
  771. </property>
  772. <property name="sizeHint" stdset="0" >
  773. <size>
  774. <width>40</width>
  775. <height>20</height>
  776. </size>
  777. </property>
  778. </spacer>
  779. </item>
  780. <item>
  781. <widget class="QPushButton" name="previousPushButton_2" >
  782. <property name="text" >
  783. <string>Previous</string>
  784. </property>
  785. </widget>
  786. </item>
  787. <item>
  788. <widget class="QPushButton" name="applyPushButton" >
  789. <property name="text" >
  790. <string>Apply</string>
  791. </property>
  792. </widget>
  793. </item>
  794. </layout>
  795. </item>
  796. </layout>
  797. </widget>
  798. </widget>
  799. </item>
  800. </layout>
  801. </widget>
  802. <customwidgets>
  803. <customwidget>
  804. <class>Slideshow</class>
  805. <extends>QWidget</extends>
  806. <header>slideshow.h</header>
  807. <container>1</container>
  808. </customwidget>
  809. </customwidgets>
  810. <resources/>
  811. <connections/>
  812. </ui>