mainwindow.ui 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339
  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>564</width>
  10. <height>454</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>OpenAL Soft Configuration</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset theme="preferences-desktop-sound">
  18. <normaloff/>
  19. </iconset>
  20. </property>
  21. <widget class="QWidget" name="centralWidget">
  22. <widget class="QPushButton" name="applyButton">
  23. <property name="geometry">
  24. <rect>
  25. <x>470</x>
  26. <y>405</y>
  27. <width>81</width>
  28. <height>25</height>
  29. </rect>
  30. </property>
  31. <property name="text">
  32. <string>Apply</string>
  33. </property>
  34. <property name="icon">
  35. <iconset theme="dialog-ok-apply">
  36. <normaloff/>
  37. </iconset>
  38. </property>
  39. </widget>
  40. <widget class="QTabWidget" name="tabWidget">
  41. <property name="geometry">
  42. <rect>
  43. <x>10</x>
  44. <y>0</y>
  45. <width>541</width>
  46. <height>401</height>
  47. </rect>
  48. </property>
  49. <property name="currentIndex">
  50. <number>0</number>
  51. </property>
  52. <widget class="QWidget" name="tab_3">
  53. <attribute name="title">
  54. <string>Playback</string>
  55. </attribute>
  56. <widget class="QComboBox" name="sampleFormatCombo">
  57. <property name="geometry">
  58. <rect>
  59. <x>120</x>
  60. <y>50</y>
  61. <width>78</width>
  62. <height>22</height>
  63. </rect>
  64. </property>
  65. <property name="toolTip">
  66. <string>The output sample type. Currently, all mixing is done with 32-bit
  67. float and converted to the output sample type as needed.</string>
  68. </property>
  69. <property name="sizeAdjustPolicy">
  70. <enum>QComboBox::AdjustToContents</enum>
  71. </property>
  72. </widget>
  73. <widget class="QLabel" name="label_5">
  74. <property name="geometry">
  75. <rect>
  76. <x>10</x>
  77. <y>50</y>
  78. <width>101</width>
  79. <height>21</height>
  80. </rect>
  81. </property>
  82. <property name="text">
  83. <string>Sample Format:</string>
  84. </property>
  85. <property name="alignment">
  86. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  87. </property>
  88. </widget>
  89. <widget class="QLabel" name="label_6">
  90. <property name="geometry">
  91. <rect>
  92. <x>10</x>
  93. <y>20</y>
  94. <width>101</width>
  95. <height>21</height>
  96. </rect>
  97. </property>
  98. <property name="text">
  99. <string>Channels:</string>
  100. </property>
  101. <property name="alignment">
  102. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  103. </property>
  104. </widget>
  105. <widget class="QComboBox" name="channelConfigCombo">
  106. <property name="geometry">
  107. <rect>
  108. <x>120</x>
  109. <y>20</y>
  110. <width>78</width>
  111. <height>22</height>
  112. </rect>
  113. </property>
  114. <property name="toolTip">
  115. <string>The output channel configuration. Note that not all backends
  116. can properly detect the channel configuration and may default
  117. to stereo output.</string>
  118. </property>
  119. <property name="sizeAdjustPolicy">
  120. <enum>QComboBox::AdjustToContents</enum>
  121. </property>
  122. </widget>
  123. <widget class="QComboBox" name="sampleRateCombo">
  124. <property name="geometry">
  125. <rect>
  126. <x>370</x>
  127. <y>20</y>
  128. <width>96</width>
  129. <height>22</height>
  130. </rect>
  131. </property>
  132. <property name="toolTip">
  133. <string>The playback/mixing sample rate.</string>
  134. </property>
  135. <property name="editable">
  136. <bool>true</bool>
  137. </property>
  138. <property name="insertPolicy">
  139. <enum>QComboBox::NoInsert</enum>
  140. </property>
  141. <property name="sizeAdjustPolicy">
  142. <enum>QComboBox::AdjustToContents</enum>
  143. </property>
  144. <item>
  145. <property name="text">
  146. <string>Autodetect</string>
  147. </property>
  148. </item>
  149. <item>
  150. <property name="text">
  151. <string>8000</string>
  152. </property>
  153. </item>
  154. <item>
  155. <property name="text">
  156. <string>11025</string>
  157. </property>
  158. </item>
  159. <item>
  160. <property name="text">
  161. <string>16000</string>
  162. </property>
  163. </item>
  164. <item>
  165. <property name="text">
  166. <string>22050</string>
  167. </property>
  168. </item>
  169. <item>
  170. <property name="text">
  171. <string>32000</string>
  172. </property>
  173. </item>
  174. <item>
  175. <property name="text">
  176. <string>44100</string>
  177. </property>
  178. </item>
  179. <item>
  180. <property name="text">
  181. <string>48000</string>
  182. </property>
  183. </item>
  184. </widget>
  185. <widget class="QLabel" name="label_7">
  186. <property name="geometry">
  187. <rect>
  188. <x>280</x>
  189. <y>20</y>
  190. <width>81</width>
  191. <height>21</height>
  192. </rect>
  193. </property>
  194. <property name="text">
  195. <string>Sample Rate:</string>
  196. </property>
  197. <property name="alignment">
  198. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  199. </property>
  200. </widget>
  201. <widget class="QGroupBox" name="groupBox">
  202. <property name="geometry">
  203. <rect>
  204. <x>10</x>
  205. <y>180</y>
  206. <width>511</width>
  207. <height>191</height>
  208. </rect>
  209. </property>
  210. <property name="title">
  211. <string>HRTF (Stereo only)</string>
  212. </property>
  213. <widget class="QListWidget" name="hrtfFileList">
  214. <property name="geometry">
  215. <rect>
  216. <x>20</x>
  217. <y>30</y>
  218. <width>391</width>
  219. <height>121</height>
  220. </rect>
  221. </property>
  222. <property name="toolTip">
  223. <string>A list of files containing HRTF data sets. The listed data sets
  224. are used in place of the default sets. The filenames may
  225. contain these markers, which will be replaced as needed:
  226. %r - Device sampling rate
  227. %% - Percent sign (%)</string>
  228. </property>
  229. <property name="dragEnabled">
  230. <bool>false</bool>
  231. </property>
  232. <property name="dragDropMode">
  233. <enum>QAbstractItemView::InternalMove</enum>
  234. </property>
  235. <property name="alternatingRowColors">
  236. <bool>true</bool>
  237. </property>
  238. <property name="selectionMode">
  239. <enum>QAbstractItemView::ExtendedSelection</enum>
  240. </property>
  241. <property name="textElideMode">
  242. <enum>Qt::ElideNone</enum>
  243. </property>
  244. </widget>
  245. <widget class="QPushButton" name="hrtfAddButton">
  246. <property name="geometry">
  247. <rect>
  248. <x>420</x>
  249. <y>30</y>
  250. <width>81</width>
  251. <height>25</height>
  252. </rect>
  253. </property>
  254. <property name="text">
  255. <string>Add...</string>
  256. </property>
  257. <property name="icon">
  258. <iconset theme="list-add">
  259. <normaloff/>
  260. </iconset>
  261. </property>
  262. <property name="flat">
  263. <bool>false</bool>
  264. </property>
  265. </widget>
  266. <widget class="QPushButton" name="hrtfRemoveButton">
  267. <property name="geometry">
  268. <rect>
  269. <x>420</x>
  270. <y>60</y>
  271. <width>81</width>
  272. <height>25</height>
  273. </rect>
  274. </property>
  275. <property name="text">
  276. <string>Remove</string>
  277. </property>
  278. <property name="icon">
  279. <iconset theme="list-remove">
  280. <normaloff/>
  281. </iconset>
  282. </property>
  283. </widget>
  284. <widget class="QComboBox" name="hrtfStateComboBox">
  285. <property name="geometry">
  286. <rect>
  287. <x>110</x>
  288. <y>160</y>
  289. <width>161</width>
  290. <height>22</height>
  291. </rect>
  292. </property>
  293. <property name="sizeAdjustPolicy">
  294. <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
  295. </property>
  296. <item>
  297. <property name="text">
  298. <string>Application preference</string>
  299. </property>
  300. </item>
  301. <item>
  302. <property name="text">
  303. <string>Force on</string>
  304. </property>
  305. </item>
  306. <item>
  307. <property name="text">
  308. <string>Force off</string>
  309. </property>
  310. </item>
  311. </widget>
  312. <widget class="QLabel" name="label_15">
  313. <property name="geometry">
  314. <rect>
  315. <x>30</x>
  316. <y>160</y>
  317. <width>71</width>
  318. <height>21</height>
  319. </rect>
  320. </property>
  321. <property name="text">
  322. <string>HRTF Mode:</string>
  323. </property>
  324. <property name="alignment">
  325. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  326. </property>
  327. </widget>
  328. </widget>
  329. <widget class="QGroupBox" name="groupBox_3">
  330. <property name="geometry">
  331. <rect>
  332. <x>10</x>
  333. <y>90</y>
  334. <width>511</width>
  335. <height>91</height>
  336. </rect>
  337. </property>
  338. <property name="title">
  339. <string>Buffer Metrics</string>
  340. </property>
  341. <widget class="QWidget" name="widget" native="true">
  342. <property name="geometry">
  343. <rect>
  344. <x>260</x>
  345. <y>20</y>
  346. <width>241</width>
  347. <height>51</height>
  348. </rect>
  349. </property>
  350. <property name="toolTip">
  351. <string>The number of update periods. Higher values create a larger
  352. mix ahead, which helps protect against skips when the CPU is
  353. under load, but increases the delay between a sound getting
  354. mixed and being heard.</string>
  355. </property>
  356. <widget class="QLabel" name="label_11">
  357. <property name="geometry">
  358. <rect>
  359. <x>20</x>
  360. <y>0</y>
  361. <width>201</width>
  362. <height>21</height>
  363. </rect>
  364. </property>
  365. <property name="text">
  366. <string>Period Count</string>
  367. </property>
  368. <property name="alignment">
  369. <set>Qt::AlignCenter</set>
  370. </property>
  371. </widget>
  372. <widget class="QSlider" name="periodCountSlider">
  373. <property name="geometry">
  374. <rect>
  375. <x>70</x>
  376. <y>20</y>
  377. <width>160</width>
  378. <height>23</height>
  379. </rect>
  380. </property>
  381. <property name="minimum">
  382. <number>1</number>
  383. </property>
  384. <property name="maximum">
  385. <number>16</number>
  386. </property>
  387. <property name="singleStep">
  388. <number>1</number>
  389. </property>
  390. <property name="pageStep">
  391. <number>2</number>
  392. </property>
  393. <property name="value">
  394. <number>1</number>
  395. </property>
  396. <property name="tracking">
  397. <bool>true</bool>
  398. </property>
  399. <property name="orientation">
  400. <enum>Qt::Horizontal</enum>
  401. </property>
  402. <property name="tickPosition">
  403. <enum>QSlider::TicksBelow</enum>
  404. </property>
  405. <property name="tickInterval">
  406. <number>1</number>
  407. </property>
  408. </widget>
  409. <widget class="QLineEdit" name="periodCountEdit">
  410. <property name="geometry">
  411. <rect>
  412. <x>20</x>
  413. <y>20</y>
  414. <width>51</width>
  415. <height>22</height>
  416. </rect>
  417. </property>
  418. <property name="placeholderText">
  419. <string>4</string>
  420. </property>
  421. </widget>
  422. </widget>
  423. <widget class="QWidget" name="widget_2" native="true">
  424. <property name="geometry">
  425. <rect>
  426. <x>10</x>
  427. <y>20</y>
  428. <width>241</width>
  429. <height>51</height>
  430. </rect>
  431. </property>
  432. <property name="toolTip">
  433. <string>The update period size, in sample frames. This is the number of
  434. frames needed for each mixing update.</string>
  435. </property>
  436. <widget class="QSlider" name="periodSizeSlider">
  437. <property name="geometry">
  438. <rect>
  439. <x>60</x>
  440. <y>20</y>
  441. <width>160</width>
  442. <height>23</height>
  443. </rect>
  444. </property>
  445. <property name="minimum">
  446. <number>0</number>
  447. </property>
  448. <property name="maximum">
  449. <number>8192</number>
  450. </property>
  451. <property name="singleStep">
  452. <number>64</number>
  453. </property>
  454. <property name="pageStep">
  455. <number>1024</number>
  456. </property>
  457. <property name="value">
  458. <number>0</number>
  459. </property>
  460. <property name="tracking">
  461. <bool>true</bool>
  462. </property>
  463. <property name="orientation">
  464. <enum>Qt::Horizontal</enum>
  465. </property>
  466. <property name="tickPosition">
  467. <enum>QSlider::TicksBelow</enum>
  468. </property>
  469. <property name="tickInterval">
  470. <number>512</number>
  471. </property>
  472. </widget>
  473. <widget class="QLabel" name="label_10">
  474. <property name="geometry">
  475. <rect>
  476. <x>10</x>
  477. <y>0</y>
  478. <width>201</width>
  479. <height>21</height>
  480. </rect>
  481. </property>
  482. <property name="text">
  483. <string>Period Samples</string>
  484. </property>
  485. <property name="alignment">
  486. <set>Qt::AlignCenter</set>
  487. </property>
  488. </widget>
  489. <widget class="QLineEdit" name="periodSizeEdit">
  490. <property name="geometry">
  491. <rect>
  492. <x>10</x>
  493. <y>20</y>
  494. <width>51</width>
  495. <height>22</height>
  496. </rect>
  497. </property>
  498. <property name="placeholderText">
  499. <string>1024</string>
  500. </property>
  501. </widget>
  502. </widget>
  503. </widget>
  504. <widget class="QLabel" name="label_14">
  505. <property name="geometry">
  506. <rect>
  507. <x>280</x>
  508. <y>50</y>
  509. <width>81</width>
  510. <height>21</height>
  511. </rect>
  512. </property>
  513. <property name="text">
  514. <string>Stereo Mode:</string>
  515. </property>
  516. <property name="alignment">
  517. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  518. </property>
  519. </widget>
  520. <widget class="QComboBox" name="stereoModeCombo">
  521. <property name="geometry">
  522. <rect>
  523. <x>370</x>
  524. <y>50</y>
  525. <width>78</width>
  526. <height>22</height>
  527. </rect>
  528. </property>
  529. <property name="toolTip">
  530. <string>How to treat stereo output. As headphones, HRTF or crossfeed
  531. filters may be used to improve binaural quality, which may not
  532. otherwise be suitable for speakers.</string>
  533. </property>
  534. </widget>
  535. </widget>
  536. <widget class="QWidget" name="tab_2">
  537. <attribute name="title">
  538. <string>Resources</string>
  539. </attribute>
  540. <widget class="QLineEdit" name="srcCountLineEdit">
  541. <property name="geometry">
  542. <rect>
  543. <x>190</x>
  544. <y>20</y>
  545. <width>51</width>
  546. <height>22</height>
  547. </rect>
  548. </property>
  549. <property name="toolTip">
  550. <string>The maximum number of allocatable sources. Lower values may
  551. help for systems with apps that try to play more sounds than
  552. the CPU can handle.</string>
  553. </property>
  554. <property name="inputMask">
  555. <string/>
  556. </property>
  557. <property name="maxLength">
  558. <number>3</number>
  559. </property>
  560. <property name="frame">
  561. <bool>true</bool>
  562. </property>
  563. <property name="placeholderText">
  564. <string>256</string>
  565. </property>
  566. </widget>
  567. <widget class="QLabel" name="label_3">
  568. <property name="geometry">
  569. <rect>
  570. <x>10</x>
  571. <y>20</y>
  572. <width>171</width>
  573. <height>21</height>
  574. </rect>
  575. </property>
  576. <property name="text">
  577. <string>Number of Sound Sources:</string>
  578. </property>
  579. <property name="alignment">
  580. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  581. </property>
  582. </widget>
  583. <widget class="QLabel" name="label_4">
  584. <property name="geometry">
  585. <rect>
  586. <x>10</x>
  587. <y>50</y>
  588. <width>171</width>
  589. <height>21</height>
  590. </rect>
  591. </property>
  592. <property name="text">
  593. <string>Number of Effect Slots:</string>
  594. </property>
  595. <property name="alignment">
  596. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  597. </property>
  598. </widget>
  599. <widget class="QLineEdit" name="effectSlotLineEdit">
  600. <property name="geometry">
  601. <rect>
  602. <x>190</x>
  603. <y>50</y>
  604. <width>51</width>
  605. <height>22</height>
  606. </rect>
  607. </property>
  608. <property name="toolTip">
  609. <string>The maximum number of Auxiliary Effect Slots an app can
  610. create. A slot can use a non-negligible amount of CPU time if
  611. an effect is set on it even if no sources are feeding it, so this
  612. may help when apps use more than the system can handle.</string>
  613. </property>
  614. <property name="inputMask">
  615. <string/>
  616. </property>
  617. <property name="maxLength">
  618. <number>1</number>
  619. </property>
  620. <property name="frame">
  621. <bool>true</bool>
  622. </property>
  623. <property name="placeholderText">
  624. <string>4</string>
  625. </property>
  626. </widget>
  627. <widget class="QLabel" name="label_8">
  628. <property name="geometry">
  629. <rect>
  630. <x>10</x>
  631. <y>80</y>
  632. <width>171</width>
  633. <height>21</height>
  634. </rect>
  635. </property>
  636. <property name="text">
  637. <string>Number of Source Sends:</string>
  638. </property>
  639. <property name="alignment">
  640. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  641. </property>
  642. </widget>
  643. <widget class="QLineEdit" name="srcSendLineEdit">
  644. <property name="geometry">
  645. <rect>
  646. <x>190</x>
  647. <y>80</y>
  648. <width>51</width>
  649. <height>22</height>
  650. </rect>
  651. </property>
  652. <property name="toolTip">
  653. <string>The number of auxiliary sends per source. When not specified,
  654. it allows the app to request how many it wants. The maximum
  655. value currently possible is 4.</string>
  656. </property>
  657. <property name="maxLength">
  658. <number>1</number>
  659. </property>
  660. <property name="placeholderText">
  661. <string>Auto</string>
  662. </property>
  663. </widget>
  664. <widget class="QLabel" name="label_9">
  665. <property name="geometry">
  666. <rect>
  667. <x>30</x>
  668. <y>120</y>
  669. <width>71</width>
  670. <height>21</height>
  671. </rect>
  672. </property>
  673. <property name="text">
  674. <string>Resampler:</string>
  675. </property>
  676. </widget>
  677. <widget class="QComboBox" name="resamplerComboBox">
  678. <property name="geometry">
  679. <rect>
  680. <x>110</x>
  681. <y>120</y>
  682. <width>78</width>
  683. <height>22</height>
  684. </rect>
  685. </property>
  686. <property name="toolTip">
  687. <string>The resampling method used when mixing sources.</string>
  688. </property>
  689. <property name="sizeAdjustPolicy">
  690. <enum>QComboBox::AdjustToContents</enum>
  691. </property>
  692. </widget>
  693. <widget class="QGroupBox" name="cpuExtGroupBox">
  694. <property name="geometry">
  695. <rect>
  696. <x>10</x>
  697. <y>150</y>
  698. <width>511</width>
  699. <height>121</height>
  700. </rect>
  701. </property>
  702. <property name="toolTip">
  703. <string>Enables use of specific CPU extensions. Certain methods may
  704. utilize CPU extensions when detected, and disabling these can
  705. be useful for preventing those extensions from being used.</string>
  706. </property>
  707. <property name="title">
  708. <string>CPU Extensions</string>
  709. </property>
  710. <widget class="QCheckBox" name="enableSSECheckBox">
  711. <property name="geometry">
  712. <rect>
  713. <x>100</x>
  714. <y>20</y>
  715. <width>71</width>
  716. <height>31</height>
  717. </rect>
  718. </property>
  719. <property name="text">
  720. <string>SSE</string>
  721. </property>
  722. <property name="checked">
  723. <bool>true</bool>
  724. </property>
  725. </widget>
  726. <widget class="QCheckBox" name="enableSSE2CheckBox">
  727. <property name="geometry">
  728. <rect>
  729. <x>180</x>
  730. <y>20</y>
  731. <width>71</width>
  732. <height>31</height>
  733. </rect>
  734. </property>
  735. <property name="text">
  736. <string>SSE2</string>
  737. </property>
  738. <property name="checked">
  739. <bool>true</bool>
  740. </property>
  741. </widget>
  742. <widget class="QCheckBox" name="enableNeonCheckBox">
  743. <property name="geometry">
  744. <rect>
  745. <x>100</x>
  746. <y>50</y>
  747. <width>71</width>
  748. <height>31</height>
  749. </rect>
  750. </property>
  751. <property name="text">
  752. <string>Neon</string>
  753. </property>
  754. <property name="checked">
  755. <bool>true</bool>
  756. </property>
  757. </widget>
  758. <widget class="QCheckBox" name="enableSSE41CheckBox">
  759. <property name="geometry">
  760. <rect>
  761. <x>340</x>
  762. <y>20</y>
  763. <width>71</width>
  764. <height>31</height>
  765. </rect>
  766. </property>
  767. <property name="text">
  768. <string>SSE4.1</string>
  769. </property>
  770. <property name="checked">
  771. <bool>true</bool>
  772. </property>
  773. </widget>
  774. <widget class="QCheckBox" name="enableSSE3CheckBox">
  775. <property name="geometry">
  776. <rect>
  777. <x>260</x>
  778. <y>20</y>
  779. <width>71</width>
  780. <height>31</height>
  781. </rect>
  782. </property>
  783. <property name="text">
  784. <string>SSE3</string>
  785. </property>
  786. <property name="checked">
  787. <bool>true</bool>
  788. </property>
  789. </widget>
  790. <widget class="QLabel" name="cpuExtDisabledLabel">
  791. <property name="geometry">
  792. <rect>
  793. <x>101</x>
  794. <y>80</y>
  795. <width>311</width>
  796. <height>31</height>
  797. </rect>
  798. </property>
  799. <property name="text">
  800. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;No support enabled for CPU Extensions&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  801. </property>
  802. </widget>
  803. </widget>
  804. </widget>
  805. <widget class="QWidget" name="tab">
  806. <attribute name="title">
  807. <string>Backends</string>
  808. </attribute>
  809. <widget class="QCheckBox" name="backendCheckBox">
  810. <property name="geometry">
  811. <rect>
  812. <x>170</x>
  813. <y>200</y>
  814. <width>161</width>
  815. <height>21</height>
  816. </rect>
  817. </property>
  818. <property name="toolTip">
  819. <string>When checked, allows all other available backends not listed in the priority or disabled lists.</string>
  820. </property>
  821. <property name="text">
  822. <string>Allow Other Backends</string>
  823. </property>
  824. <property name="checked">
  825. <bool>true</bool>
  826. </property>
  827. </widget>
  828. <widget class="QListWidget" name="enabledBackendList">
  829. <property name="geometry">
  830. <rect>
  831. <x>40</x>
  832. <y>40</y>
  833. <width>191</width>
  834. <height>151</height>
  835. </rect>
  836. </property>
  837. <property name="toolTip">
  838. <string>The backend driver list order. Unknown backends and
  839. duplicated names are ignored.</string>
  840. </property>
  841. <property name="dragDropMode">
  842. <enum>QAbstractItemView::InternalMove</enum>
  843. </property>
  844. </widget>
  845. <widget class="QLabel" name="label">
  846. <property name="geometry">
  847. <rect>
  848. <x>40</x>
  849. <y>20</y>
  850. <width>191</width>
  851. <height>20</height>
  852. </rect>
  853. </property>
  854. <property name="text">
  855. <string>Priority Backends:</string>
  856. </property>
  857. </widget>
  858. <widget class="QListWidget" name="disabledBackendList">
  859. <property name="geometry">
  860. <rect>
  861. <x>270</x>
  862. <y>40</y>
  863. <width>191</width>
  864. <height>151</height>
  865. </rect>
  866. </property>
  867. <property name="toolTip">
  868. <string>Disabled backend driver list.</string>
  869. </property>
  870. </widget>
  871. <widget class="QLabel" name="label_2">
  872. <property name="geometry">
  873. <rect>
  874. <x>270</x>
  875. <y>20</y>
  876. <width>191</width>
  877. <height>20</height>
  878. </rect>
  879. </property>
  880. <property name="text">
  881. <string>Disabled Backends:</string>
  882. </property>
  883. </widget>
  884. </widget>
  885. <widget class="QWidget" name="tab_4">
  886. <attribute name="title">
  887. <string>Effects</string>
  888. </attribute>
  889. <widget class="QCheckBox" name="emulateEaxCheckBox">
  890. <property name="geometry">
  891. <rect>
  892. <x>10</x>
  893. <y>60</y>
  894. <width>161</width>
  895. <height>21</height>
  896. </rect>
  897. </property>
  898. <property name="toolTip">
  899. <string>Uses a simpler reverb method to emulate the EAX reverb
  900. effect. This may slightly improve performance at the cost of
  901. some quality.</string>
  902. </property>
  903. <property name="layoutDirection">
  904. <enum>Qt::RightToLeft</enum>
  905. </property>
  906. <property name="text">
  907. <string>Emulate EAX Reverb:</string>
  908. </property>
  909. </widget>
  910. <widget class="QGroupBox" name="groupBox_5">
  911. <property name="geometry">
  912. <rect>
  913. <x>10</x>
  914. <y>100</y>
  915. <width>511</width>
  916. <height>191</height>
  917. </rect>
  918. </property>
  919. <property name="toolTip">
  920. <string>Specifies which effects apps can recognize. Disabling effects
  921. can help for apps that try to use ones that are too intensive
  922. for the system to handle.</string>
  923. </property>
  924. <property name="title">
  925. <string>Enabled Effects</string>
  926. </property>
  927. <widget class="QCheckBox" name="enableEaxReverbCheck">
  928. <property name="geometry">
  929. <rect>
  930. <x>70</x>
  931. <y>30</y>
  932. <width>131</width>
  933. <height>21</height>
  934. </rect>
  935. </property>
  936. <property name="text">
  937. <string>EAX Reverb</string>
  938. </property>
  939. <property name="checked">
  940. <bool>true</bool>
  941. </property>
  942. </widget>
  943. <widget class="QCheckBox" name="enableStdReverbCheck">
  944. <property name="geometry">
  945. <rect>
  946. <x>70</x>
  947. <y>60</y>
  948. <width>131</width>
  949. <height>21</height>
  950. </rect>
  951. </property>
  952. <property name="text">
  953. <string>Standard Reverb</string>
  954. </property>
  955. <property name="checked">
  956. <bool>true</bool>
  957. </property>
  958. </widget>
  959. <widget class="QCheckBox" name="enableChorusCheck">
  960. <property name="geometry">
  961. <rect>
  962. <x>70</x>
  963. <y>90</y>
  964. <width>131</width>
  965. <height>21</height>
  966. </rect>
  967. </property>
  968. <property name="text">
  969. <string>Chorus</string>
  970. </property>
  971. <property name="checked">
  972. <bool>true</bool>
  973. </property>
  974. </widget>
  975. <widget class="QCheckBox" name="enableDistortionCheck">
  976. <property name="geometry">
  977. <rect>
  978. <x>70</x>
  979. <y>150</y>
  980. <width>131</width>
  981. <height>21</height>
  982. </rect>
  983. </property>
  984. <property name="text">
  985. <string>Distortion</string>
  986. </property>
  987. <property name="checked">
  988. <bool>true</bool>
  989. </property>
  990. </widget>
  991. <widget class="QCheckBox" name="enableEchoCheck">
  992. <property name="geometry">
  993. <rect>
  994. <x>320</x>
  995. <y>30</y>
  996. <width>131</width>
  997. <height>21</height>
  998. </rect>
  999. </property>
  1000. <property name="text">
  1001. <string>Echo</string>
  1002. </property>
  1003. <property name="checked">
  1004. <bool>true</bool>
  1005. </property>
  1006. </widget>
  1007. <widget class="QCheckBox" name="enableEqualizerCheck">
  1008. <property name="geometry">
  1009. <rect>
  1010. <x>320</x>
  1011. <y>60</y>
  1012. <width>131</width>
  1013. <height>21</height>
  1014. </rect>
  1015. </property>
  1016. <property name="text">
  1017. <string>Equalizer</string>
  1018. </property>
  1019. <property name="checked">
  1020. <bool>true</bool>
  1021. </property>
  1022. </widget>
  1023. <widget class="QCheckBox" name="enableFlangerCheck">
  1024. <property name="geometry">
  1025. <rect>
  1026. <x>320</x>
  1027. <y>90</y>
  1028. <width>131</width>
  1029. <height>21</height>
  1030. </rect>
  1031. </property>
  1032. <property name="text">
  1033. <string>Flanger</string>
  1034. </property>
  1035. <property name="checked">
  1036. <bool>true</bool>
  1037. </property>
  1038. </widget>
  1039. <widget class="QCheckBox" name="enableModulatorCheck">
  1040. <property name="geometry">
  1041. <rect>
  1042. <x>320</x>
  1043. <y>120</y>
  1044. <width>131</width>
  1045. <height>21</height>
  1046. </rect>
  1047. </property>
  1048. <property name="text">
  1049. <string>Ring Modulator</string>
  1050. </property>
  1051. <property name="checked">
  1052. <bool>true</bool>
  1053. </property>
  1054. </widget>
  1055. <widget class="QCheckBox" name="enableDedicatedCheck">
  1056. <property name="geometry">
  1057. <rect>
  1058. <x>320</x>
  1059. <y>150</y>
  1060. <width>131</width>
  1061. <height>21</height>
  1062. </rect>
  1063. </property>
  1064. <property name="toolTip">
  1065. <string>Enables both the Dedicated Dialog and Dedicated LFE effects
  1066. added by the ALC_EXT_DEDICATED extension.</string>
  1067. </property>
  1068. <property name="text">
  1069. <string>Dedicated ...</string>
  1070. </property>
  1071. <property name="checked">
  1072. <bool>true</bool>
  1073. </property>
  1074. </widget>
  1075. <widget class="QCheckBox" name="enableCompressorCheck">
  1076. <property name="geometry">
  1077. <rect>
  1078. <x>70</x>
  1079. <y>120</y>
  1080. <width>111</width>
  1081. <height>21</height>
  1082. </rect>
  1083. </property>
  1084. <property name="text">
  1085. <string>Compressor</string>
  1086. </property>
  1087. <property name="checked">
  1088. <bool>true</bool>
  1089. </property>
  1090. </widget>
  1091. </widget>
  1092. <widget class="QLabel" name="label_13">
  1093. <property name="geometry">
  1094. <rect>
  1095. <x>10</x>
  1096. <y>20</y>
  1097. <width>141</width>
  1098. <height>21</height>
  1099. </rect>
  1100. </property>
  1101. <property name="text">
  1102. <string>Default Reverb Effect:</string>
  1103. </property>
  1104. <property name="alignment">
  1105. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1106. </property>
  1107. </widget>
  1108. <widget class="QComboBox" name="defaultReverbComboBox">
  1109. <property name="geometry">
  1110. <rect>
  1111. <x>160</x>
  1112. <y>20</y>
  1113. <width>131</width>
  1114. <height>22</height>
  1115. </rect>
  1116. </property>
  1117. <property name="sizeAdjustPolicy">
  1118. <enum>QComboBox::AdjustToContents</enum>
  1119. </property>
  1120. <item>
  1121. <property name="text">
  1122. <string>None</string>
  1123. </property>
  1124. </item>
  1125. <item>
  1126. <property name="text">
  1127. <string>Generic</string>
  1128. </property>
  1129. </item>
  1130. <item>
  1131. <property name="text">
  1132. <string>PaddedCell</string>
  1133. </property>
  1134. </item>
  1135. <item>
  1136. <property name="text">
  1137. <string>Room</string>
  1138. </property>
  1139. </item>
  1140. <item>
  1141. <property name="text">
  1142. <string>Bathroom</string>
  1143. </property>
  1144. </item>
  1145. <item>
  1146. <property name="text">
  1147. <string>Livingroom</string>
  1148. </property>
  1149. </item>
  1150. <item>
  1151. <property name="text">
  1152. <string>Stoneroom</string>
  1153. </property>
  1154. </item>
  1155. <item>
  1156. <property name="text">
  1157. <string>Auditorium</string>
  1158. </property>
  1159. </item>
  1160. <item>
  1161. <property name="text">
  1162. <string>ConcertHall</string>
  1163. </property>
  1164. </item>
  1165. <item>
  1166. <property name="text">
  1167. <string>Cave</string>
  1168. </property>
  1169. </item>
  1170. <item>
  1171. <property name="text">
  1172. <string>Arena</string>
  1173. </property>
  1174. </item>
  1175. <item>
  1176. <property name="text">
  1177. <string>Hangar</string>
  1178. </property>
  1179. </item>
  1180. <item>
  1181. <property name="text">
  1182. <string>CarpetedHallway</string>
  1183. </property>
  1184. </item>
  1185. <item>
  1186. <property name="text">
  1187. <string>Hallway</string>
  1188. </property>
  1189. </item>
  1190. <item>
  1191. <property name="text">
  1192. <string>StoneCorridor</string>
  1193. </property>
  1194. </item>
  1195. <item>
  1196. <property name="text">
  1197. <string>Alley</string>
  1198. </property>
  1199. </item>
  1200. <item>
  1201. <property name="text">
  1202. <string>Forest</string>
  1203. </property>
  1204. </item>
  1205. <item>
  1206. <property name="text">
  1207. <string>City</string>
  1208. </property>
  1209. </item>
  1210. <item>
  1211. <property name="text">
  1212. <string>Mountains</string>
  1213. </property>
  1214. </item>
  1215. <item>
  1216. <property name="text">
  1217. <string>Quarry</string>
  1218. </property>
  1219. </item>
  1220. <item>
  1221. <property name="text">
  1222. <string>Plain</string>
  1223. </property>
  1224. </item>
  1225. <item>
  1226. <property name="text">
  1227. <string>ParkingLot</string>
  1228. </property>
  1229. </item>
  1230. <item>
  1231. <property name="text">
  1232. <string>SewerPipe</string>
  1233. </property>
  1234. </item>
  1235. <item>
  1236. <property name="text">
  1237. <string>Underwater</string>
  1238. </property>
  1239. </item>
  1240. <item>
  1241. <property name="text">
  1242. <string>Drugged</string>
  1243. </property>
  1244. </item>
  1245. <item>
  1246. <property name="text">
  1247. <string>Dizzy</string>
  1248. </property>
  1249. </item>
  1250. <item>
  1251. <property name="text">
  1252. <string>Psychotic</string>
  1253. </property>
  1254. </item>
  1255. </widget>
  1256. </widget>
  1257. </widget>
  1258. </widget>
  1259. <widget class="QMenuBar" name="menuBar">
  1260. <property name="geometry">
  1261. <rect>
  1262. <x>0</x>
  1263. <y>0</y>
  1264. <width>564</width>
  1265. <height>19</height>
  1266. </rect>
  1267. </property>
  1268. <widget class="QMenu" name="menuFile">
  1269. <property name="title">
  1270. <string>&amp;File</string>
  1271. </property>
  1272. <addaction name="actionLoad"/>
  1273. <addaction name="actionSave_As"/>
  1274. <addaction name="separator"/>
  1275. <addaction name="actionQuit"/>
  1276. </widget>
  1277. <addaction name="menuFile"/>
  1278. </widget>
  1279. <action name="actionQuit">
  1280. <property name="icon">
  1281. <iconset theme="application-exit">
  1282. <normaloff/>
  1283. </iconset>
  1284. </property>
  1285. <property name="text">
  1286. <string>&amp;Quit</string>
  1287. </property>
  1288. </action>
  1289. <action name="actionSave_As">
  1290. <property name="icon">
  1291. <iconset theme="document-save-as">
  1292. <normaloff/>
  1293. </iconset>
  1294. </property>
  1295. <property name="text">
  1296. <string>Save &amp;As...</string>
  1297. </property>
  1298. <property name="toolTip">
  1299. <string>Save Configuration As</string>
  1300. </property>
  1301. </action>
  1302. <action name="actionLoad">
  1303. <property name="icon">
  1304. <iconset theme="document-open">
  1305. <normaloff/>
  1306. </iconset>
  1307. </property>
  1308. <property name="text">
  1309. <string>&amp;Load...</string>
  1310. </property>
  1311. <property name="toolTip">
  1312. <string>Load Configuration File</string>
  1313. </property>
  1314. </action>
  1315. </widget>
  1316. <layoutdefault spacing="6" margin="11"/>
  1317. <resources/>
  1318. <connections>
  1319. <connection>
  1320. <sender>actionQuit</sender>
  1321. <signal>activated()</signal>
  1322. <receiver>MainWindow</receiver>
  1323. <slot>close()</slot>
  1324. <hints>
  1325. <hint type="sourcelabel">
  1326. <x>-1</x>
  1327. <y>-1</y>
  1328. </hint>
  1329. <hint type="destinationlabel">
  1330. <x>267</x>
  1331. <y>181</y>
  1332. </hint>
  1333. </hints>
  1334. </connection>
  1335. </connections>
  1336. <slots>
  1337. <slot>ShowHRTFContextMenu(QPoint)</slot>
  1338. </slots>
  1339. </ui>