🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2490 lines
68 KiB

  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>460</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>564</width>
  16. <height>460</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>OpenAL Soft Configuration</string>
  21. </property>
  22. <property name="windowIcon">
  23. <iconset theme="preferences-desktop-sound">
  24. <normaloff/>
  25. </iconset>
  26. </property>
  27. <widget class="QWidget" name="centralWidget">
  28. <widget class="QPushButton" name="applyButton">
  29. <property name="geometry">
  30. <rect>
  31. <x>470</x>
  32. <y>405</y>
  33. <width>81</width>
  34. <height>21</height>
  35. </rect>
  36. </property>
  37. <property name="text">
  38. <string>Apply</string>
  39. </property>
  40. <property name="icon">
  41. <iconset theme="dialog-ok-apply">
  42. <normaloff/>
  43. </iconset>
  44. </property>
  45. </widget>
  46. <widget class="QTabWidget" name="tabWidget">
  47. <property name="geometry">
  48. <rect>
  49. <x>10</x>
  50. <y>0</y>
  51. <width>541</width>
  52. <height>401</height>
  53. </rect>
  54. </property>
  55. <property name="currentIndex">
  56. <number>0</number>
  57. </property>
  58. <widget class="QWidget" name="tab_3">
  59. <attribute name="title">
  60. <string>Playback</string>
  61. </attribute>
  62. <widget class="QComboBox" name="sampleFormatCombo">
  63. <property name="geometry">
  64. <rect>
  65. <x>110</x>
  66. <y>50</y>
  67. <width>78</width>
  68. <height>21</height>
  69. </rect>
  70. </property>
  71. <property name="toolTip">
  72. <string>The output sample type. Currently, all mixing is done with 32-bit
  73. float and converted to the output sample type as needed.</string>
  74. </property>
  75. <property name="sizeAdjustPolicy">
  76. <enum>QComboBox::AdjustToContents</enum>
  77. </property>
  78. </widget>
  79. <widget class="QLabel" name="label_5">
  80. <property name="geometry">
  81. <rect>
  82. <x>0</x>
  83. <y>50</y>
  84. <width>101</width>
  85. <height>21</height>
  86. </rect>
  87. </property>
  88. <property name="text">
  89. <string>Sample Format:</string>
  90. </property>
  91. <property name="alignment">
  92. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  93. </property>
  94. </widget>
  95. <widget class="QLabel" name="label_6">
  96. <property name="geometry">
  97. <rect>
  98. <x>0</x>
  99. <y>20</y>
  100. <width>101</width>
  101. <height>21</height>
  102. </rect>
  103. </property>
  104. <property name="text">
  105. <string>Channels:</string>
  106. </property>
  107. <property name="alignment">
  108. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  109. </property>
  110. </widget>
  111. <widget class="QComboBox" name="channelConfigCombo">
  112. <property name="geometry">
  113. <rect>
  114. <x>110</x>
  115. <y>20</y>
  116. <width>78</width>
  117. <height>21</height>
  118. </rect>
  119. </property>
  120. <property name="toolTip">
  121. <string>The output channel configuration. Note that not all backends
  122. can properly detect the channel configuration and may default
  123. to stereo output.</string>
  124. </property>
  125. <property name="sizeAdjustPolicy">
  126. <enum>QComboBox::AdjustToContents</enum>
  127. </property>
  128. </widget>
  129. <widget class="QComboBox" name="sampleRateCombo">
  130. <property name="geometry">
  131. <rect>
  132. <x>380</x>
  133. <y>20</y>
  134. <width>95</width>
  135. <height>31</height>
  136. </rect>
  137. </property>
  138. <property name="toolTip">
  139. <string>The playback/mixing sample rate.</string>
  140. </property>
  141. <property name="editable">
  142. <bool>true</bool>
  143. </property>
  144. <property name="insertPolicy">
  145. <enum>QComboBox::NoInsert</enum>
  146. </property>
  147. <property name="sizeAdjustPolicy">
  148. <enum>QComboBox::AdjustToContents</enum>
  149. </property>
  150. <item>
  151. <property name="text">
  152. <string>Autodetect</string>
  153. </property>
  154. </item>
  155. <item>
  156. <property name="text">
  157. <string>8000</string>
  158. </property>
  159. </item>
  160. <item>
  161. <property name="text">
  162. <string>11025</string>
  163. </property>
  164. </item>
  165. <item>
  166. <property name="text">
  167. <string>16000</string>
  168. </property>
  169. </item>
  170. <item>
  171. <property name="text">
  172. <string>22050</string>
  173. </property>
  174. </item>
  175. <item>
  176. <property name="text">
  177. <string>32000</string>
  178. </property>
  179. </item>
  180. <item>
  181. <property name="text">
  182. <string>44100</string>
  183. </property>
  184. </item>
  185. <item>
  186. <property name="text">
  187. <string>48000</string>
  188. </property>
  189. </item>
  190. </widget>
  191. <widget class="QLabel" name="label_7">
  192. <property name="geometry">
  193. <rect>
  194. <x>290</x>
  195. <y>20</y>
  196. <width>81</width>
  197. <height>21</height>
  198. </rect>
  199. </property>
  200. <property name="text">
  201. <string>Sample Rate:</string>
  202. </property>
  203. <property name="alignment">
  204. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  205. </property>
  206. </widget>
  207. <widget class="QLabel" name="label_14">
  208. <property name="geometry">
  209. <rect>
  210. <x>290</x>
  211. <y>50</y>
  212. <width>81</width>
  213. <height>21</height>
  214. </rect>
  215. </property>
  216. <property name="text">
  217. <string>Stereo Mode:</string>
  218. </property>
  219. <property name="alignment">
  220. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  221. </property>
  222. </widget>
  223. <widget class="QComboBox" name="stereoModeCombo">
  224. <property name="geometry">
  225. <rect>
  226. <x>380</x>
  227. <y>50</y>
  228. <width>78</width>
  229. <height>21</height>
  230. </rect>
  231. </property>
  232. <property name="toolTip">
  233. <string>How to treat stereo output. As headphones, HRTF or crossfeed
  234. filters may be used to improve binaural quality, which may not
  235. otherwise be suitable for speakers.</string>
  236. </property>
  237. </widget>
  238. <widget class="QGroupBox" name="groupBox">
  239. <property name="geometry">
  240. <rect>
  241. <x>-11</x>
  242. <y>180</y>
  243. <width>551</width>
  244. <height>201</height>
  245. </rect>
  246. </property>
  247. <property name="title">
  248. <string>Advanced Settings</string>
  249. </property>
  250. <property name="alignment">
  251. <set>Qt::AlignCenter</set>
  252. </property>
  253. <widget class="QGroupBox" name="groupBox_3">
  254. <property name="geometry">
  255. <rect>
  256. <x>20</x>
  257. <y>30</y>
  258. <width>511</width>
  259. <height>91</height>
  260. </rect>
  261. </property>
  262. <property name="title">
  263. <string>Buffer Metrics</string>
  264. </property>
  265. <property name="alignment">
  266. <set>Qt::AlignCenter</set>
  267. </property>
  268. <widget class="QWidget" name="widget" native="true">
  269. <property name="geometry">
  270. <rect>
  271. <x>260</x>
  272. <y>20</y>
  273. <width>241</width>
  274. <height>51</height>
  275. </rect>
  276. </property>
  277. <property name="toolTip">
  278. <string>The number of update periods. Higher values create a larger
  279. mix ahead, which helps protect against skips when the CPU is
  280. under load, but increases the delay between a sound getting
  281. mixed and being heard.</string>
  282. </property>
  283. <widget class="QLabel" name="label_11">
  284. <property name="geometry">
  285. <rect>
  286. <x>60</x>
  287. <y>0</y>
  288. <width>161</width>
  289. <height>21</height>
  290. </rect>
  291. </property>
  292. <property name="text">
  293. <string>Period Count</string>
  294. </property>
  295. <property name="alignment">
  296. <set>Qt::AlignCenter</set>
  297. </property>
  298. </widget>
  299. <widget class="QSlider" name="periodCountSlider">
  300. <property name="geometry">
  301. <rect>
  302. <x>99</x>
  303. <y>20</y>
  304. <width>141</width>
  305. <height>21</height>
  306. </rect>
  307. </property>
  308. <property name="minimum">
  309. <number>1</number>
  310. </property>
  311. <property name="maximum">
  312. <number>16</number>
  313. </property>
  314. <property name="singleStep">
  315. <number>1</number>
  316. </property>
  317. <property name="pageStep">
  318. <number>2</number>
  319. </property>
  320. <property name="value">
  321. <number>1</number>
  322. </property>
  323. <property name="tracking">
  324. <bool>true</bool>
  325. </property>
  326. <property name="orientation">
  327. <enum>Qt::Horizontal</enum>
  328. </property>
  329. <property name="tickPosition">
  330. <enum>QSlider::TicksBelow</enum>
  331. </property>
  332. <property name="tickInterval">
  333. <number>1</number>
  334. </property>
  335. </widget>
  336. <widget class="QLineEdit" name="periodCountEdit">
  337. <property name="geometry">
  338. <rect>
  339. <x>40</x>
  340. <y>20</y>
  341. <width>51</width>
  342. <height>21</height>
  343. </rect>
  344. </property>
  345. <property name="placeholderText">
  346. <string>3</string>
  347. </property>
  348. </widget>
  349. </widget>
  350. <widget class="QWidget" name="widget_2" native="true">
  351. <property name="geometry">
  352. <rect>
  353. <x>10</x>
  354. <y>20</y>
  355. <width>241</width>
  356. <height>51</height>
  357. </rect>
  358. </property>
  359. <property name="toolTip">
  360. <string>The update period size, in sample frames. This is the number of
  361. frames needed for each mixing update.</string>
  362. </property>
  363. <widget class="QSlider" name="periodSizeSlider">
  364. <property name="geometry">
  365. <rect>
  366. <x>60</x>
  367. <y>20</y>
  368. <width>191</width>
  369. <height>21</height>
  370. </rect>
  371. </property>
  372. <property name="minimum">
  373. <number>63</number>
  374. </property>
  375. <property name="maximum">
  376. <number>8192</number>
  377. </property>
  378. <property name="singleStep">
  379. <number>1</number>
  380. </property>
  381. <property name="pageStep">
  382. <number>1024</number>
  383. </property>
  384. <property name="value">
  385. <number>63</number>
  386. </property>
  387. <property name="tracking">
  388. <bool>true</bool>
  389. </property>
  390. <property name="orientation">
  391. <enum>Qt::Horizontal</enum>
  392. </property>
  393. <property name="tickPosition">
  394. <enum>QSlider::TicksBelow</enum>
  395. </property>
  396. <property name="tickInterval">
  397. <number>512</number>
  398. </property>
  399. </widget>
  400. <widget class="QLabel" name="label_10">
  401. <property name="geometry">
  402. <rect>
  403. <x>10</x>
  404. <y>0</y>
  405. <width>201</width>
  406. <height>21</height>
  407. </rect>
  408. </property>
  409. <property name="text">
  410. <string>Period Samples</string>
  411. </property>
  412. <property name="alignment">
  413. <set>Qt::AlignCenter</set>
  414. </property>
  415. </widget>
  416. <widget class="QLineEdit" name="periodSizeEdit">
  417. <property name="geometry">
  418. <rect>
  419. <x>0</x>
  420. <y>20</y>
  421. <width>51</width>
  422. <height>21</height>
  423. </rect>
  424. </property>
  425. <property name="placeholderText">
  426. <string>20ms</string>
  427. </property>
  428. </widget>
  429. </widget>
  430. </widget>
  431. <widget class="QComboBox" name="stereoEncodingComboBox">
  432. <property name="geometry">
  433. <rect>
  434. <x>130</x>
  435. <y>130</y>
  436. <width>131</width>
  437. <height>21</height>
  438. </rect>
  439. </property>
  440. <property name="toolTip">
  441. <string>Pan Pot uses standard amplitude panning (aka
  442. pair-wise, stereo pair, etc) between -30 and +30
  443. degrees, while UHJ creates a stereo-compatible
  444. two-channel UHJ mix, which encodes some
  445. surround sound information into stereo output
  446. that can be decoded with a surround sound
  447. receiver.</string>
  448. </property>
  449. </widget>
  450. <widget class="QLabel" name="label_19">
  451. <property name="geometry">
  452. <rect>
  453. <x>20</x>
  454. <y>130</y>
  455. <width>101</width>
  456. <height>21</height>
  457. </rect>
  458. </property>
  459. <property name="text">
  460. <string>Stereo Encoding:</string>
  461. </property>
  462. <property name="alignment">
  463. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  464. </property>
  465. </widget>
  466. <widget class="QLabel" name="label_30">
  467. <property name="geometry">
  468. <rect>
  469. <x>270</x>
  470. <y>130</y>
  471. <width>111</width>
  472. <height>21</height>
  473. </rect>
  474. </property>
  475. <property name="text">
  476. <string>Ambisonic Format:</string>
  477. </property>
  478. </widget>
  479. <widget class="QComboBox" name="ambiFormatComboBox">
  480. <property name="geometry">
  481. <rect>
  482. <x>390</x>
  483. <y>130</y>
  484. <width>131</width>
  485. <height>21</height>
  486. </rect>
  487. </property>
  488. </widget>
  489. <widget class="QCheckBox" name="outputLimiterCheckBox">
  490. <property name="geometry">
  491. <rect>
  492. <x>30</x>
  493. <y>160</y>
  494. <width>231</width>
  495. <height>20</height>
  496. </rect>
  497. </property>
  498. <property name="toolTip">
  499. <string>Applies a gain limiter on the final mixed output. This reduces the
  500. volume when the output samples would otherwise be clamped,
  501. avoiding excessive clipping noise.</string>
  502. </property>
  503. <property name="text">
  504. <string>Enable Gain Limiter</string>
  505. </property>
  506. <property name="tristate">
  507. <bool>true</bool>
  508. </property>
  509. </widget>
  510. <widget class="QCheckBox" name="outputDitherCheckBox">
  511. <property name="geometry">
  512. <rect>
  513. <x>270</x>
  514. <y>160</y>
  515. <width>261</width>
  516. <height>21</height>
  517. </rect>
  518. </property>
  519. <property name="toolTip">
  520. <string>Applies dithering on the final mix for 8- and 16-bit output.
  521. This replaces the distortion created by nearest-value
  522. quantization with low-level whitenoise.</string>
  523. </property>
  524. <property name="text">
  525. <string>Enable Dithering</string>
  526. </property>
  527. <property name="tristate">
  528. <bool>true</bool>
  529. </property>
  530. </widget>
  531. </widget>
  532. <widget class="QGroupBox" name="groupBox_4">
  533. <property name="geometry">
  534. <rect>
  535. <x>60</x>
  536. <y>80</y>
  537. <width>421</width>
  538. <height>81</height>
  539. </rect>
  540. </property>
  541. <property name="title">
  542. <string>Resampler Quality</string>
  543. </property>
  544. <property name="alignment">
  545. <set>Qt::AlignCenter</set>
  546. </property>
  547. <widget class="QLabel" name="resamplerLabel">
  548. <property name="geometry">
  549. <rect>
  550. <x>50</x>
  551. <y>50</y>
  552. <width>321</width>
  553. <height>21</height>
  554. </rect>
  555. </property>
  556. <property name="text">
  557. <string>Default</string>
  558. </property>
  559. <property name="alignment">
  560. <set>Qt::AlignCenter</set>
  561. </property>
  562. </widget>
  563. <widget class="QSlider" name="resamplerSlider">
  564. <property name="geometry">
  565. <rect>
  566. <x>80</x>
  567. <y>30</y>
  568. <width>251</width>
  569. <height>23</height>
  570. </rect>
  571. </property>
  572. <property name="orientation">
  573. <enum>Qt::Horizontal</enum>
  574. </property>
  575. </widget>
  576. <widget class="QLabel" name="label_9">
  577. <property name="geometry">
  578. <rect>
  579. <x>20</x>
  580. <y>30</y>
  581. <width>51</width>
  582. <height>21</height>
  583. </rect>
  584. </property>
  585. <property name="text">
  586. <string>Speed</string>
  587. </property>
  588. <property name="alignment">
  589. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  590. </property>
  591. </widget>
  592. <widget class="QLabel" name="label_15">
  593. <property name="geometry">
  594. <rect>
  595. <x>340</x>
  596. <y>30</y>
  597. <width>51</width>
  598. <height>21</height>
  599. </rect>
  600. </property>
  601. <property name="text">
  602. <string>Quality</string>
  603. </property>
  604. </widget>
  605. </widget>
  606. </widget>
  607. <widget class="QWidget" name="tab_6">
  608. <attribute name="title">
  609. <string>Renderer</string>
  610. </attribute>
  611. <widget class="QCheckBox" name="decoderHQModeCheckBox">
  612. <property name="geometry">
  613. <rect>
  614. <x>10</x>
  615. <y>20</y>
  616. <width>181</width>
  617. <height>21</height>
  618. </rect>
  619. </property>
  620. <property name="toolTip">
  621. <string>Enables high-quality ambisonic rendering. This mode is
  622. capable of frequency-dependent processing, creating a
  623. better reproduction of 3D sound rendering over
  624. surround sound speakers. Enabling this also requires
  625. specifying decoder configuration files for the
  626. appropriate speaker configuration you intend to use.</string>
  627. </property>
  628. <property name="layoutDirection">
  629. <enum>Qt::RightToLeft</enum>
  630. </property>
  631. <property name="text">
  632. <string>High Quality Mode:</string>
  633. </property>
  634. </widget>
  635. <widget class="QCheckBox" name="decoderDistCompCheckBox">
  636. <property name="geometry">
  637. <rect>
  638. <x>10</x>
  639. <y>50</y>
  640. <width>181</width>
  641. <height>21</height>
  642. </rect>
  643. </property>
  644. <property name="toolTip">
  645. <string>This applies the necessary delays and attenuation
  646. to make the speakers behave as though they are
  647. all equidistant, which is important for proper
  648. playback of 3D sound rendering. Requires the
  649. proper distances to be specified in the decoder
  650. configuration file.</string>
  651. </property>
  652. <property name="layoutDirection">
  653. <enum>Qt::RightToLeft</enum>
  654. </property>
  655. <property name="text">
  656. <string>Distance Compensation:</string>
  657. </property>
  658. <property name="tristate">
  659. <bool>true</bool>
  660. </property>
  661. </widget>
  662. <widget class="QGroupBox" name="groupBox_8">
  663. <property name="geometry">
  664. <rect>
  665. <x>-10</x>
  666. <y>160</y>
  667. <width>551</width>
  668. <height>161</height>
  669. </rect>
  670. </property>
  671. <property name="title">
  672. <string>Decoder Configurations</string>
  673. </property>
  674. <property name="alignment">
  675. <set>Qt::AlignCenter</set>
  676. </property>
  677. <widget class="QLineEdit" name="decoderQuadLineEdit">
  678. <property name="geometry">
  679. <rect>
  680. <x>120</x>
  681. <y>30</y>
  682. <width>311</width>
  683. <height>21</height>
  684. </rect>
  685. </property>
  686. </widget>
  687. <widget class="QLabel" name="label_25">
  688. <property name="geometry">
  689. <rect>
  690. <x>20</x>
  691. <y>30</y>
  692. <width>91</width>
  693. <height>21</height>
  694. </rect>
  695. </property>
  696. <property name="text">
  697. <string>Quadraphonic:</string>
  698. </property>
  699. <property name="alignment">
  700. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  701. </property>
  702. </widget>
  703. <widget class="QPushButton" name="decoderQuadButton">
  704. <property name="geometry">
  705. <rect>
  706. <x>440</x>
  707. <y>30</y>
  708. <width>91</width>
  709. <height>21</height>
  710. </rect>
  711. </property>
  712. <property name="text">
  713. <string>Browse...</string>
  714. </property>
  715. </widget>
  716. <widget class="QLineEdit" name="decoder51LineEdit">
  717. <property name="geometry">
  718. <rect>
  719. <x>120</x>
  720. <y>60</y>
  721. <width>311</width>
  722. <height>21</height>
  723. </rect>
  724. </property>
  725. </widget>
  726. <widget class="QPushButton" name="decoder51Button">
  727. <property name="geometry">
  728. <rect>
  729. <x>440</x>
  730. <y>60</y>
  731. <width>91</width>
  732. <height>21</height>
  733. </rect>
  734. </property>
  735. <property name="text">
  736. <string>Browse...</string>
  737. </property>
  738. </widget>
  739. <widget class="QLabel" name="label_26">
  740. <property name="geometry">
  741. <rect>
  742. <x>20</x>
  743. <y>60</y>
  744. <width>91</width>
  745. <height>21</height>
  746. </rect>
  747. </property>
  748. <property name="text">
  749. <string>5.1 Surround:</string>
  750. </property>
  751. <property name="alignment">
  752. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  753. </property>
  754. </widget>
  755. <widget class="QLabel" name="label_28">
  756. <property name="geometry">
  757. <rect>
  758. <x>20</x>
  759. <y>90</y>
  760. <width>91</width>
  761. <height>21</height>
  762. </rect>
  763. </property>
  764. <property name="text">
  765. <string>6.1 Surround:</string>
  766. </property>
  767. <property name="alignment">
  768. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  769. </property>
  770. </widget>
  771. <widget class="QLineEdit" name="decoder61LineEdit">
  772. <property name="geometry">
  773. <rect>
  774. <x>120</x>
  775. <y>90</y>
  776. <width>311</width>
  777. <height>21</height>
  778. </rect>
  779. </property>
  780. </widget>
  781. <widget class="QPushButton" name="decoder61Button">
  782. <property name="geometry">
  783. <rect>
  784. <x>440</x>
  785. <y>90</y>
  786. <width>91</width>
  787. <height>21</height>
  788. </rect>
  789. </property>
  790. <property name="text">
  791. <string>Browse...</string>
  792. </property>
  793. </widget>
  794. <widget class="QPushButton" name="decoder71Button">
  795. <property name="geometry">
  796. <rect>
  797. <x>440</x>
  798. <y>120</y>
  799. <width>91</width>
  800. <height>21</height>
  801. </rect>
  802. </property>
  803. <property name="text">
  804. <string>Browse...</string>
  805. </property>
  806. </widget>
  807. <widget class="QLineEdit" name="decoder71LineEdit">
  808. <property name="geometry">
  809. <rect>
  810. <x>120</x>
  811. <y>120</y>
  812. <width>311</width>
  813. <height>21</height>
  814. </rect>
  815. </property>
  816. </widget>
  817. <widget class="QLabel" name="label_29">
  818. <property name="geometry">
  819. <rect>
  820. <x>20</x>
  821. <y>120</y>
  822. <width>91</width>
  823. <height>21</height>
  824. </rect>
  825. </property>
  826. <property name="text">
  827. <string>7.1 Surround:</string>
  828. </property>
  829. <property name="alignment">
  830. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  831. </property>
  832. </widget>
  833. </widget>
  834. <widget class="QCheckBox" name="decoderNFEffectsCheckBox">
  835. <property name="geometry">
  836. <rect>
  837. <x>10</x>
  838. <y>80</y>
  839. <width>181</width>
  840. <height>21</height>
  841. </rect>
  842. </property>
  843. <property name="toolTip">
  844. <string>Simulates and compensates for low-frequency effects
  845. caused by the curvature of nearby sound-waves, which
  846. creates a more realistic perception of sound distance.
  847. Note that the effect may be stronger or weaker than
  848. intended if the application doesn't use or specify an
  849. appropriate unit scale, or if incorrect speaker distances
  850. are set in the decoder configuration file.</string>
  851. </property>
  852. <property name="layoutDirection">
  853. <enum>Qt::RightToLeft</enum>
  854. </property>
  855. <property name="text">
  856. <string>Near-Field Effects:</string>
  857. </property>
  858. <property name="tristate">
  859. <bool>true</bool>
  860. </property>
  861. </widget>
  862. <widget class="QWidget" name="widget_3" native="true">
  863. <property name="geometry">
  864. <rect>
  865. <x>-10</x>
  866. <y>110</y>
  867. <width>281</width>
  868. <height>21</height>
  869. </rect>
  870. </property>
  871. <property name="toolTip">
  872. <string>The reference delay value for ambisonic output. When
  873. Channels is set to one of the Ambisonic formats, this
  874. option enables NFC-HOA output with the specified
  875. Reference Delay parameter. The specified value can then
  876. be shared with an appropriate NFC-HOA decoder to
  877. reproduce correct near-field effects. Keep in mind that
  878. despite being designed for higher-order ambisonics, this
  879. applies to first-order output all the same. When left unset,
  880. normal output is created with no near-field simulation.</string>
  881. </property>
  882. <widget class="QLabel" name="label_27">
  883. <property name="geometry">
  884. <rect>
  885. <x>20</x>
  886. <y>0</y>
  887. <width>151</width>
  888. <height>21</height>
  889. </rect>
  890. </property>
  891. <property name="text">
  892. <string>Near-Field Reference Delay:</string>
  893. </property>
  894. <property name="alignment">
  895. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  896. </property>
  897. </widget>
  898. <widget class="QDoubleSpinBox" name="decoderNFRefDelaySpinBox">
  899. <property name="geometry">
  900. <rect>
  901. <x>180</x>
  902. <y>0</y>
  903. <width>91</width>
  904. <height>21</height>
  905. </rect>
  906. </property>
  907. <property name="suffix">
  908. <string>sec</string>
  909. </property>
  910. <property name="decimals">
  911. <number>4</number>
  912. </property>
  913. <property name="maximum">
  914. <double>1000.000000000000000</double>
  915. </property>
  916. <property name="singleStep">
  917. <double>0.010000000000000</double>
  918. </property>
  919. </widget>
  920. </widget>
  921. </widget>
  922. <widget class="QWidget" name="tab_5">
  923. <attribute name="title">
  924. <string>HRTF</string>
  925. </attribute>
  926. <widget class="QGroupBox" name="groupBox_2">
  927. <property name="geometry">
  928. <rect>
  929. <x>-10</x>
  930. <y>200</y>
  931. <width>551</width>
  932. <height>181</height>
  933. </rect>
  934. </property>
  935. <property name="title">
  936. <string>Advanced Settings</string>
  937. </property>
  938. <property name="alignment">
  939. <set>Qt::AlignCenter</set>
  940. </property>
  941. <property name="checkable">
  942. <bool>false</bool>
  943. </property>
  944. <property name="checked">
  945. <bool>false</bool>
  946. </property>
  947. <widget class="QGroupBox" name="groupBox_6">
  948. <property name="geometry">
  949. <rect>
  950. <x>20</x>
  951. <y>30</y>
  952. <width>511</width>
  953. <height>141</height>
  954. </rect>
  955. </property>
  956. <property name="title">
  957. <string>HRTF Profile Paths</string>
  958. </property>
  959. <property name="alignment">
  960. <set>Qt::AlignCenter</set>
  961. </property>
  962. <widget class="QListWidget" name="hrtfFileList">
  963. <property name="geometry">
  964. <rect>
  965. <x>20</x>
  966. <y>20</y>
  967. <width>391</width>
  968. <height>81</height>
  969. </rect>
  970. </property>
  971. <property name="toolTip">
  972. <string>A list of additional paths containing HRTF data sets.</string>
  973. </property>
  974. <property name="dragDropMode">
  975. <enum>QAbstractItemView::InternalMove</enum>
  976. </property>
  977. <property name="alternatingRowColors">
  978. <bool>true</bool>
  979. </property>
  980. <property name="selectionMode">
  981. <enum>QAbstractItemView::ExtendedSelection</enum>
  982. </property>
  983. <property name="textElideMode">
  984. <enum>Qt::ElideNone</enum>
  985. </property>
  986. </widget>
  987. <widget class="QPushButton" name="hrtfAddButton">
  988. <property name="geometry">
  989. <rect>
  990. <x>420</x>
  991. <y>20</y>
  992. <width>81</width>
  993. <height>21</height>
  994. </rect>
  995. </property>
  996. <property name="text">
  997. <string>Add...</string>
  998. </property>
  999. <property name="icon">
  1000. <iconset theme="list-add">
  1001. <normaloff/>
  1002. </iconset>
  1003. </property>
  1004. <property name="flat">
  1005. <bool>false</bool>
  1006. </property>
  1007. </widget>
  1008. <widget class="QCheckBox" name="defaultHrtfPathsCheckBox">
  1009. <property name="geometry">
  1010. <rect>
  1011. <x>180</x>
  1012. <y>110</y>
  1013. <width>151</width>
  1014. <height>21</height>
  1015. </rect>
  1016. </property>
  1017. <property name="toolTip">
  1018. <string>Include the default system paths in addition to any
  1019. listed above.</string>
  1020. </property>
  1021. <property name="text">
  1022. <string>Include Default Paths</string>
  1023. </property>
  1024. <property name="checked">
  1025. <bool>true</bool>
  1026. </property>
  1027. </widget>
  1028. <widget class="QPushButton" name="hrtfRemoveButton">
  1029. <property name="geometry">
  1030. <rect>
  1031. <x>420</x>
  1032. <y>50</y>
  1033. <width>81</width>
  1034. <height>21</height>
  1035. </rect>
  1036. </property>
  1037. <property name="text">
  1038. <string>Remove</string>
  1039. </property>
  1040. <property name="icon">
  1041. <iconset theme="list-remove">
  1042. <normaloff/>
  1043. </iconset>
  1044. </property>
  1045. </widget>
  1046. </widget>
  1047. </widget>
  1048. <widget class="QLabel" name="label_16">
  1049. <property name="geometry">
  1050. <rect>
  1051. <x>40</x>
  1052. <y>50</y>
  1053. <width>71</width>
  1054. <height>21</height>
  1055. </rect>
  1056. </property>
  1057. <property name="text">
  1058. <string>HRTF Mode:</string>
  1059. </property>
  1060. <property name="alignment">
  1061. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1062. </property>
  1063. </widget>
  1064. <widget class="QComboBox" name="hrtfStateComboBox">
  1065. <property name="geometry">
  1066. <rect>
  1067. <x>130</x>
  1068. <y>50</y>
  1069. <width>161</width>
  1070. <height>21</height>
  1071. </rect>
  1072. </property>
  1073. <property name="toolTip">
  1074. <string>Forces HRTF processing on or off, or leaves it to the
  1075. application or system to determine if it should be used.</string>
  1076. </property>
  1077. <property name="sizeAdjustPolicy">
  1078. <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
  1079. </property>
  1080. <item>
  1081. <property name="text">
  1082. <string>Application preference</string>
  1083. </property>
  1084. </item>
  1085. <item>
  1086. <property name="text">
  1087. <string>Force on</string>
  1088. </property>
  1089. </item>
  1090. <item>
  1091. <property name="text">
  1092. <string>Force off</string>
  1093. </property>
  1094. </item>
  1095. </widget>
  1096. <widget class="QLabel" name="label_12">
  1097. <property name="geometry">
  1098. <rect>
  1099. <x>20</x>
  1100. <y>20</y>
  1101. <width>91</width>
  1102. <height>21</height>
  1103. </rect>
  1104. </property>
  1105. <property name="text">
  1106. <string>Preferred HRTF:</string>
  1107. </property>
  1108. <property name="alignment">
  1109. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1110. </property>
  1111. </widget>
  1112. <widget class="QComboBox" name="preferredHrtfComboBox">
  1113. <property name="geometry">
  1114. <rect>
  1115. <x>130</x>
  1116. <y>20</y>
  1117. <width>161</width>
  1118. <height>21</height>
  1119. </rect>
  1120. </property>
  1121. <property name="toolTip">
  1122. <string>The default HRTF to use if the application doesn't request one.</string>
  1123. </property>
  1124. </widget>
  1125. </widget>
  1126. <widget class="QWidget" name="tab">
  1127. <attribute name="title">
  1128. <string>Backends</string>
  1129. </attribute>
  1130. <widget class="QListWidget" name="backendListWidget">
  1131. <property name="geometry">
  1132. <rect>
  1133. <x>0</x>
  1134. <y>11</y>
  1135. <width>111</width>
  1136. <height>361</height>
  1137. </rect>
  1138. </property>
  1139. <property name="alternatingRowColors">
  1140. <bool>true</bool>
  1141. </property>
  1142. <item>
  1143. <property name="text">
  1144. <string>General</string>
  1145. </property>
  1146. </item>
  1147. <item>
  1148. <property name="text">
  1149. <string>PulseAudio</string>
  1150. </property>
  1151. </item>
  1152. <item>
  1153. <property name="text">
  1154. <string>JACK</string>
  1155. </property>
  1156. </item>
  1157. <item>
  1158. <property name="text">
  1159. <string>ALSA</string>
  1160. </property>
  1161. </item>
  1162. <item>
  1163. <property name="text">
  1164. <string>OSS</string>
  1165. </property>
  1166. </item>
  1167. <item>
  1168. <property name="text">
  1169. <string>Solaris</string>
  1170. </property>
  1171. </item>
  1172. <item>
  1173. <property name="text">
  1174. <string>Wave Writer</string>
  1175. </property>
  1176. </item>
  1177. </widget>
  1178. <widget class="QStackedWidget" name="backendStackedWidget">
  1179. <property name="geometry">
  1180. <rect>
  1181. <x>110</x>
  1182. <y>10</y>
  1183. <width>421</width>
  1184. <height>361</height>
  1185. </rect>
  1186. </property>
  1187. <property name="currentIndex">
  1188. <number>0</number>
  1189. </property>
  1190. <widget class="QWidget" name="page">
  1191. <widget class="QCheckBox" name="backendCheckBox">
  1192. <property name="geometry">
  1193. <rect>
  1194. <x>20</x>
  1195. <y>190</y>
  1196. <width>391</width>
  1197. <height>21</height>
  1198. </rect>
  1199. </property>
  1200. <property name="toolTip">
  1201. <string>When checked, allows all other available backends not listed in the priority or disabled lists.</string>
  1202. </property>
  1203. <property name="text">
  1204. <string>Allow Other Backends</string>
  1205. </property>
  1206. <property name="checked">
  1207. <bool>true</bool>
  1208. </property>
  1209. </widget>
  1210. <widget class="QListWidget" name="disabledBackendList">
  1211. <property name="geometry">
  1212. <rect>
  1213. <x>220</x>
  1214. <y>30</y>
  1215. <width>191</width>
  1216. <height>151</height>
  1217. </rect>
  1218. </property>
  1219. <property name="toolTip">
  1220. <string>Disabled backend driver list.</string>
  1221. </property>
  1222. </widget>
  1223. <widget class="QListWidget" name="enabledBackendList">
  1224. <property name="geometry">
  1225. <rect>
  1226. <x>20</x>
  1227. <y>30</y>
  1228. <width>191</width>
  1229. <height>151</height>
  1230. </rect>
  1231. </property>
  1232. <property name="toolTip">
  1233. <string>The backend driver list order. Unknown backends and
  1234. duplicated names are ignored.</string>
  1235. </property>
  1236. <property name="dragDropMode">
  1237. <enum>QAbstractItemView::InternalMove</enum>
  1238. </property>
  1239. </widget>
  1240. <widget class="QLabel" name="label_2">
  1241. <property name="geometry">
  1242. <rect>
  1243. <x>230</x>
  1244. <y>10</y>
  1245. <width>171</width>
  1246. <height>20</height>
  1247. </rect>
  1248. </property>
  1249. <property name="text">
  1250. <string>Disabled Backends:</string>
  1251. </property>
  1252. </widget>
  1253. <widget class="QLabel" name="label">
  1254. <property name="geometry">
  1255. <rect>
  1256. <x>30</x>
  1257. <y>10</y>
  1258. <width>171</width>
  1259. <height>20</height>
  1260. </rect>
  1261. </property>
  1262. <property name="text">
  1263. <string>Priority Backends:</string>
  1264. </property>
  1265. </widget>
  1266. </widget>
  1267. <widget class="QWidget" name="page_2">
  1268. <widget class="QCheckBox" name="pulseAutospawnCheckBox">
  1269. <property name="geometry">
  1270. <rect>
  1271. <x>20</x>
  1272. <y>10</y>
  1273. <width>141</width>
  1274. <height>21</height>
  1275. </rect>
  1276. </property>
  1277. <property name="toolTip">
  1278. <string>Automatically spawn a PulseAudio server if one
  1279. is not already running.</string>
  1280. </property>
  1281. <property name="text">
  1282. <string>AutoSpawn Server</string>
  1283. </property>
  1284. <property name="tristate">
  1285. <bool>true</bool>
  1286. </property>
  1287. </widget>
  1288. <widget class="QCheckBox" name="pulseAllowMovesCheckBox">
  1289. <property name="geometry">
  1290. <rect>
  1291. <x>20</x>
  1292. <y>40</y>
  1293. <width>161</width>
  1294. <height>21</height>
  1295. </rect>
  1296. </property>
  1297. <property name="toolTip">
  1298. <string>Allows moving PulseAudio streams to different
  1299. devices during playback or capture. Note that the
  1300. device specifier and device format will not change
  1301. to match the new device.</string>
  1302. </property>
  1303. <property name="text">
  1304. <string>Allow Moving Streams</string>
  1305. </property>
  1306. <property name="tristate">
  1307. <bool>true</bool>
  1308. </property>
  1309. </widget>
  1310. <widget class="QCheckBox" name="pulseFixRateCheckBox">
  1311. <property name="geometry">
  1312. <rect>
  1313. <x>20</x>
  1314. <y>70</y>
  1315. <width>121</width>
  1316. <height>21</height>
  1317. </rect>
  1318. </property>
  1319. <property name="toolTip">
  1320. <string>When checked, fix the OpenAL device's sample
  1321. rate to match the PulseAudio device.</string>
  1322. </property>
  1323. <property name="text">
  1324. <string>Fix Sample Rate</string>
  1325. </property>
  1326. <property name="tristate">
  1327. <bool>true</bool>
  1328. </property>
  1329. </widget>
  1330. <widget class="QCheckBox" name="pulseAdjLatencyCheckBox">
  1331. <property name="geometry">
  1332. <rect>
  1333. <x>20</x>
  1334. <y>100</y>
  1335. <width>111</width>
  1336. <height>21</height>
  1337. </rect>
  1338. </property>
  1339. <property name="toolTip">
  1340. <string>Attempts to adjust the overall latency of device
  1341. playback. Note that this may have adverse effects
  1342. on the resulting internal buffer sizes and mixing
  1343. updates, leading to performance problems and
  1344. drop-outs.</string>
  1345. </property>
  1346. <property name="text">
  1347. <string>Adjust Latency</string>
  1348. </property>
  1349. <property name="tristate">
  1350. <bool>true</bool>
  1351. </property>
  1352. </widget>
  1353. </widget>
  1354. <widget class="QWidget" name="page_7">
  1355. <widget class="QCheckBox" name="jackAutospawnCheckBox">
  1356. <property name="geometry">
  1357. <rect>
  1358. <x>20</x>
  1359. <y>10</y>
  1360. <width>141</width>
  1361. <height>21</height>
  1362. </rect>
  1363. </property>
  1364. <property name="text">
  1365. <string>AutoSpawn Server</string>
  1366. </property>
  1367. <property name="tristate">
  1368. <bool>true</bool>
  1369. </property>
  1370. </widget>
  1371. <widget class="QGroupBox" name="groupBox_7">
  1372. <property name="geometry">
  1373. <rect>
  1374. <x>10</x>
  1375. <y>40</y>
  1376. <width>401</width>
  1377. <height>80</height>
  1378. </rect>
  1379. </property>
  1380. <property name="toolTip">
  1381. <string>The update buffer size, in samples, that the backend
  1382. will keep buffered to handle the server's real-time
  1383. processing requests. Must be a power of 2.</string>
  1384. </property>
  1385. <property name="title">
  1386. <string>Buffer Size</string>
  1387. </property>
  1388. <property name="alignment">
  1389. <set>Qt::AlignCenter</set>
  1390. </property>
  1391. <widget class="QLineEdit" name="jackBufferSizeLine">
  1392. <property name="geometry">
  1393. <rect>
  1394. <x>320</x>
  1395. <y>30</y>
  1396. <width>71</width>
  1397. <height>21</height>
  1398. </rect>
  1399. </property>
  1400. <property name="placeholderText">
  1401. <string>0</string>
  1402. </property>
  1403. </widget>
  1404. <widget class="QSlider" name="jackBufferSizeSlider">
  1405. <property name="geometry">
  1406. <rect>
  1407. <x>10</x>
  1408. <y>30</y>
  1409. <width>301</width>
  1410. <height>21</height>
  1411. </rect>
  1412. </property>
  1413. <property name="maximum">
  1414. <number>13</number>
  1415. </property>
  1416. <property name="singleStep">
  1417. <number>1</number>
  1418. </property>
  1419. <property name="pageStep">
  1420. <number>4</number>
  1421. </property>
  1422. <property name="orientation">
  1423. <enum>Qt::Horizontal</enum>
  1424. </property>
  1425. <property name="tickPosition">
  1426. <enum>QSlider::TicksBelow</enum>
  1427. </property>
  1428. <property name="tickInterval">
  1429. <number>1</number>
  1430. </property>
  1431. </widget>
  1432. </widget>
  1433. </widget>
  1434. <widget class="QWidget" name="page_3">
  1435. <widget class="QLabel" name="label_17">
  1436. <property name="geometry">
  1437. <rect>
  1438. <x>10</x>
  1439. <y>30</y>
  1440. <width>141</width>
  1441. <height>21</height>
  1442. </rect>
  1443. </property>
  1444. <property name="text">
  1445. <string>Default Playback Device:</string>
  1446. </property>
  1447. <property name="alignment">
  1448. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1449. </property>
  1450. </widget>
  1451. <widget class="QLineEdit" name="alsaDefaultDeviceLine">
  1452. <property name="geometry">
  1453. <rect>
  1454. <x>160</x>
  1455. <y>30</y>
  1456. <width>231</width>
  1457. <height>21</height>
  1458. </rect>
  1459. </property>
  1460. <property name="placeholderText">
  1461. <string>default</string>
  1462. </property>
  1463. </widget>
  1464. <widget class="QLabel" name="label_18">
  1465. <property name="geometry">
  1466. <rect>
  1467. <x>10</x>
  1468. <y>60</y>
  1469. <width>141</width>
  1470. <height>21</height>
  1471. </rect>
  1472. </property>
  1473. <property name="text">
  1474. <string>Default Capture Device:</string>
  1475. </property>
  1476. <property name="alignment">
  1477. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1478. </property>
  1479. </widget>
  1480. <widget class="QLineEdit" name="alsaDefaultCaptureLine">
  1481. <property name="geometry">
  1482. <rect>
  1483. <x>160</x>
  1484. <y>60</y>
  1485. <width>231</width>
  1486. <height>21</height>
  1487. </rect>
  1488. </property>
  1489. <property name="placeholderText">
  1490. <string>default</string>
  1491. </property>
  1492. </widget>
  1493. <widget class="QCheckBox" name="alsaResamplerCheckBox">
  1494. <property name="geometry">
  1495. <rect>
  1496. <x>20</x>
  1497. <y>100</y>
  1498. <width>191</width>
  1499. <height>21</height>
  1500. </rect>
  1501. </property>
  1502. <property name="toolTip">
  1503. <string>Allow use of ALSA's software resampler. This lets
  1504. the OpenAL device to be set to a different sample
  1505. rate than the backend device, but incurs another
  1506. resample pass on top of OpenAL's resampler.</string>
  1507. </property>
  1508. <property name="text">
  1509. <string>Allow Resampler</string>
  1510. </property>
  1511. <property name="tristate">
  1512. <bool>true</bool>
  1513. </property>
  1514. </widget>
  1515. <widget class="QCheckBox" name="alsaMmapCheckBox">
  1516. <property name="geometry">
  1517. <rect>
  1518. <x>210</x>
  1519. <y>100</y>
  1520. <width>191</width>
  1521. <height>21</height>
  1522. </rect>
  1523. </property>
  1524. <property name="toolTip">
  1525. <string>Accesses the audio device buffer through an mmap,
  1526. potentially avoiding an extra sample buffer copy
  1527. during updates.</string>
  1528. </property>
  1529. <property name="text">
  1530. <string>MMap Buffer</string>
  1531. </property>
  1532. <property name="tristate">
  1533. <bool>true</bool>
  1534. </property>
  1535. </widget>
  1536. </widget>
  1537. <widget class="QWidget" name="page_4">
  1538. <widget class="QLabel" name="label_20">
  1539. <property name="geometry">
  1540. <rect>
  1541. <x>10</x>
  1542. <y>30</y>
  1543. <width>141</width>
  1544. <height>21</height>
  1545. </rect>
  1546. </property>
  1547. <property name="text">
  1548. <string>Default Playback Device:</string>
  1549. </property>
  1550. <property name="alignment">
  1551. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1552. </property>
  1553. </widget>
  1554. <widget class="QLineEdit" name="ossDefaultDeviceLine">
  1555. <property name="geometry">
  1556. <rect>
  1557. <x>160</x>
  1558. <y>30</y>
  1559. <width>151</width>
  1560. <height>21</height>
  1561. </rect>
  1562. </property>
  1563. <property name="placeholderText">
  1564. <string>/dev/dsp</string>
  1565. </property>
  1566. </widget>
  1567. <widget class="QLabel" name="label_21">
  1568. <property name="geometry">
  1569. <rect>
  1570. <x>10</x>
  1571. <y>60</y>
  1572. <width>141</width>
  1573. <height>21</height>
  1574. </rect>
  1575. </property>
  1576. <property name="text">
  1577. <string>Default Capture Device:</string>
  1578. </property>
  1579. <property name="alignment">
  1580. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1581. </property>
  1582. </widget>
  1583. <widget class="QLineEdit" name="ossDefaultCaptureLine">
  1584. <property name="geometry">
  1585. <rect>
  1586. <x>160</x>
  1587. <y>60</y>
  1588. <width>151</width>
  1589. <height>21</height>
  1590. </rect>
  1591. </property>
  1592. <property name="placeholderText">
  1593. <string>/dev/dsp</string>
  1594. </property>
  1595. </widget>
  1596. <widget class="QPushButton" name="ossPlaybackPushButton">
  1597. <property name="geometry">
  1598. <rect>
  1599. <x>320</x>
  1600. <y>30</y>
  1601. <width>91</width>
  1602. <height>21</height>
  1603. </rect>
  1604. </property>
  1605. <property name="text">
  1606. <string>Browse...</string>
  1607. </property>
  1608. </widget>
  1609. <widget class="QPushButton" name="ossCapturePushButton">
  1610. <property name="geometry">
  1611. <rect>
  1612. <x>320</x>
  1613. <y>60</y>
  1614. <width>91</width>
  1615. <height>21</height>
  1616. </rect>
  1617. </property>
  1618. <property name="text">
  1619. <string>Browse...</string>
  1620. </property>
  1621. </widget>
  1622. </widget>
  1623. <widget class="QWidget" name="page_5">
  1624. <widget class="QLineEdit" name="solarisDefaultDeviceLine">
  1625. <property name="geometry">
  1626. <rect>
  1627. <x>160</x>
  1628. <y>30</y>
  1629. <width>151</width>
  1630. <height>21</height>
  1631. </rect>
  1632. </property>
  1633. <property name="placeholderText">
  1634. <string>/dev/audio</string>
  1635. </property>
  1636. </widget>
  1637. <widget class="QLabel" name="label_22">
  1638. <property name="geometry">
  1639. <rect>
  1640. <x>10</x>
  1641. <y>30</y>
  1642. <width>141</width>
  1643. <height>21</height>
  1644. </rect>
  1645. </property>
  1646. <property name="text">
  1647. <string>Default Playback Device:</string>
  1648. </property>
  1649. <property name="alignment">
  1650. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1651. </property>
  1652. </widget>
  1653. <widget class="QPushButton" name="solarisPlaybackPushButton">
  1654. <property name="geometry">
  1655. <rect>
  1656. <x>320</x>
  1657. <y>30</y>
  1658. <width>91</width>
  1659. <height>21</height>
  1660. </rect>
  1661. </property>
  1662. <property name="text">
  1663. <string>Browse...</string>
  1664. </property>
  1665. </widget>
  1666. </widget>
  1667. <widget class="QWidget" name="page_6">
  1668. <widget class="QLabel" name="label_23">
  1669. <property name="geometry">
  1670. <rect>
  1671. <x>10</x>
  1672. <y>30</y>
  1673. <width>71</width>
  1674. <height>21</height>
  1675. </rect>
  1676. </property>
  1677. <property name="text">
  1678. <string>Output File:</string>
  1679. </property>
  1680. <property name="alignment">
  1681. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1682. </property>
  1683. </widget>
  1684. <widget class="QLineEdit" name="waveOutputLine">
  1685. <property name="geometry">
  1686. <rect>
  1687. <x>90</x>
  1688. <y>30</y>
  1689. <width>221</width>
  1690. <height>21</height>
  1691. </rect>
  1692. </property>
  1693. </widget>
  1694. <widget class="QLabel" name="label_24">
  1695. <property name="geometry">
  1696. <rect>
  1697. <x>0</x>
  1698. <y>90</y>
  1699. <width>421</width>
  1700. <height>71</height>
  1701. </rect>
  1702. </property>
  1703. <property name="text">
  1704. <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;Warning: The specified output file will be OVERWRITTEN WITHOUT&lt;/span&gt;&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;QUESTION when the Wave Writer device is opened.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  1705. </property>
  1706. </widget>
  1707. <widget class="QPushButton" name="waveOutputButton">
  1708. <property name="geometry">
  1709. <rect>
  1710. <x>320</x>
  1711. <y>30</y>
  1712. <width>91</width>
  1713. <height>21</height>
  1714. </rect>
  1715. </property>
  1716. <property name="text">
  1717. <string>Browse...</string>
  1718. </property>
  1719. </widget>
  1720. <widget class="QCheckBox" name="waveBFormatCheckBox">
  1721. <property name="geometry">
  1722. <rect>
  1723. <x>120</x>
  1724. <y>60</y>
  1725. <width>191</width>
  1726. <height>21</height>
  1727. </rect>
  1728. </property>
  1729. <property name="text">
  1730. <string>Create .amb (B-Format) files</string>
  1731. </property>
  1732. </widget>
  1733. </widget>
  1734. </widget>
  1735. </widget>
  1736. <widget class="QWidget" name="tab_2">
  1737. <attribute name="title">
  1738. <string>Resources</string>
  1739. </attribute>
  1740. <widget class="QLineEdit" name="srcCountLineEdit">
  1741. <property name="geometry">
  1742. <rect>
  1743. <x>190</x>
  1744. <y>20</y>
  1745. <width>51</width>
  1746. <height>21</height>
  1747. </rect>
  1748. </property>
  1749. <property name="toolTip">
  1750. <string>The maximum number of allocatable sources. Lower values may
  1751. help for systems with apps that try to play more sounds than
  1752. the CPU can handle.</string>
  1753. </property>
  1754. <property name="maxLength">
  1755. <number>4</number>
  1756. </property>
  1757. <property name="placeholderText">
  1758. <string>256</string>
  1759. </property>
  1760. </widget>
  1761. <widget class="QLabel" name="label_3">
  1762. <property name="geometry">
  1763. <rect>
  1764. <x>10</x>
  1765. <y>20</y>
  1766. <width>171</width>
  1767. <height>21</height>
  1768. </rect>
  1769. </property>
  1770. <property name="text">
  1771. <string>Number of Sound Sources:</string>
  1772. </property>
  1773. <property name="alignment">
  1774. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1775. </property>
  1776. </widget>
  1777. <widget class="QLabel" name="label_4">
  1778. <property name="geometry">
  1779. <rect>
  1780. <x>10</x>
  1781. <y>50</y>
  1782. <width>171</width>
  1783. <height>21</height>
  1784. </rect>
  1785. </property>
  1786. <property name="text">
  1787. <string>Number of Effect Slots:</string>
  1788. </property>
  1789. <property name="alignment">
  1790. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1791. </property>
  1792. </widget>
  1793. <widget class="QLineEdit" name="effectSlotLineEdit">
  1794. <property name="geometry">
  1795. <rect>
  1796. <x>190</x>
  1797. <y>50</y>
  1798. <width>51</width>
  1799. <height>21</height>
  1800. </rect>
  1801. </property>
  1802. <property name="toolTip">
  1803. <string>The maximum number of Auxiliary Effect Slots an app can
  1804. create. A slot can use a non-negligible amount of CPU time if
  1805. an effect is set on it even if no sources are feeding it, so this
  1806. may help when apps use more than the system can handle.</string>
  1807. </property>
  1808. <property name="maxLength">
  1809. <number>3</number>
  1810. </property>
  1811. <property name="placeholderText">
  1812. <string>64</string>
  1813. </property>
  1814. </widget>
  1815. <widget class="QLabel" name="label_8">
  1816. <property name="geometry">
  1817. <rect>
  1818. <x>10</x>
  1819. <y>80</y>
  1820. <width>171</width>
  1821. <height>21</height>
  1822. </rect>
  1823. </property>
  1824. <property name="text">
  1825. <string>Number of Source Sends:</string>
  1826. </property>
  1827. <property name="alignment">
  1828. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1829. </property>
  1830. </widget>
  1831. <widget class="QLineEdit" name="srcSendLineEdit">
  1832. <property name="geometry">
  1833. <rect>
  1834. <x>190</x>
  1835. <y>80</y>
  1836. <width>51</width>
  1837. <height>21</height>
  1838. </rect>
  1839. </property>
  1840. <property name="toolTip">
  1841. <string>Limits the number of auxiliary sends allowed per source.
  1842. Setting this higher than the default has no effect.</string>
  1843. </property>
  1844. <property name="maxLength">
  1845. <number>2</number>
  1846. </property>
  1847. <property name="placeholderText">
  1848. <string>16</string>
  1849. </property>
  1850. </widget>
  1851. <widget class="QGroupBox" name="cpuExtGroupBox">
  1852. <property name="geometry">
  1853. <rect>
  1854. <x>10</x>
  1855. <y>120</y>
  1856. <width>511</width>
  1857. <height>121</height>
  1858. </rect>
  1859. </property>
  1860. <property name="toolTip">
  1861. <string>Enables use of specific CPU extensions. Certain methods may
  1862. utilize CPU extensions when detected, and disabling these can
  1863. be useful for preventing those extensions from being used.</string>
  1864. </property>
  1865. <property name="title">
  1866. <string>CPU Extensions</string>
  1867. </property>
  1868. <widget class="QCheckBox" name="enableSSECheckBox">
  1869. <property name="geometry">
  1870. <rect>
  1871. <x>100</x>
  1872. <y>20</y>
  1873. <width>71</width>
  1874. <height>31</height>
  1875. </rect>
  1876. </property>
  1877. <property name="text">
  1878. <string>SSE</string>
  1879. </property>
  1880. <property name="checked">
  1881. <bool>true</bool>
  1882. </property>
  1883. </widget>
  1884. <widget class="QCheckBox" name="enableSSE2CheckBox">
  1885. <property name="geometry">
  1886. <rect>
  1887. <x>180</x>
  1888. <y>20</y>
  1889. <width>71</width>
  1890. <height>31</height>
  1891. </rect>
  1892. </property>
  1893. <property name="text">
  1894. <string>SSE2</string>
  1895. </property>
  1896. <property name="checked">
  1897. <bool>true</bool>
  1898. </property>
  1899. </widget>
  1900. <widget class="QCheckBox" name="enableNeonCheckBox">
  1901. <property name="geometry">
  1902. <rect>
  1903. <x>100</x>
  1904. <y>50</y>
  1905. <width>71</width>
  1906. <height>31</height>
  1907. </rect>
  1908. </property>
  1909. <property name="text">
  1910. <string>Neon</string>
  1911. </property>
  1912. <property name="checked">
  1913. <bool>true</bool>
  1914. </property>
  1915. </widget>
  1916. <widget class="QCheckBox" name="enableSSE41CheckBox">
  1917. <property name="geometry">
  1918. <rect>
  1919. <x>340</x>
  1920. <y>20</y>
  1921. <width>71</width>
  1922. <height>31</height>
  1923. </rect>
  1924. </property>
  1925. <property name="text">
  1926. <string>SSE4.1</string>
  1927. </property>
  1928. <property name="checked">
  1929. <bool>true</bool>
  1930. </property>
  1931. </widget>
  1932. <widget class="QCheckBox" name="enableSSE3CheckBox">
  1933. <property name="geometry">
  1934. <rect>
  1935. <x>260</x>
  1936. <y>20</y>
  1937. <width>71</width>
  1938. <height>31</height>
  1939. </rect>
  1940. </property>
  1941. <property name="text">
  1942. <string>SSE3</string>
  1943. </property>
  1944. <property name="checked">
  1945. <bool>true</bool>
  1946. </property>
  1947. </widget>
  1948. <widget class="QLabel" name="cpuExtDisabledLabel">
  1949. <property name="geometry">
  1950. <rect>
  1951. <x>101</x>
  1952. <y>80</y>
  1953. <width>311</width>
  1954. <height>31</height>
  1955. </rect>
  1956. </property>
  1957. <property name="text">
  1958. <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>
  1959. </property>
  1960. </widget>
  1961. </widget>
  1962. </widget>
  1963. <widget class="QWidget" name="tab_4">
  1964. <attribute name="title">
  1965. <string>Effects</string>
  1966. </attribute>
  1967. <widget class="QGroupBox" name="groupBox_5">
  1968. <property name="geometry">
  1969. <rect>
  1970. <x>10</x>
  1971. <y>100</y>
  1972. <width>511</width>
  1973. <height>241</height>
  1974. </rect>
  1975. </property>
  1976. <property name="toolTip">
  1977. <string>Specifies which effects apps can recognize. Disabling effects
  1978. can help for apps that try to use ones that are too intensive
  1979. for the system to handle.</string>
  1980. </property>
  1981. <property name="title">
  1982. <string>Enabled Effects</string>
  1983. </property>
  1984. <widget class="QCheckBox" name="enableEaxReverbCheck">
  1985. <property name="geometry">
  1986. <rect>
  1987. <x>70</x>
  1988. <y>30</y>
  1989. <width>131</width>
  1990. <height>21</height>
  1991. </rect>
  1992. </property>
  1993. <property name="text">
  1994. <string>EAX Reverb</string>
  1995. </property>
  1996. <property name="checked">
  1997. <bool>true</bool>
  1998. </property>
  1999. </widget>
  2000. <widget class="QCheckBox" name="enableStdReverbCheck">
  2001. <property name="geometry">
  2002. <rect>
  2003. <x>70</x>
  2004. <y>60</y>
  2005. <width>131</width>
  2006. <height>21</height>
  2007. </rect>
  2008. </property>
  2009. <property name="text">
  2010. <string>Standard Reverb</string>
  2011. </property>
  2012. <property name="checked">
  2013. <bool>true</bool>
  2014. </property>
  2015. </widget>
  2016. <widget class="QCheckBox" name="enableChorusCheck">
  2017. <property name="geometry">
  2018. <rect>
  2019. <x>70</x>
  2020. <y>90</y>
  2021. <width>131</width>
  2022. <height>21</height>
  2023. </rect>
  2024. </property>
  2025. <property name="text">
  2026. <string>Chorus</string>
  2027. </property>
  2028. <property name="checked">
  2029. <bool>true</bool>
  2030. </property>
  2031. </widget>
  2032. <widget class="QCheckBox" name="enableDistortionCheck">
  2033. <property name="geometry">
  2034. <rect>
  2035. <x>70</x>
  2036. <y>150</y>
  2037. <width>131</width>
  2038. <height>21</height>
  2039. </rect>
  2040. </property>
  2041. <property name="text">
  2042. <string>Distortion</string>
  2043. </property>
  2044. <property name="checked">
  2045. <bool>true</bool>
  2046. </property>
  2047. </widget>
  2048. <widget class="QCheckBox" name="enableEchoCheck">
  2049. <property name="geometry">
  2050. <rect>
  2051. <x>70</x>
  2052. <y>180</y>
  2053. <width>131</width>
  2054. <height>21</height>
  2055. </rect>
  2056. </property>
  2057. <property name="text">
  2058. <string>Echo</string>
  2059. </property>
  2060. <property name="checked">
  2061. <bool>true</bool>
  2062. </property>
  2063. </widget>
  2064. <widget class="QCheckBox" name="enableEqualizerCheck">
  2065. <property name="geometry">
  2066. <rect>
  2067. <x>320</x>
  2068. <y>30</y>
  2069. <width>131</width>
  2070. <height>21</height>
  2071. </rect>
  2072. </property>
  2073. <property name="text">
  2074. <string>Equalizer</string>
  2075. </property>
  2076. <property name="checked">
  2077. <bool>true</bool>
  2078. </property>
  2079. </widget>
  2080. <widget class="QCheckBox" name="enableFlangerCheck">
  2081. <property name="geometry">
  2082. <rect>
  2083. <x>320</x>
  2084. <y>90</y>
  2085. <width>131</width>
  2086. <height>21</height>
  2087. </rect>
  2088. </property>
  2089. <property name="text">
  2090. <string>Flanger</string>
  2091. </property>
  2092. <property name="checked">
  2093. <bool>true</bool>
  2094. </property>
  2095. </widget>
  2096. <widget class="QCheckBox" name="enableModulatorCheck">
  2097. <property name="geometry">
  2098. <rect>
  2099. <x>320</x>
  2100. <y>150</y>
  2101. <width>131</width>
  2102. <height>21</height>
  2103. </rect>
  2104. </property>
  2105. <property name="text">
  2106. <string>Ring Modulator</string>
  2107. </property>
  2108. <property name="checked">
  2109. <bool>true</bool>
  2110. </property>
  2111. </widget>
  2112. <widget class="QCheckBox" name="enableDedicatedCheck">
  2113. <property name="geometry">
  2114. <rect>
  2115. <x>320</x>
  2116. <y>180</y>
  2117. <width>131</width>
  2118. <height>21</height>
  2119. </rect>
  2120. </property>
  2121. <property name="toolTip">
  2122. <string>Enables both the Dedicated Dialog and Dedicated LFE effects
  2123. added by the ALC_EXT_DEDICATED extension.</string>
  2124. </property>
  2125. <property name="text">
  2126. <string>Dedicated ...</string>
  2127. </property>
  2128. <property name="checked">
  2129. <bool>true</bool>
  2130. </property>
  2131. </widget>
  2132. <widget class="QCheckBox" name="enableCompressorCheck">
  2133. <property name="geometry">
  2134. <rect>
  2135. <x>70</x>
  2136. <y>120</y>
  2137. <width>111</width>
  2138. <height>21</height>
  2139. </rect>
  2140. </property>
  2141. <property name="text">
  2142. <string>Compressor</string>
  2143. </property>
  2144. <property name="checked">
  2145. <bool>true</bool>
  2146. </property>
  2147. </widget>
  2148. <widget class="QCheckBox" name="enablePitchShifterCheck">
  2149. <property name="geometry">
  2150. <rect>
  2151. <x>320</x>
  2152. <y>120</y>
  2153. <width>131</width>
  2154. <height>21</height>
  2155. </rect>
  2156. </property>
  2157. <property name="text">
  2158. <string>Pitch Shifter</string>
  2159. </property>
  2160. <property name="checked">
  2161. <bool>true</bool>
  2162. </property>
  2163. </widget>
  2164. <widget class="QCheckBox" name="enableFrequencyShifterCheck">
  2165. <property name="geometry">
  2166. <rect>
  2167. <x>320</x>
  2168. <y>60</y>
  2169. <width>131</width>
  2170. <height>21</height>
  2171. </rect>
  2172. </property>
  2173. <property name="text">
  2174. <string>Frequency Shifter</string>
  2175. </property>
  2176. <property name="checked">
  2177. <bool>true</bool>
  2178. </property>
  2179. </widget>
  2180. <widget class="QCheckBox" name="enableAutowahCheck">
  2181. <property name="geometry">
  2182. <rect>
  2183. <x>70</x>
  2184. <y>210</y>
  2185. <width>131</width>
  2186. <height>21</height>
  2187. </rect>
  2188. </property>
  2189. <property name="text">
  2190. <string>Autowah</string>
  2191. </property>
  2192. <property name="checked">
  2193. <bool>true</bool>
  2194. </property>
  2195. </widget>
  2196. </widget>
  2197. <widget class="QLabel" name="label_13">
  2198. <property name="geometry">
  2199. <rect>
  2200. <x>10</x>
  2201. <y>20</y>
  2202. <width>141</width>
  2203. <height>21</height>
  2204. </rect>
  2205. </property>
  2206. <property name="text">
  2207. <string>Default Reverb Effect:</string>
  2208. </property>
  2209. <property name="alignment">
  2210. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  2211. </property>
  2212. </widget>
  2213. <widget class="QComboBox" name="defaultReverbComboBox">
  2214. <property name="geometry">
  2215. <rect>
  2216. <x>160</x>
  2217. <y>20</y>
  2218. <width>129</width>
  2219. <height>31</height>
  2220. </rect>
  2221. </property>
  2222. <property name="sizeAdjustPolicy">
  2223. <enum>QComboBox::AdjustToContents</enum>
  2224. </property>
  2225. <item>
  2226. <property name="text">
  2227. <string>None</string>
  2228. </property>
  2229. </item>
  2230. <item>
  2231. <property name="text">
  2232. <string>Generic</string>
  2233. </property>
  2234. </item>
  2235. <item>
  2236. <property name="text">
  2237. <string>PaddedCell</string>
  2238. </property>
  2239. </item>
  2240. <item>
  2241. <property name="text">
  2242. <string>Room</string>
  2243. </property>
  2244. </item>
  2245. <item>
  2246. <property name="text">
  2247. <string>Bathroom</string>
  2248. </property>
  2249. </item>
  2250. <item>
  2251. <property name="text">
  2252. <string>Livingroom</string>
  2253. </property>
  2254. </item>
  2255. <item>
  2256. <property name="text">
  2257. <string>Stoneroom</string>
  2258. </property>
  2259. </item>
  2260. <item>
  2261. <property name="text">
  2262. <string>Auditorium</string>
  2263. </property>
  2264. </item>
  2265. <item>
  2266. <property name="text">
  2267. <string>ConcertHall</string>
  2268. </property>
  2269. </item>
  2270. <item>
  2271. <property name="text">
  2272. <string>Cave</string>
  2273. </property>
  2274. </item>
  2275. <item>
  2276. <property name="text">
  2277. <string>Arena</string>
  2278. </property>
  2279. </item>
  2280. <item>
  2281. <property name="text">
  2282. <string>Hangar</string>
  2283. </property>
  2284. </item>
  2285. <item>
  2286. <property name="text">
  2287. <string>CarpetedHallway</string>
  2288. </property>
  2289. </item>
  2290. <item>
  2291. <property name="text">
  2292. <string>Hallway</string>
  2293. </property>
  2294. </item>
  2295. <item>
  2296. <property name="text">
  2297. <string>StoneCorridor</string>
  2298. </property>
  2299. </item>
  2300. <item>
  2301. <property name="text">
  2302. <string>Alley</string>
  2303. </property>
  2304. </item>
  2305. <item>
  2306. <property name="text">
  2307. <string>Forest</string>
  2308. </property>
  2309. </item>
  2310. <item>
  2311. <property name="text">
  2312. <string>City</string>
  2313. </property>
  2314. </item>
  2315. <item>
  2316. <property name="text">
  2317. <string>Mountains</string>
  2318. </property>
  2319. </item>
  2320. <item>
  2321. <property name="text">
  2322. <string>Quarry</string>
  2323. </property>
  2324. </item>
  2325. <item>
  2326. <property name="text">
  2327. <string>Plain</string>
  2328. </property>
  2329. </item>
  2330. <item>
  2331. <property name="text">
  2332. <string>ParkingLot</string>
  2333. </property>
  2334. </item>
  2335. <item>
  2336. <property name="text">
  2337. <string>SewerPipe</string>
  2338. </property>
  2339. </item>
  2340. <item>
  2341. <property name="text">
  2342. <string>Underwater</string>
  2343. </property>
  2344. </item>
  2345. <item>
  2346. <property name="text">
  2347. <string>Drugged</string>
  2348. </property>
  2349. </item>
  2350. <item>
  2351. <property name="text">
  2352. <string>Dizzy</string>
  2353. </property>
  2354. </item>
  2355. <item>
  2356. <property name="text">
  2357. <string>Psychotic</string>
  2358. </property>
  2359. </item>
  2360. </widget>
  2361. </widget>
  2362. </widget>
  2363. <widget class="QPushButton" name="closeCancelButton">
  2364. <property name="geometry">
  2365. <rect>
  2366. <x>370</x>
  2367. <y>405</y>
  2368. <width>91</width>
  2369. <height>21</height>
  2370. </rect>
  2371. </property>
  2372. <property name="text">
  2373. <string>Cancel</string>
  2374. </property>
  2375. <property name="icon">
  2376. <iconset theme="window-close">
  2377. <normaloff/>
  2378. </iconset>
  2379. </property>
  2380. </widget>
  2381. </widget>
  2382. <widget class="QMenuBar" name="menuBar">
  2383. <property name="geometry">
  2384. <rect>
  2385. <x>0</x>
  2386. <y>0</y>
  2387. <width>564</width>
  2388. <height>29</height>
  2389. </rect>
  2390. </property>
  2391. <widget class="QMenu" name="menuFile">
  2392. <property name="title">
  2393. <string>&amp;File</string>
  2394. </property>
  2395. <addaction name="actionLoad"/>
  2396. <addaction name="actionSave_As"/>
  2397. <addaction name="separator"/>
  2398. <addaction name="actionQuit"/>
  2399. </widget>
  2400. <widget class="QMenu" name="menuHelp">
  2401. <property name="title">
  2402. <string>&amp;Help</string>
  2403. </property>
  2404. <addaction name="actionAbout"/>
  2405. </widget>
  2406. <addaction name="menuFile"/>
  2407. <addaction name="menuHelp"/>
  2408. </widget>
  2409. <action name="actionQuit">
  2410. <property name="icon">
  2411. <iconset theme="application-exit">
  2412. <normaloff/>
  2413. </iconset>
  2414. </property>
  2415. <property name="text">
  2416. <string>&amp;Quit</string>
  2417. </property>
  2418. </action>
  2419. <action name="actionSave_As">
  2420. <property name="icon">
  2421. <iconset theme="document-save-as">
  2422. <normaloff/>
  2423. </iconset>
  2424. </property>
  2425. <property name="text">
  2426. <string>Save &amp;As...</string>
  2427. </property>
  2428. <property name="toolTip">
  2429. <string>Save Configuration As</string>
  2430. </property>
  2431. </action>
  2432. <action name="actionLoad">
  2433. <property name="icon">
  2434. <iconset theme="document-open">
  2435. <normaloff/>
  2436. </iconset>
  2437. </property>
  2438. <property name="text">
  2439. <string>&amp;Load...</string>
  2440. </property>
  2441. <property name="toolTip">
  2442. <string>Load Configuration File</string>
  2443. </property>
  2444. </action>
  2445. <action name="actionAbout">
  2446. <property name="text">
  2447. <string>&amp;About...</string>
  2448. </property>
  2449. </action>
  2450. </widget>
  2451. <layoutdefault spacing="6" margin="11"/>
  2452. <resources/>
  2453. <connections>
  2454. <connection>
  2455. <sender>actionQuit</sender>
  2456. <signal>activated()</signal>
  2457. <receiver>MainWindow</receiver>
  2458. <slot>close()</slot>
  2459. <hints>
  2460. <hint type="sourcelabel">
  2461. <x>-1</x>
  2462. <y>-1</y>
  2463. </hint>
  2464. <hint type="destinationlabel">
  2465. <x>267</x>
  2466. <y>181</y>
  2467. </hint>
  2468. </hints>
  2469. </connection>
  2470. <connection>
  2471. <sender>backendListWidget</sender>
  2472. <signal>currentRowChanged(int)</signal>
  2473. <receiver>backendStackedWidget</receiver>
  2474. <slot>setCurrentIndex(int)</slot>
  2475. <hints>
  2476. <hint type="sourcelabel">
  2477. <x>69</x>
  2478. <y>233</y>
  2479. </hint>
  2480. <hint type="destinationlabel">
  2481. <x>329</x>
  2482. <y>232</y>
  2483. </hint>
  2484. </hints>
  2485. </connection>
  2486. </connections>
  2487. <slots>
  2488. <slot>ShowHRTFContextMenu(QPoint)</slot>
  2489. </slots>
  2490. </ui>