Collection of tools useful for audio production
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.

2168 lines
76KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CadenceMainW</class>
  4. <widget class="QMainWindow" name="CadenceMainW">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>753</width>
  10. <height>581</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Cadence</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QHBoxLayout" name="horizontalLayout">
  18. <item>
  19. <widget class="QTabWidget" name="tabWidget">
  20. <property name="currentIndex">
  21. <number>0</number>
  22. </property>
  23. <widget class="QWidget" name="tab_system">
  24. <attribute name="title">
  25. <string>System</string>
  26. </attribute>
  27. <layout class="QGridLayout" name="gridLayout_4">
  28. <item row="0" column="0" colspan="3">
  29. <widget class="QLabel" name="label_welcome">
  30. <property name="font">
  31. <font>
  32. <pointsize>9</pointsize>
  33. <weight>75</weight>
  34. <bold>true</bold>
  35. </font>
  36. </property>
  37. <property name="text">
  38. <string>Welcome to Cadence</string>
  39. </property>
  40. <property name="alignment">
  41. <set>Qt::AlignCenter</set>
  42. </property>
  43. </widget>
  44. </item>
  45. <item row="2" column="0">
  46. <layout class="QVBoxLayout" name="verticalLayout_10">
  47. <item>
  48. <widget class="QGroupBox" name="groupBox_info">
  49. <property name="title">
  50. <string>System Infomation</string>
  51. </property>
  52. <layout class="QGridLayout" name="gridLayout">
  53. <item row="0" column="0">
  54. <widget class="QLabel" name="label_info_os_L">
  55. <property name="text">
  56. <string>Operating System:</string>
  57. </property>
  58. <property name="alignment">
  59. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  60. </property>
  61. </widget>
  62. </item>
  63. <item row="0" column="1">
  64. <widget class="QLabel" name="label_info_os">
  65. <property name="text">
  66. <string>TextLabel</string>
  67. </property>
  68. </widget>
  69. </item>
  70. <item row="1" column="0">
  71. <widget class="QLabel" name="label_info_version_L">
  72. <property name="text">
  73. <string>Kernel/Version:</string>
  74. </property>
  75. <property name="alignment">
  76. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  77. </property>
  78. </widget>
  79. </item>
  80. <item row="1" column="1">
  81. <widget class="QLabel" name="label_info_version">
  82. <property name="text">
  83. <string>TextLabel</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item row="2" column="0">
  88. <widget class="QLabel" name="label_info_arch_L">
  89. <property name="text">
  90. <string>Architecture:</string>
  91. </property>
  92. <property name="alignment">
  93. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  94. </property>
  95. </widget>
  96. </item>
  97. <item row="2" column="1">
  98. <widget class="QLabel" name="label_info_arch">
  99. <property name="text">
  100. <string>TextLabel</string>
  101. </property>
  102. </widget>
  103. </item>
  104. </layout>
  105. </widget>
  106. </item>
  107. <item>
  108. <widget class="QGroupBox" name="groupBox_checks">
  109. <property name="sizePolicy">
  110. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  111. <horstretch>0</horstretch>
  112. <verstretch>0</verstretch>
  113. </sizepolicy>
  114. </property>
  115. <property name="title">
  116. <string>System Checks</string>
  117. </property>
  118. <layout class="QGridLayout" name="gridLayout_3">
  119. <item row="0" column="1">
  120. <widget class="QLabel" name="label_check_helper2">
  121. <property name="text">
  122. <string/>
  123. </property>
  124. <property name="pixmap">
  125. <pixmap resource="../../resources/resources.qrc">:/16x16/dialog-information.png</pixmap>
  126. </property>
  127. <property name="alignment">
  128. <set>Qt::AlignCenter</set>
  129. </property>
  130. </widget>
  131. </item>
  132. <item row="0" column="2">
  133. <widget class="QLabel" name="label_check_helper3">
  134. <property name="sizePolicy">
  135. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  136. <horstretch>0</horstretch>
  137. <verstretch>0</verstretch>
  138. </sizepolicy>
  139. </property>
  140. <property name="text">
  141. <string>Result</string>
  142. </property>
  143. </widget>
  144. </item>
  145. <item row="0" column="0">
  146. <widget class="QLabel" name="label_check_helper1">
  147. <property name="sizePolicy">
  148. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  149. <horstretch>0</horstretch>
  150. <verstretch>0</verstretch>
  151. </sizepolicy>
  152. </property>
  153. <property name="text">
  154. <string>Test Name:</string>
  155. </property>
  156. <property name="alignment">
  157. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  158. </property>
  159. </widget>
  160. </item>
  161. <item row="1" column="0" colspan="3">
  162. <widget class="Line" name="line_4">
  163. <property name="orientation">
  164. <enum>Qt::Horizontal</enum>
  165. </property>
  166. </widget>
  167. </item>
  168. </layout>
  169. </widget>
  170. </item>
  171. <item>
  172. <spacer name="verticalSpacer_3">
  173. <property name="orientation">
  174. <enum>Qt::Vertical</enum>
  175. </property>
  176. <property name="sizeHint" stdset="0">
  177. <size>
  178. <width>20</width>
  179. <height>40</height>
  180. </size>
  181. </property>
  182. </spacer>
  183. </item>
  184. </layout>
  185. </item>
  186. <item row="2" column="2">
  187. <layout class="QVBoxLayout" name="verticalLayout_12">
  188. <item>
  189. <widget class="QGroupBox" name="groupBox_jack">
  190. <property name="title">
  191. <string>JACK Status</string>
  192. </property>
  193. <layout class="QVBoxLayout" name="verticalLayout_9">
  194. <item>
  195. <widget class="QWidget" name="widget" native="true">
  196. <layout class="QGridLayout" name="gridLayout_2">
  197. <item row="0" column="1">
  198. <widget class="QLabel" name="label_jack_status_ico">
  199. <property name="text">
  200. <string/>
  201. </property>
  202. <property name="pixmap">
  203. <pixmap resource="../../resources/resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  204. </property>
  205. </widget>
  206. </item>
  207. <item row="5" column="0">
  208. <widget class="QLabel" name="label_jack_srate_L">
  209. <property name="sizePolicy">
  210. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  211. <horstretch>0</horstretch>
  212. <verstretch>0</verstretch>
  213. </sizepolicy>
  214. </property>
  215. <property name="text">
  216. <string>Sample Rate:</string>
  217. </property>
  218. <property name="alignment">
  219. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  220. </property>
  221. </widget>
  222. </item>
  223. <item row="2" column="0">
  224. <widget class="QLabel" name="label_jack_dsp_L">
  225. <property name="sizePolicy">
  226. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  227. <horstretch>0</horstretch>
  228. <verstretch>0</verstretch>
  229. </sizepolicy>
  230. </property>
  231. <property name="text">
  232. <string>DSP Load:</string>
  233. </property>
  234. <property name="alignment">
  235. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  236. </property>
  237. </widget>
  238. </item>
  239. <item row="1" column="2">
  240. <widget class="QLabel" name="label_jack_realtime">
  241. <property name="sizePolicy">
  242. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  243. <horstretch>0</horstretch>
  244. <verstretch>0</verstretch>
  245. </sizepolicy>
  246. </property>
  247. <property name="text">
  248. <string>TextLabel</string>
  249. </property>
  250. </widget>
  251. </item>
  252. <item row="1" column="0">
  253. <widget class="QLabel" name="label_jack_realtime_L">
  254. <property name="sizePolicy">
  255. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  256. <horstretch>0</horstretch>
  257. <verstretch>0</verstretch>
  258. </sizepolicy>
  259. </property>
  260. <property name="text">
  261. <string>Realtime:</string>
  262. </property>
  263. <property name="alignment">
  264. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  265. </property>
  266. </widget>
  267. </item>
  268. <item row="1" column="1">
  269. <widget class="QLabel" name="label_jack_realtime_ico">
  270. <property name="text">
  271. <string/>
  272. </property>
  273. <property name="pixmap">
  274. <pixmap resource="../../resources/resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  275. </property>
  276. <property name="alignment">
  277. <set>Qt::AlignCenter</set>
  278. </property>
  279. </widget>
  280. </item>
  281. <item row="4" column="0">
  282. <widget class="QLabel" name="label_jack_bufsize_L">
  283. <property name="sizePolicy">
  284. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  285. <horstretch>0</horstretch>
  286. <verstretch>0</verstretch>
  287. </sizepolicy>
  288. </property>
  289. <property name="text">
  290. <string>Buffer Size:</string>
  291. </property>
  292. <property name="alignment">
  293. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  294. </property>
  295. </widget>
  296. </item>
  297. <item row="2" column="1" colspan="2">
  298. <widget class="QLabel" name="label_jack_dsp">
  299. <property name="text">
  300. <string>TextLabel</string>
  301. </property>
  302. </widget>
  303. </item>
  304. <item row="3" column="0">
  305. <widget class="QLabel" name="label_jack_xruns_L">
  306. <property name="sizePolicy">
  307. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  308. <horstretch>0</horstretch>
  309. <verstretch>0</verstretch>
  310. </sizepolicy>
  311. </property>
  312. <property name="text">
  313. <string>Xruns:</string>
  314. </property>
  315. <property name="alignment">
  316. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  317. </property>
  318. </widget>
  319. </item>
  320. <item row="0" column="2">
  321. <widget class="QLabel" name="label_jack_status">
  322. <property name="sizePolicy">
  323. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  324. <horstretch>0</horstretch>
  325. <verstretch>0</verstretch>
  326. </sizepolicy>
  327. </property>
  328. <property name="text">
  329. <string>TextLabel</string>
  330. </property>
  331. </widget>
  332. </item>
  333. <item row="0" column="0">
  334. <widget class="QLabel" name="label_jack_status_L">
  335. <property name="sizePolicy">
  336. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  337. <horstretch>0</horstretch>
  338. <verstretch>0</verstretch>
  339. </sizepolicy>
  340. </property>
  341. <property name="text">
  342. <string>Server Status:</string>
  343. </property>
  344. <property name="alignment">
  345. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  346. </property>
  347. </widget>
  348. </item>
  349. <item row="6" column="0">
  350. <widget class="QLabel" name="label_jack_latency_L">
  351. <property name="sizePolicy">
  352. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  353. <horstretch>0</horstretch>
  354. <verstretch>0</verstretch>
  355. </sizepolicy>
  356. </property>
  357. <property name="text">
  358. <string>Latency:</string>
  359. </property>
  360. <property name="alignment">
  361. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  362. </property>
  363. </widget>
  364. </item>
  365. <item row="3" column="1" colspan="2">
  366. <widget class="QLabel" name="label_jack_xruns">
  367. <property name="text">
  368. <string>TextLabel</string>
  369. </property>
  370. </widget>
  371. </item>
  372. <item row="4" column="1" colspan="2">
  373. <widget class="QLabel" name="label_jack_bfsize">
  374. <property name="text">
  375. <string>TextLabel</string>
  376. </property>
  377. </widget>
  378. </item>
  379. <item row="5" column="1" colspan="2">
  380. <widget class="QLabel" name="label_jack_srate">
  381. <property name="text">
  382. <string>TextLabel</string>
  383. </property>
  384. </widget>
  385. </item>
  386. <item row="6" column="1" colspan="2">
  387. <widget class="QLabel" name="label_jack_latency">
  388. <property name="text">
  389. <string>TextLabel</string>
  390. </property>
  391. </widget>
  392. </item>
  393. </layout>
  394. </widget>
  395. </item>
  396. <item>
  397. <widget class="Line" name="line_2">
  398. <property name="orientation">
  399. <enum>Qt::Horizontal</enum>
  400. </property>
  401. </widget>
  402. </item>
  403. <item>
  404. <layout class="QHBoxLayout" name="horizontalLayout_5">
  405. <item>
  406. <widget class="QPushButton" name="b_jack_start">
  407. <property name="text">
  408. <string>Start</string>
  409. </property>
  410. </widget>
  411. </item>
  412. <item>
  413. <widget class="QPushButton" name="b_jack_stop">
  414. <property name="text">
  415. <string>Stop</string>
  416. </property>
  417. </widget>
  418. </item>
  419. <item>
  420. <widget class="QPushButton" name="b_jack_restart">
  421. <property name="text">
  422. <string>Force Restart</string>
  423. </property>
  424. </widget>
  425. </item>
  426. <item>
  427. <widget class="QPushButton" name="b_jack_configure">
  428. <property name="text">
  429. <string>Configure</string>
  430. </property>
  431. </widget>
  432. </item>
  433. </layout>
  434. </item>
  435. <item>
  436. <layout class="QHBoxLayout" name="horizontalLayout_6">
  437. <item>
  438. <spacer name="horizontalSpacer_4">
  439. <property name="orientation">
  440. <enum>Qt::Horizontal</enum>
  441. </property>
  442. <property name="sizeHint" stdset="0">
  443. <size>
  444. <width>40</width>
  445. <height>20</height>
  446. </size>
  447. </property>
  448. </spacer>
  449. </item>
  450. <item>
  451. <widget class="QCheckBox" name="cb_jack_autostart">
  452. <property name="text">
  453. <string>Auto-start JACK at login</string>
  454. </property>
  455. </widget>
  456. </item>
  457. <item>
  458. <widget class="QToolButton" name="tb_jack_options">
  459. <property name="text">
  460. <string>...</string>
  461. </property>
  462. </widget>
  463. </item>
  464. </layout>
  465. </item>
  466. </layout>
  467. </widget>
  468. </item>
  469. <item>
  470. <widget class="QGroupBox" name="groupBox_bridges">
  471. <property name="title">
  472. <string>JACK Bridges</string>
  473. </property>
  474. <layout class="QGridLayout" name="gridLayout_5">
  475. <item row="0" column="0">
  476. <widget class="QToolBox" name="toolBox_2">
  477. <widget class="QWidget" name="toolBox_alsaaudio">
  478. <property name="geometry">
  479. <rect>
  480. <x>0</x>
  481. <y>0</y>
  482. <width>343</width>
  483. <height>89</height>
  484. </rect>
  485. </property>
  486. <attribute name="label">
  487. <string>ALSA Audio</string>
  488. </attribute>
  489. <layout class="QVBoxLayout" name="verticalLayout_18">
  490. <item>
  491. <widget class="QLabel" name="label_3">
  492. <property name="text">
  493. <string>No bridge in use</string>
  494. </property>
  495. <property name="alignment">
  496. <set>Qt::AlignCenter</set>
  497. </property>
  498. </widget>
  499. </item>
  500. <item>
  501. <layout class="QHBoxLayout" name="horizontalLayout_8">
  502. <item>
  503. <spacer name="horizontalSpacer_5">
  504. <property name="orientation">
  505. <enum>Qt::Horizontal</enum>
  506. </property>
  507. <property name="sizeType">
  508. <enum>QSizePolicy::Fixed</enum>
  509. </property>
  510. <property name="sizeHint" stdset="0">
  511. <size>
  512. <width>10</width>
  513. <height>20</height>
  514. </size>
  515. </property>
  516. </spacer>
  517. </item>
  518. <item>
  519. <widget class="QPushButton" name="pushButton_3">
  520. <property name="text">
  521. <string>Start</string>
  522. </property>
  523. </widget>
  524. </item>
  525. <item>
  526. <widget class="QPushButton" name="pushButton_4">
  527. <property name="text">
  528. <string>Stop</string>
  529. </property>
  530. </widget>
  531. </item>
  532. <item>
  533. <spacer name="horizontalSpacer_6">
  534. <property name="orientation">
  535. <enum>Qt::Horizontal</enum>
  536. </property>
  537. <property name="sizeType">
  538. <enum>QSizePolicy::Fixed</enum>
  539. </property>
  540. <property name="sizeHint" stdset="0">
  541. <size>
  542. <width>10</width>
  543. <height>20</height>
  544. </size>
  545. </property>
  546. </spacer>
  547. </item>
  548. </layout>
  549. </item>
  550. <item>
  551. <layout class="QHBoxLayout" name="horizontalLayout_7">
  552. <item>
  553. <widget class="QLabel" name="label">
  554. <property name="text">
  555. <string>Bridge Type:</string>
  556. </property>
  557. <property name="alignment">
  558. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  559. </property>
  560. </widget>
  561. </item>
  562. <item>
  563. <widget class="QComboBox" name="comboBox">
  564. <item>
  565. <property name="text">
  566. <string>(None)</string>
  567. </property>
  568. </item>
  569. <item>
  570. <property name="text">
  571. <string>ALSA -&gt; JACK (Plugin)</string>
  572. </property>
  573. </item>
  574. <item>
  575. <property name="text">
  576. <string>ALSA -&gt; PulseAudio -&gt; JACK (Plugin)</string>
  577. </property>
  578. </item>
  579. <item>
  580. <property name="text">
  581. <string>ALSA -&gt; Loop -&gt; JACK</string>
  582. </property>
  583. </item>
  584. </widget>
  585. </item>
  586. <item>
  587. <widget class="QToolButton" name="toolButton_2">
  588. <property name="text">
  589. <string>...</string>
  590. </property>
  591. </widget>
  592. </item>
  593. </layout>
  594. </item>
  595. </layout>
  596. </widget>
  597. <widget class="QWidget" name="toolBox_alsamidi">
  598. <property name="geometry">
  599. <rect>
  600. <x>0</x>
  601. <y>0</y>
  602. <width>298</width>
  603. <height>81</height>
  604. </rect>
  605. </property>
  606. <attribute name="label">
  607. <string>ALSA MIDI</string>
  608. </attribute>
  609. <layout class="QVBoxLayout" name="verticalLayout_20">
  610. <item>
  611. <widget class="QLabel" name="label_4">
  612. <property name="text">
  613. <string>A2J state</string>
  614. </property>
  615. <property name="alignment">
  616. <set>Qt::AlignCenter</set>
  617. </property>
  618. </widget>
  619. </item>
  620. <item>
  621. <layout class="QHBoxLayout" name="horizontalLayout_9">
  622. <item>
  623. <spacer name="horizontalSpacer_7">
  624. <property name="orientation">
  625. <enum>Qt::Horizontal</enum>
  626. </property>
  627. <property name="sizeType">
  628. <enum>QSizePolicy::Fixed</enum>
  629. </property>
  630. <property name="sizeHint" stdset="0">
  631. <size>
  632. <width>10</width>
  633. <height>20</height>
  634. </size>
  635. </property>
  636. </spacer>
  637. </item>
  638. <item>
  639. <widget class="QPushButton" name="pushButton_5">
  640. <property name="text">
  641. <string>Start</string>
  642. </property>
  643. </widget>
  644. </item>
  645. <item>
  646. <widget class="QPushButton" name="pushButton_6">
  647. <property name="text">
  648. <string>Stop</string>
  649. </property>
  650. </widget>
  651. </item>
  652. <item>
  653. <widget class="QPushButton" name="pushButton">
  654. <property name="text">
  655. <string>Export HW...</string>
  656. </property>
  657. </widget>
  658. </item>
  659. <item>
  660. <spacer name="horizontalSpacer_8">
  661. <property name="orientation">
  662. <enum>Qt::Horizontal</enum>
  663. </property>
  664. <property name="sizeType">
  665. <enum>QSizePolicy::Fixed</enum>
  666. </property>
  667. <property name="sizeHint" stdset="0">
  668. <size>
  669. <width>10</width>
  670. <height>20</height>
  671. </size>
  672. </property>
  673. </spacer>
  674. </item>
  675. </layout>
  676. </item>
  677. <item>
  678. <layout class="QHBoxLayout" name="horizontalLayout_11">
  679. <item>
  680. <spacer name="horizontalSpacer_14">
  681. <property name="orientation">
  682. <enum>Qt::Horizontal</enum>
  683. </property>
  684. <property name="sizeHint" stdset="0">
  685. <size>
  686. <width>40</width>
  687. <height>20</height>
  688. </size>
  689. </property>
  690. </spacer>
  691. </item>
  692. <item>
  693. <widget class="QCheckBox" name="checkBox">
  694. <property name="text">
  695. <string>Auto-start at login</string>
  696. </property>
  697. </widget>
  698. </item>
  699. <item>
  700. <widget class="QToolButton" name="toolButton_3">
  701. <property name="text">
  702. <string>...</string>
  703. </property>
  704. </widget>
  705. </item>
  706. </layout>
  707. </item>
  708. </layout>
  709. </widget>
  710. <widget class="QWidget" name="toolBox_pulseaudio">
  711. <property name="geometry">
  712. <rect>
  713. <x>0</x>
  714. <y>0</y>
  715. <width>212</width>
  716. <height>81</height>
  717. </rect>
  718. </property>
  719. <attribute name="label">
  720. <string>PulseAudio</string>
  721. </attribute>
  722. <layout class="QVBoxLayout" name="verticalLayout_19">
  723. <item>
  724. <widget class="QLabel" name="label_5">
  725. <property name="text">
  726. <string>PulseAudio state</string>
  727. </property>
  728. <property name="alignment">
  729. <set>Qt::AlignCenter</set>
  730. </property>
  731. </widget>
  732. </item>
  733. <item>
  734. <layout class="QHBoxLayout" name="horizontalLayout_10">
  735. <item>
  736. <spacer name="horizontalSpacer_9">
  737. <property name="orientation">
  738. <enum>Qt::Horizontal</enum>
  739. </property>
  740. <property name="sizeType">
  741. <enum>QSizePolicy::Fixed</enum>
  742. </property>
  743. <property name="sizeHint" stdset="0">
  744. <size>
  745. <width>10</width>
  746. <height>20</height>
  747. </size>
  748. </property>
  749. </spacer>
  750. </item>
  751. <item>
  752. <widget class="QPushButton" name="pushButton_7">
  753. <property name="text">
  754. <string>Start</string>
  755. </property>
  756. </widget>
  757. </item>
  758. <item>
  759. <widget class="QPushButton" name="pushButton_8">
  760. <property name="text">
  761. <string>Stop</string>
  762. </property>
  763. </widget>
  764. </item>
  765. <item>
  766. <spacer name="horizontalSpacer_13">
  767. <property name="orientation">
  768. <enum>Qt::Horizontal</enum>
  769. </property>
  770. <property name="sizeType">
  771. <enum>QSizePolicy::Fixed</enum>
  772. </property>
  773. <property name="sizeHint" stdset="0">
  774. <size>
  775. <width>10</width>
  776. <height>20</height>
  777. </size>
  778. </property>
  779. </spacer>
  780. </item>
  781. </layout>
  782. </item>
  783. <item>
  784. <layout class="QHBoxLayout" name="horizontalLayout_12">
  785. <item>
  786. <spacer name="horizontalSpacer_15">
  787. <property name="orientation">
  788. <enum>Qt::Horizontal</enum>
  789. </property>
  790. <property name="sizeHint" stdset="0">
  791. <size>
  792. <width>40</width>
  793. <height>20</height>
  794. </size>
  795. </property>
  796. </spacer>
  797. </item>
  798. <item>
  799. <widget class="QCheckBox" name="checkBox_2">
  800. <property name="text">
  801. <string>Auto-start at login</string>
  802. </property>
  803. </widget>
  804. </item>
  805. <item>
  806. <widget class="QToolButton" name="toolButton_4">
  807. <property name="text">
  808. <string>...</string>
  809. </property>
  810. </widget>
  811. </item>
  812. </layout>
  813. </item>
  814. </layout>
  815. </widget>
  816. </widget>
  817. </item>
  818. </layout>
  819. </widget>
  820. </item>
  821. <item>
  822. <spacer name="verticalSpacer_4">
  823. <property name="orientation">
  824. <enum>Qt::Vertical</enum>
  825. </property>
  826. <property name="sizeType">
  827. <enum>QSizePolicy::Preferred</enum>
  828. </property>
  829. <property name="sizeHint" stdset="0">
  830. <size>
  831. <width>20</width>
  832. <height>40</height>
  833. </size>
  834. </property>
  835. </spacer>
  836. </item>
  837. </layout>
  838. </item>
  839. <item row="2" column="1">
  840. <widget class="Line" name="line">
  841. <property name="orientation">
  842. <enum>Qt::Vertical</enum>
  843. </property>
  844. </widget>
  845. </item>
  846. <item row="1" column="0" colspan="3">
  847. <widget class="Line" name="line_welcome">
  848. <property name="orientation">
  849. <enum>Qt::Horizontal</enum>
  850. </property>
  851. </widget>
  852. </item>
  853. </layout>
  854. </widget>
  855. <widget class="QWidget" name="tab_tools">
  856. <attribute name="title">
  857. <string>Tools</string>
  858. </attribute>
  859. <layout class="QVBoxLayout" name="verticalLayout_8">
  860. <item>
  861. <widget class="QLabel" name="label_tools_apps">
  862. <property name="font">
  863. <font>
  864. <pointsize>9</pointsize>
  865. <weight>75</weight>
  866. <bold>true</bold>
  867. </font>
  868. </property>
  869. <property name="text">
  870. <string>Applications</string>
  871. </property>
  872. <property name="alignment">
  873. <set>Qt::AlignCenter</set>
  874. </property>
  875. </widget>
  876. </item>
  877. <item>
  878. <widget class="Line" name="line_tools_apps">
  879. <property name="orientation">
  880. <enum>Qt::Horizontal</enum>
  881. </property>
  882. </widget>
  883. </item>
  884. <item>
  885. <layout class="QHBoxLayout" name="horizontalLayout_3">
  886. <item>
  887. <widget class="QGroupBox" name="groupBox_catia">
  888. <property name="title">
  889. <string>Catia</string>
  890. </property>
  891. <layout class="QVBoxLayout" name="verticalLayout_2">
  892. <item>
  893. <widget class="ClickableLabel" name="pic_catia">
  894. <property name="text">
  895. <string/>
  896. </property>
  897. <property name="pixmap">
  898. <pixmap resource="../../resources/resources.qrc">:/screens/catia.png</pixmap>
  899. </property>
  900. <property name="alignment">
  901. <set>Qt::AlignCenter</set>
  902. </property>
  903. </widget>
  904. </item>
  905. <item>
  906. <widget class="QLabel" name="label_tools_catia">
  907. <property name="text">
  908. <string>Catia is a nice JACK Patchbay with A2J Bridge integration</string>
  909. </property>
  910. <property name="alignment">
  911. <set>Qt::AlignCenter</set>
  912. </property>
  913. <property name="wordWrap">
  914. <bool>true</bool>
  915. </property>
  916. </widget>
  917. </item>
  918. </layout>
  919. </widget>
  920. </item>
  921. <item>
  922. <widget class="QGroupBox" name="groupBox_claudia">
  923. <property name="title">
  924. <string>Claudia</string>
  925. </property>
  926. <layout class="QVBoxLayout" name="verticalLayout_3">
  927. <item>
  928. <widget class="ClickableLabel" name="pic_claudia">
  929. <property name="text">
  930. <string/>
  931. </property>
  932. <property name="pixmap">
  933. <pixmap resource="../../resources/resources.qrc">:/screens/claudia.png</pixmap>
  934. </property>
  935. <property name="alignment">
  936. <set>Qt::AlignCenter</set>
  937. </property>
  938. </widget>
  939. </item>
  940. <item>
  941. <widget class="QLabel" name="label_tools_claudia">
  942. <property name="text">
  943. <string>Claudia is a Graphical User Interface to LADISH</string>
  944. </property>
  945. <property name="alignment">
  946. <set>Qt::AlignCenter</set>
  947. </property>
  948. <property name="wordWrap">
  949. <bool>true</bool>
  950. </property>
  951. </widget>
  952. </item>
  953. </layout>
  954. </widget>
  955. </item>
  956. <item>
  957. <widget class="QGroupBox" name="groupBox_carla">
  958. <property name="title">
  959. <string>Carla</string>
  960. </property>
  961. <layout class="QVBoxLayout" name="verticalLayout_4">
  962. <item>
  963. <widget class="ClickableLabel" name="pic_carla">
  964. <property name="text">
  965. <string/>
  966. </property>
  967. <property name="pixmap">
  968. <pixmap resource="../../resources/resources.qrc">:/screens/carla.png</pixmap>
  969. </property>
  970. <property name="alignment">
  971. <set>Qt::AlignCenter</set>
  972. </property>
  973. </widget>
  974. </item>
  975. <item>
  976. <widget class="QLabel" name="label_tools_carla">
  977. <property name="text">
  978. <string>Carla is a multi-plugin host for JACK.</string>
  979. </property>
  980. <property name="alignment">
  981. <set>Qt::AlignCenter</set>
  982. </property>
  983. <property name="wordWrap">
  984. <bool>true</bool>
  985. </property>
  986. </widget>
  987. </item>
  988. </layout>
  989. </widget>
  990. </item>
  991. </layout>
  992. </item>
  993. <item>
  994. <spacer name="verticalSpacer">
  995. <property name="orientation">
  996. <enum>Qt::Vertical</enum>
  997. </property>
  998. <property name="sizeType">
  999. <enum>QSizePolicy::Preferred</enum>
  1000. </property>
  1001. <property name="sizeHint" stdset="0">
  1002. <size>
  1003. <width>20</width>
  1004. <height>20</height>
  1005. </size>
  1006. </property>
  1007. </spacer>
  1008. </item>
  1009. <item>
  1010. <widget class="QLabel" name="label_tools_tools">
  1011. <property name="font">
  1012. <font>
  1013. <pointsize>9</pointsize>
  1014. <weight>75</weight>
  1015. <bold>true</bold>
  1016. </font>
  1017. </property>
  1018. <property name="text">
  1019. <string>Tools</string>
  1020. </property>
  1021. <property name="alignment">
  1022. <set>Qt::AlignCenter</set>
  1023. </property>
  1024. </widget>
  1025. </item>
  1026. <item>
  1027. <widget class="Line" name="line_tools_tools">
  1028. <property name="orientation">
  1029. <enum>Qt::Horizontal</enum>
  1030. </property>
  1031. </widget>
  1032. </item>
  1033. <item>
  1034. <layout class="QHBoxLayout" name="horizontalLayout_4">
  1035. <item>
  1036. <widget class="QGroupBox" name="groupBox_logs">
  1037. <property name="title">
  1038. <string>Logs</string>
  1039. </property>
  1040. <layout class="QVBoxLayout" name="verticalLayout_7">
  1041. <item>
  1042. <widget class="ClickableLabel" name="pic_logs">
  1043. <property name="text">
  1044. <string/>
  1045. </property>
  1046. <property name="pixmap">
  1047. <pixmap resource="../../resources/resources.qrc">:/screens/cadence-logs.png</pixmap>
  1048. </property>
  1049. <property name="alignment">
  1050. <set>Qt::AlignCenter</set>
  1051. </property>
  1052. </widget>
  1053. </item>
  1054. <item>
  1055. <widget class="QLabel" name="label_tools_logs">
  1056. <property name="text">
  1057. <string>View JACK, A2J and LADISH logs</string>
  1058. </property>
  1059. <property name="alignment">
  1060. <set>Qt::AlignCenter</set>
  1061. </property>
  1062. <property name="wordWrap">
  1063. <bool>true</bool>
  1064. </property>
  1065. </widget>
  1066. </item>
  1067. </layout>
  1068. </widget>
  1069. </item>
  1070. <item>
  1071. <widget class="QGroupBox" name="groupBox_render">
  1072. <property name="title">
  1073. <string>Render</string>
  1074. </property>
  1075. <layout class="QVBoxLayout" name="verticalLayout_6">
  1076. <item>
  1077. <widget class="ClickableLabel" name="pic_render">
  1078. <property name="text">
  1079. <string/>
  1080. </property>
  1081. <property name="pixmap">
  1082. <pixmap resource="../../resources/resources.qrc">:/screens/cadence-render.png</pixmap>
  1083. </property>
  1084. <property name="alignment">
  1085. <set>Qt::AlignCenter</set>
  1086. </property>
  1087. </widget>
  1088. </item>
  1089. <item>
  1090. <widget class="QLabel" name="label_tools_render">
  1091. <property name="text">
  1092. <string>Render a JACK project</string>
  1093. </property>
  1094. <property name="alignment">
  1095. <set>Qt::AlignCenter</set>
  1096. </property>
  1097. <property name="wordWrap">
  1098. <bool>true</bool>
  1099. </property>
  1100. </widget>
  1101. </item>
  1102. </layout>
  1103. </widget>
  1104. </item>
  1105. <item>
  1106. <widget class="QGroupBox" name="groupBox_xycontroller">
  1107. <property name="title">
  1108. <string>XY-Controller</string>
  1109. </property>
  1110. <layout class="QVBoxLayout" name="verticalLayout_5">
  1111. <item>
  1112. <widget class="ClickableLabel" name="pic_xycontroller">
  1113. <property name="text">
  1114. <string/>
  1115. </property>
  1116. <property name="pixmap">
  1117. <pixmap resource="../../resources/resources.qrc">:/screens/cadence-xycontroller.png</pixmap>
  1118. </property>
  1119. <property name="alignment">
  1120. <set>Qt::AlignCenter</set>
  1121. </property>
  1122. </widget>
  1123. </item>
  1124. <item>
  1125. <widget class="QLabel" name="label_tools_xycontroller">
  1126. <property name="text">
  1127. <string>Virtual XY Controller with MIDI Keyboard</string>
  1128. </property>
  1129. <property name="alignment">
  1130. <set>Qt::AlignCenter</set>
  1131. </property>
  1132. <property name="wordWrap">
  1133. <bool>true</bool>
  1134. </property>
  1135. </widget>
  1136. </item>
  1137. </layout>
  1138. </widget>
  1139. </item>
  1140. </layout>
  1141. </item>
  1142. <item>
  1143. <spacer name="verticalSpacer_2">
  1144. <property name="orientation">
  1145. <enum>Qt::Vertical</enum>
  1146. </property>
  1147. <property name="sizeHint" stdset="0">
  1148. <size>
  1149. <width>20</width>
  1150. <height>94</height>
  1151. </size>
  1152. </property>
  1153. </spacer>
  1154. </item>
  1155. </layout>
  1156. </widget>
  1157. <widget class="QWidget" name="tab_tweaks">
  1158. <attribute name="title">
  1159. <string>Tweaks</string>
  1160. </attribute>
  1161. <layout class="QVBoxLayout" name="verticalLayout_15">
  1162. <item>
  1163. <widget class="QLabel" name="label_tweaks">
  1164. <property name="font">
  1165. <font>
  1166. <pointsize>9</pointsize>
  1167. <weight>75</weight>
  1168. <bold>true</bold>
  1169. </font>
  1170. </property>
  1171. <property name="text">
  1172. <string>Tweaks</string>
  1173. </property>
  1174. <property name="alignment">
  1175. <set>Qt::AlignCenter</set>
  1176. </property>
  1177. </widget>
  1178. </item>
  1179. <item>
  1180. <widget class="Line" name="line_tweaks">
  1181. <property name="orientation">
  1182. <enum>Qt::Horizontal</enum>
  1183. </property>
  1184. </widget>
  1185. </item>
  1186. <item>
  1187. <widget class="QFrame" name="frame_tweaks_settings">
  1188. <property name="frameShape">
  1189. <enum>QFrame::StyledPanel</enum>
  1190. </property>
  1191. <property name="frameShadow">
  1192. <enum>QFrame::Raised</enum>
  1193. </property>
  1194. <layout class="QHBoxLayout" name="horizontalLayout_2">
  1195. <item>
  1196. <spacer name="horizontalSpacer">
  1197. <property name="orientation">
  1198. <enum>Qt::Horizontal</enum>
  1199. </property>
  1200. <property name="sizeHint" stdset="0">
  1201. <size>
  1202. <width>236</width>
  1203. <height>20</height>
  1204. </size>
  1205. </property>
  1206. </spacer>
  1207. </item>
  1208. <item>
  1209. <widget class="QLabel" name="label_2">
  1210. <property name="text">
  1211. <string>Settings have been changed</string>
  1212. </property>
  1213. </widget>
  1214. </item>
  1215. <item>
  1216. <spacer name="horizontalSpacer_3">
  1217. <property name="orientation">
  1218. <enum>Qt::Horizontal</enum>
  1219. </property>
  1220. <property name="sizeType">
  1221. <enum>QSizePolicy::Fixed</enum>
  1222. </property>
  1223. <property name="sizeHint" stdset="0">
  1224. <size>
  1225. <width>10</width>
  1226. <height>20</height>
  1227. </size>
  1228. </property>
  1229. </spacer>
  1230. </item>
  1231. <item>
  1232. <widget class="QPushButton" name="b_tweaks_apply_now">
  1233. <property name="text">
  1234. <string>Apply Now</string>
  1235. </property>
  1236. </widget>
  1237. </item>
  1238. <item>
  1239. <spacer name="horizontalSpacer_2">
  1240. <property name="orientation">
  1241. <enum>Qt::Horizontal</enum>
  1242. </property>
  1243. <property name="sizeHint" stdset="0">
  1244. <size>
  1245. <width>235</width>
  1246. <height>20</height>
  1247. </size>
  1248. </property>
  1249. </spacer>
  1250. </item>
  1251. </layout>
  1252. </widget>
  1253. </item>
  1254. <item>
  1255. <widget class="QSplitter" name="splitter">
  1256. <property name="sizePolicy">
  1257. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1258. <horstretch>0</horstretch>
  1259. <verstretch>0</verstretch>
  1260. </sizepolicy>
  1261. </property>
  1262. <property name="orientation">
  1263. <enum>Qt::Horizontal</enum>
  1264. </property>
  1265. <widget class="QTableWidget" name="tw_tweaks">
  1266. <property name="sizePolicy">
  1267. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  1268. <horstretch>0</horstretch>
  1269. <verstretch>0</verstretch>
  1270. </sizepolicy>
  1271. </property>
  1272. <property name="maximumSize">
  1273. <size>
  1274. <width>200</width>
  1275. <height>16777215</height>
  1276. </size>
  1277. </property>
  1278. <attribute name="horizontalHeaderVisible">
  1279. <bool>false</bool>
  1280. </attribute>
  1281. <attribute name="horizontalHeaderStretchLastSection">
  1282. <bool>true</bool>
  1283. </attribute>
  1284. <attribute name="verticalHeaderVisible">
  1285. <bool>false</bool>
  1286. </attribute>
  1287. <row>
  1288. <property name="text">
  1289. <string>audio-plugins</string>
  1290. </property>
  1291. </row>
  1292. <row>
  1293. <property name="text">
  1294. <string>default-apps</string>
  1295. </property>
  1296. </row>
  1297. <row>
  1298. <property name="text">
  1299. <string>wineasio</string>
  1300. </property>
  1301. </row>
  1302. <column>
  1303. <property name="text">
  1304. <string>name</string>
  1305. </property>
  1306. </column>
  1307. <item row="0" column="0">
  1308. <property name="text">
  1309. <string>Audio Plugins PATH</string>
  1310. </property>
  1311. <property name="textAlignment">
  1312. <set>AlignHCenter|AlignVCenter|AlignCenter</set>
  1313. </property>
  1314. <property name="flags">
  1315. <set>ItemIsSelectable|ItemIsEnabled</set>
  1316. </property>
  1317. </item>
  1318. <item row="1" column="0">
  1319. <property name="text">
  1320. <string>Default Applications</string>
  1321. </property>
  1322. <property name="textAlignment">
  1323. <set>AlignHCenter|AlignVCenter|AlignCenter</set>
  1324. </property>
  1325. <property name="flags">
  1326. <set>ItemIsSelectable|ItemIsEnabled</set>
  1327. </property>
  1328. </item>
  1329. <item row="2" column="0">
  1330. <property name="text">
  1331. <string>WineASIO</string>
  1332. </property>
  1333. <property name="textAlignment">
  1334. <set>AlignHCenter|AlignVCenter|AlignCenter</set>
  1335. </property>
  1336. <property name="flags">
  1337. <set>ItemIsSelectable|ItemIsEnabled</set>
  1338. </property>
  1339. </item>
  1340. </widget>
  1341. <widget class="QStackedWidget" name="sw_tweaks">
  1342. <property name="sizePolicy">
  1343. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1344. <horstretch>0</horstretch>
  1345. <verstretch>0</verstretch>
  1346. </sizepolicy>
  1347. </property>
  1348. <property name="currentIndex">
  1349. <number>2</number>
  1350. </property>
  1351. <widget class="QWidget" name="page_plugins">
  1352. <layout class="QGridLayout" name="gridLayout_6">
  1353. <property name="margin">
  1354. <number>0</number>
  1355. </property>
  1356. <item row="3" column="1">
  1357. <widget class="QPushButton" name="b_tweak_plugins_remove">
  1358. <property name="text">
  1359. <string>Remove</string>
  1360. </property>
  1361. </widget>
  1362. </item>
  1363. <item row="4" column="1">
  1364. <spacer name="verticalSpacer_5">
  1365. <property name="orientation">
  1366. <enum>Qt::Vertical</enum>
  1367. </property>
  1368. <property name="sizeType">
  1369. <enum>QSizePolicy::Fixed</enum>
  1370. </property>
  1371. <property name="sizeHint" stdset="0">
  1372. <size>
  1373. <width>20</width>
  1374. <height>0</height>
  1375. </size>
  1376. </property>
  1377. </spacer>
  1378. </item>
  1379. <item row="7" column="1">
  1380. <spacer name="verticalSpacer_6">
  1381. <property name="orientation">
  1382. <enum>Qt::Vertical</enum>
  1383. </property>
  1384. <property name="sizeHint" stdset="0">
  1385. <size>
  1386. <width>20</width>
  1387. <height>220</height>
  1388. </size>
  1389. </property>
  1390. </spacer>
  1391. </item>
  1392. <item row="1" column="1">
  1393. <widget class="QPushButton" name="b_tweak_plugins_add">
  1394. <property name="text">
  1395. <string>Add...</string>
  1396. </property>
  1397. </widget>
  1398. </item>
  1399. <item row="0" column="0" rowspan="8">
  1400. <widget class="QToolBox" name="tb_tweak_plugins">
  1401. <property name="currentIndex">
  1402. <number>0</number>
  1403. </property>
  1404. <widget class="QWidget" name="page_ladspa">
  1405. <property name="geometry">
  1406. <rect>
  1407. <x>0</x>
  1408. <y>0</y>
  1409. <width>94</width>
  1410. <height>76</height>
  1411. </rect>
  1412. </property>
  1413. <attribute name="label">
  1414. <string>LADSPA</string>
  1415. </attribute>
  1416. <layout class="QVBoxLayout" name="verticalLayout">
  1417. <item>
  1418. <widget class="QListWidget" name="list_LADSPA"/>
  1419. </item>
  1420. </layout>
  1421. </widget>
  1422. <widget class="QWidget" name="page_dssi">
  1423. <property name="geometry">
  1424. <rect>
  1425. <x>0</x>
  1426. <y>0</y>
  1427. <width>94</width>
  1428. <height>76</height>
  1429. </rect>
  1430. </property>
  1431. <attribute name="label">
  1432. <string>DSSI</string>
  1433. </attribute>
  1434. <layout class="QVBoxLayout" name="verticalLayout_11">
  1435. <item>
  1436. <widget class="QListWidget" name="list_DSSI"/>
  1437. </item>
  1438. </layout>
  1439. </widget>
  1440. <widget class="QWidget" name="page_lv2">
  1441. <property name="geometry">
  1442. <rect>
  1443. <x>0</x>
  1444. <y>0</y>
  1445. <width>94</width>
  1446. <height>76</height>
  1447. </rect>
  1448. </property>
  1449. <attribute name="label">
  1450. <string>LV2</string>
  1451. </attribute>
  1452. <layout class="QVBoxLayout" name="verticalLayout_13">
  1453. <item>
  1454. <widget class="QListWidget" name="list_LV2"/>
  1455. </item>
  1456. </layout>
  1457. </widget>
  1458. <widget class="QWidget" name="page_vst">
  1459. <property name="geometry">
  1460. <rect>
  1461. <x>0</x>
  1462. <y>0</y>
  1463. <width>94</width>
  1464. <height>76</height>
  1465. </rect>
  1466. </property>
  1467. <attribute name="label">
  1468. <string>VST</string>
  1469. </attribute>
  1470. <layout class="QVBoxLayout" name="verticalLayout_14">
  1471. <item>
  1472. <widget class="QListWidget" name="list_VST"/>
  1473. </item>
  1474. </layout>
  1475. </widget>
  1476. </widget>
  1477. </item>
  1478. <item row="0" column="1">
  1479. <spacer name="verticalSpacer_7">
  1480. <property name="orientation">
  1481. <enum>Qt::Vertical</enum>
  1482. </property>
  1483. <property name="sizeType">
  1484. <enum>QSizePolicy::Fixed</enum>
  1485. </property>
  1486. <property name="sizeHint" stdset="0">
  1487. <size>
  1488. <width>20</width>
  1489. <height>20</height>
  1490. </size>
  1491. </property>
  1492. </spacer>
  1493. </item>
  1494. <item row="6" column="1">
  1495. <widget class="QPushButton" name="b_tweak_plugins_reset">
  1496. <property name="text">
  1497. <string>Reset</string>
  1498. </property>
  1499. </widget>
  1500. </item>
  1501. <item row="2" column="1">
  1502. <widget class="QPushButton" name="b_tweak_plugins_change">
  1503. <property name="text">
  1504. <string>Change...</string>
  1505. </property>
  1506. </widget>
  1507. </item>
  1508. </layout>
  1509. </widget>
  1510. <widget class="QWidget" name="page_apps">
  1511. <layout class="QGridLayout" name="gridLayout_7">
  1512. <property name="verticalSpacing">
  1513. <number>20</number>
  1514. </property>
  1515. <property name="margin">
  1516. <number>0</number>
  1517. </property>
  1518. <item row="1" column="0">
  1519. <widget class="QCheckBox" name="ch_app_image">
  1520. <property name="text">
  1521. <string>Image Viewer</string>
  1522. </property>
  1523. </widget>
  1524. </item>
  1525. <item row="3" column="1">
  1526. <widget class="QComboBox" name="cb_app_video">
  1527. <property name="enabled">
  1528. <bool>false</bool>
  1529. </property>
  1530. <property name="sizePolicy">
  1531. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  1532. <horstretch>0</horstretch>
  1533. <verstretch>0</verstretch>
  1534. </sizepolicy>
  1535. </property>
  1536. </widget>
  1537. </item>
  1538. <item row="4" column="0">
  1539. <widget class="QCheckBox" name="ch_app_text">
  1540. <property name="text">
  1541. <string>Text Editor</string>
  1542. </property>
  1543. </widget>
  1544. </item>
  1545. <item row="4" column="1">
  1546. <widget class="QComboBox" name="cb_app_text">
  1547. <property name="enabled">
  1548. <bool>false</bool>
  1549. </property>
  1550. <property name="sizePolicy">
  1551. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  1552. <horstretch>0</horstretch>
  1553. <verstretch>0</verstretch>
  1554. </sizepolicy>
  1555. </property>
  1556. </widget>
  1557. </item>
  1558. <item row="3" column="0">
  1559. <widget class="QCheckBox" name="ch_app_video">
  1560. <property name="text">
  1561. <string>Video Player</string>
  1562. </property>
  1563. </widget>
  1564. </item>
  1565. <item row="5" column="1">
  1566. <widget class="QComboBox" name="cb_app_browser">
  1567. <property name="enabled">
  1568. <bool>false</bool>
  1569. </property>
  1570. <property name="sizePolicy">
  1571. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  1572. <horstretch>0</horstretch>
  1573. <verstretch>0</verstretch>
  1574. </sizepolicy>
  1575. </property>
  1576. </widget>
  1577. </item>
  1578. <item row="2" column="0">
  1579. <widget class="QCheckBox" name="ch_app_music">
  1580. <property name="text">
  1581. <string>Music Player</string>
  1582. </property>
  1583. </widget>
  1584. </item>
  1585. <item row="2" column="1">
  1586. <widget class="QComboBox" name="cb_app_music">
  1587. <property name="enabled">
  1588. <bool>false</bool>
  1589. </property>
  1590. <property name="sizePolicy">
  1591. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  1592. <horstretch>0</horstretch>
  1593. <verstretch>0</verstretch>
  1594. </sizepolicy>
  1595. </property>
  1596. </widget>
  1597. </item>
  1598. <item row="5" column="0">
  1599. <widget class="QCheckBox" name="ch_app_browser">
  1600. <property name="text">
  1601. <string>Web Browser</string>
  1602. </property>
  1603. </widget>
  1604. </item>
  1605. <item row="6" column="1">
  1606. <spacer name="verticalSpacer_8">
  1607. <property name="orientation">
  1608. <enum>Qt::Vertical</enum>
  1609. </property>
  1610. <property name="sizeHint" stdset="0">
  1611. <size>
  1612. <width>20</width>
  1613. <height>114</height>
  1614. </size>
  1615. </property>
  1616. </spacer>
  1617. </item>
  1618. <item row="1" column="1">
  1619. <widget class="QComboBox" name="cb_app_image">
  1620. <property name="enabled">
  1621. <bool>false</bool>
  1622. </property>
  1623. <property name="sizePolicy">
  1624. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  1625. <horstretch>0</horstretch>
  1626. <verstretch>0</verstretch>
  1627. </sizepolicy>
  1628. </property>
  1629. </widget>
  1630. </item>
  1631. <item row="0" column="1">
  1632. <spacer name="verticalSpacer_9">
  1633. <property name="orientation">
  1634. <enum>Qt::Vertical</enum>
  1635. </property>
  1636. <property name="sizeType">
  1637. <enum>QSizePolicy::Fixed</enum>
  1638. </property>
  1639. <property name="sizeHint" stdset="0">
  1640. <size>
  1641. <width>20</width>
  1642. <height>20</height>
  1643. </size>
  1644. </property>
  1645. </spacer>
  1646. </item>
  1647. <item row="0" column="2" rowspan="7">
  1648. <widget class="QFrame" name="frame_app">
  1649. <property name="minimumSize">
  1650. <size>
  1651. <width>156</width>
  1652. <height>0</height>
  1653. </size>
  1654. </property>
  1655. <property name="maximumSize">
  1656. <size>
  1657. <width>156</width>
  1658. <height>16777215</height>
  1659. </size>
  1660. </property>
  1661. <property name="frameShape">
  1662. <enum>QFrame::StyledPanel</enum>
  1663. </property>
  1664. <property name="frameShadow">
  1665. <enum>QFrame::Raised</enum>
  1666. </property>
  1667. <layout class="QVBoxLayout" name="verticalLayout_16">
  1668. <item>
  1669. <widget class="QLabel" name="ico_app">
  1670. <property name="minimumSize">
  1671. <size>
  1672. <width>48</width>
  1673. <height>48</height>
  1674. </size>
  1675. </property>
  1676. <property name="text">
  1677. <string/>
  1678. </property>
  1679. <property name="pixmap">
  1680. <pixmap resource="../../resources/resources.qrc">:/48x48/exec.png</pixmap>
  1681. </property>
  1682. <property name="alignment">
  1683. <set>Qt::AlignHCenter|Qt::AlignTop</set>
  1684. </property>
  1685. </widget>
  1686. </item>
  1687. <item>
  1688. <widget class="QLabel" name="label_app_name">
  1689. <property name="text">
  1690. <string>[App Name]</string>
  1691. </property>
  1692. <property name="alignment">
  1693. <set>Qt::AlignBottom|Qt::AlignHCenter</set>
  1694. </property>
  1695. </widget>
  1696. </item>
  1697. <item>
  1698. <widget class="Line" name="line_3">
  1699. <property name="orientation">
  1700. <enum>Qt::Horizontal</enum>
  1701. </property>
  1702. </widget>
  1703. </item>
  1704. <item>
  1705. <widget class="QLabel" name="label_app_comment">
  1706. <property name="text">
  1707. <string>[App Comment]</string>
  1708. </property>
  1709. <property name="alignment">
  1710. <set>Qt::AlignHCenter|Qt::AlignTop</set>
  1711. </property>
  1712. <property name="wordWrap">
  1713. <bool>true</bool>
  1714. </property>
  1715. </widget>
  1716. </item>
  1717. <item>
  1718. <spacer name="verticalSpacer_10">
  1719. <property name="orientation">
  1720. <enum>Qt::Vertical</enum>
  1721. </property>
  1722. <property name="sizeHint" stdset="0">
  1723. <size>
  1724. <width>20</width>
  1725. <height>287</height>
  1726. </size>
  1727. </property>
  1728. </spacer>
  1729. </item>
  1730. </layout>
  1731. </widget>
  1732. </item>
  1733. </layout>
  1734. </widget>
  1735. <widget class="QWidget" name="page_wineasio">
  1736. <layout class="QVBoxLayout" name="verticalLayout_17">
  1737. <property name="margin">
  1738. <number>0</number>
  1739. </property>
  1740. <item>
  1741. <widget class="QGroupBox" name="groupBox_7">
  1742. <property name="title">
  1743. <string>Audio Ports</string>
  1744. </property>
  1745. <layout class="QVBoxLayout" name="verticalLayout_22">
  1746. <item>
  1747. <layout class="QHBoxLayout" name="horizontalLayout_20">
  1748. <item>
  1749. <widget class="QLabel" name="label_7">
  1750. <property name="toolTip">
  1751. <string>Number of jack ports that wineasio will try to open.
  1752. Default is 16</string>
  1753. </property>
  1754. <property name="text">
  1755. <string>Number of inputs:</string>
  1756. </property>
  1757. <property name="alignment">
  1758. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1759. </property>
  1760. </widget>
  1761. </item>
  1762. <item>
  1763. <widget class="QSpinBox" name="sb_wineasio_ins">
  1764. <property name="toolTip">
  1765. <string>Number of jack ports that wineasio will try to open.
  1766. Default is 16</string>
  1767. </property>
  1768. <property name="maximum">
  1769. <number>128</number>
  1770. </property>
  1771. <property name="singleStep">
  1772. <number>2</number>
  1773. </property>
  1774. </widget>
  1775. </item>
  1776. </layout>
  1777. </item>
  1778. <item>
  1779. <layout class="QHBoxLayout" name="horizontalLayout_19">
  1780. <item>
  1781. <widget class="QLabel" name="label_21">
  1782. <property name="toolTip">
  1783. <string>Number of jack ports that wineasio will try to open.
  1784. Default is 16</string>
  1785. </property>
  1786. <property name="text">
  1787. <string>Number of outputs:</string>
  1788. </property>
  1789. <property name="alignment">
  1790. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1791. </property>
  1792. </widget>
  1793. </item>
  1794. <item>
  1795. <widget class="QSpinBox" name="sb_wineasio_outs">
  1796. <property name="toolTip">
  1797. <string>Number of jack ports that wineasio will try to open.
  1798. Default is 16</string>
  1799. </property>
  1800. <property name="minimum">
  1801. <number>2</number>
  1802. </property>
  1803. <property name="maximum">
  1804. <number>128</number>
  1805. </property>
  1806. <property name="singleStep">
  1807. <number>2</number>
  1808. </property>
  1809. </widget>
  1810. </item>
  1811. </layout>
  1812. </item>
  1813. <item>
  1814. <layout class="QHBoxLayout" name="horizontalLayout_21">
  1815. <item>
  1816. <spacer name="horizontalSpacer_10">
  1817. <property name="orientation">
  1818. <enum>Qt::Horizontal</enum>
  1819. </property>
  1820. <property name="sizeType">
  1821. <enum>QSizePolicy::Fixed</enum>
  1822. </property>
  1823. <property name="sizeHint" stdset="0">
  1824. <size>
  1825. <width>150</width>
  1826. <height>20</height>
  1827. </size>
  1828. </property>
  1829. </spacer>
  1830. </item>
  1831. <item>
  1832. <widget class="QCheckBox" name="cb_wineasio_hw">
  1833. <property name="toolTip">
  1834. <string>Try to connect the asio channels to the
  1835. physical I/O ports on your hardware.
  1836. Default is on</string>
  1837. </property>
  1838. <property name="text">
  1839. <string>Connect to hardware</string>
  1840. </property>
  1841. </widget>
  1842. </item>
  1843. </layout>
  1844. </item>
  1845. </layout>
  1846. </widget>
  1847. </item>
  1848. <item>
  1849. <widget class="QGroupBox" name="groupBox_8">
  1850. <property name="title">
  1851. <string>JACK Options</string>
  1852. </property>
  1853. <layout class="QVBoxLayout" name="verticalLayout_23">
  1854. <item>
  1855. <layout class="QHBoxLayout" name="horizontalLayout_22">
  1856. <item>
  1857. <spacer name="horizontalSpacer_11">
  1858. <property name="orientation">
  1859. <enum>Qt::Horizontal</enum>
  1860. </property>
  1861. <property name="sizeType">
  1862. <enum>QSizePolicy::Fixed</enum>
  1863. </property>
  1864. <property name="sizeHint" stdset="0">
  1865. <size>
  1866. <width>150</width>
  1867. <height>20</height>
  1868. </size>
  1869. </property>
  1870. </spacer>
  1871. </item>
  1872. <item>
  1873. <widget class="QCheckBox" name="cb_wineasio_autostart">
  1874. <property name="toolTip">
  1875. <string>Enable wineasio to launch the jack server.
  1876. Default is off</string>
  1877. </property>
  1878. <property name="text">
  1879. <string>Autostart server</string>
  1880. </property>
  1881. </widget>
  1882. </item>
  1883. </layout>
  1884. </item>
  1885. <item>
  1886. <layout class="QHBoxLayout" name="horizontalLayout_23">
  1887. <item>
  1888. <spacer name="horizontalSpacer_12">
  1889. <property name="orientation">
  1890. <enum>Qt::Horizontal</enum>
  1891. </property>
  1892. <property name="sizeType">
  1893. <enum>QSizePolicy::Fixed</enum>
  1894. </property>
  1895. <property name="sizeHint" stdset="0">
  1896. <size>
  1897. <width>150</width>
  1898. <height>20</height>
  1899. </size>
  1900. </property>
  1901. </spacer>
  1902. </item>
  1903. <item>
  1904. <widget class="QCheckBox" name="cb_wineasio_fixed_bsize">
  1905. <property name="toolTip">
  1906. <string>When on, an asio app will be able to change the jack buffer size.
  1907. Default is off</string>
  1908. </property>
  1909. <property name="text">
  1910. <string>Fixed buffersize</string>
  1911. </property>
  1912. </widget>
  1913. </item>
  1914. </layout>
  1915. </item>
  1916. <item>
  1917. <layout class="QHBoxLayout" name="horizontalLayout_18">
  1918. <item>
  1919. <widget class="QLabel" name="label_22">
  1920. <property name="text">
  1921. <string>Preferred buffersize:</string>
  1922. </property>
  1923. <property name="alignment">
  1924. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1925. </property>
  1926. </widget>
  1927. </item>
  1928. <item>
  1929. <widget class="QComboBox" name="cb_wineasio_bsizes"/>
  1930. </item>
  1931. </layout>
  1932. </item>
  1933. </layout>
  1934. </widget>
  1935. </item>
  1936. <item>
  1937. <spacer name="verticalSpacer_11">
  1938. <property name="orientation">
  1939. <enum>Qt::Vertical</enum>
  1940. </property>
  1941. <property name="sizeHint" stdset="0">
  1942. <size>
  1943. <width>20</width>
  1944. <height>152</height>
  1945. </size>
  1946. </property>
  1947. </spacer>
  1948. </item>
  1949. </layout>
  1950. </widget>
  1951. </widget>
  1952. </widget>
  1953. </item>
  1954. </layout>
  1955. <zorder>splitter</zorder>
  1956. <zorder>label_tweaks</zorder>
  1957. <zorder>line_tweaks</zorder>
  1958. <zorder>frame_tweaks_settings</zorder>
  1959. </widget>
  1960. </widget>
  1961. </item>
  1962. </layout>
  1963. </widget>
  1964. <widget class="QMenuBar" name="menubar">
  1965. <property name="geometry">
  1966. <rect>
  1967. <x>0</x>
  1968. <y>0</y>
  1969. <width>753</width>
  1970. <height>19</height>
  1971. </rect>
  1972. </property>
  1973. <widget class="QMenu" name="menu_File">
  1974. <property name="title">
  1975. <string>&amp;File</string>
  1976. </property>
  1977. <addaction name="act_quit"/>
  1978. </widget>
  1979. <widget class="QMenu" name="menu_Tools">
  1980. <property name="title">
  1981. <string>&amp;Tools</string>
  1982. </property>
  1983. <addaction name="act_tools_catarina"/>
  1984. <addaction name="act_tools_catia"/>
  1985. <addaction name="act_tools_claudia"/>
  1986. <addaction name="act_tools_carla"/>
  1987. <addaction name="separator"/>
  1988. <addaction name="act_tools_logs"/>
  1989. <addaction name="act_tools_meter"/>
  1990. <addaction name="act_tools_render"/>
  1991. <addaction name="act_tools_xycontroller"/>
  1992. </widget>
  1993. <addaction name="menu_File"/>
  1994. <addaction name="menu_Tools"/>
  1995. </widget>
  1996. <action name="act_quit">
  1997. <property name="text">
  1998. <string>&amp;Quit</string>
  1999. </property>
  2000. </action>
  2001. <action name="act_tools_catia">
  2002. <property name="text">
  2003. <string>Catia</string>
  2004. </property>
  2005. </action>
  2006. <action name="act_tools_claudia">
  2007. <property name="text">
  2008. <string>Claudia</string>
  2009. </property>
  2010. </action>
  2011. <action name="act_tools_carla">
  2012. <property name="text">
  2013. <string>Carla</string>
  2014. </property>
  2015. </action>
  2016. <action name="act_tools_logs">
  2017. <property name="text">
  2018. <string>Logs</string>
  2019. </property>
  2020. </action>
  2021. <action name="act_tools_render">
  2022. <property name="text">
  2023. <string>Render</string>
  2024. </property>
  2025. </action>
  2026. <action name="act_tools_xycontroller">
  2027. <property name="text">
  2028. <string>XY-Controller</string>
  2029. </property>
  2030. </action>
  2031. <action name="act_tools_catarina">
  2032. <property name="text">
  2033. <string>Catarina</string>
  2034. </property>
  2035. </action>
  2036. <action name="act_tools_meter">
  2037. <property name="text">
  2038. <string>Meter</string>
  2039. </property>
  2040. </action>
  2041. </widget>
  2042. <customwidgets>
  2043. <customwidget>
  2044. <class>ClickableLabel</class>
  2045. <extends>QLabel</extends>
  2046. <header>clickablelabel.h</header>
  2047. </customwidget>
  2048. </customwidgets>
  2049. <resources>
  2050. <include location="../../resources/resources.qrc"/>
  2051. <include location="../../resources/resources.qrc"/>
  2052. </resources>
  2053. <connections>
  2054. <connection>
  2055. <sender>act_quit</sender>
  2056. <signal>triggered()</signal>
  2057. <receiver>CadenceMainW</receiver>
  2058. <slot>close()</slot>
  2059. <hints>
  2060. <hint type="sourcelabel">
  2061. <x>-1</x>
  2062. <y>-1</y>
  2063. </hint>
  2064. <hint type="destinationlabel">
  2065. <x>399</x>
  2066. <y>299</y>
  2067. </hint>
  2068. </hints>
  2069. </connection>
  2070. <connection>
  2071. <sender>tw_tweaks</sender>
  2072. <signal>currentCellChanged(int,int,int,int)</signal>
  2073. <receiver>sw_tweaks</receiver>
  2074. <slot>setCurrentIndex(int)</slot>
  2075. <hints>
  2076. <hint type="sourcelabel">
  2077. <x>121</x>
  2078. <y>359</y>
  2079. </hint>
  2080. <hint type="destinationlabel">
  2081. <x>707</x>
  2082. <y>136</y>
  2083. </hint>
  2084. </hints>
  2085. </connection>
  2086. <connection>
  2087. <sender>ch_app_image</sender>
  2088. <signal>clicked(bool)</signal>
  2089. <receiver>cb_app_image</receiver>
  2090. <slot>setEnabled(bool)</slot>
  2091. <hints>
  2092. <hint type="sourcelabel">
  2093. <x>260</x>
  2094. <y>184</y>
  2095. </hint>
  2096. <hint type="destinationlabel">
  2097. <x>365</x>
  2098. <y>185</y>
  2099. </hint>
  2100. </hints>
  2101. </connection>
  2102. <connection>
  2103. <sender>ch_app_music</sender>
  2104. <signal>clicked(bool)</signal>
  2105. <receiver>cb_app_music</receiver>
  2106. <slot>setEnabled(bool)</slot>
  2107. <hints>
  2108. <hint type="sourcelabel">
  2109. <x>279</x>
  2110. <y>222</y>
  2111. </hint>
  2112. <hint type="destinationlabel">
  2113. <x>346</x>
  2114. <y>223</y>
  2115. </hint>
  2116. </hints>
  2117. </connection>
  2118. <connection>
  2119. <sender>ch_app_video</sender>
  2120. <signal>clicked(bool)</signal>
  2121. <receiver>cb_app_video</receiver>
  2122. <slot>setEnabled(bool)</slot>
  2123. <hints>
  2124. <hint type="sourcelabel">
  2125. <x>289</x>
  2126. <y>271</y>
  2127. </hint>
  2128. <hint type="destinationlabel">
  2129. <x>363</x>
  2130. <y>270</y>
  2131. </hint>
  2132. </hints>
  2133. </connection>
  2134. <connection>
  2135. <sender>ch_app_text</sender>
  2136. <signal>clicked(bool)</signal>
  2137. <receiver>cb_app_text</receiver>
  2138. <slot>setEnabled(bool)</slot>
  2139. <hints>
  2140. <hint type="sourcelabel">
  2141. <x>292</x>
  2142. <y>311</y>
  2143. </hint>
  2144. <hint type="destinationlabel">
  2145. <x>349</x>
  2146. <y>311</y>
  2147. </hint>
  2148. </hints>
  2149. </connection>
  2150. <connection>
  2151. <sender>ch_app_browser</sender>
  2152. <signal>clicked(bool)</signal>
  2153. <receiver>cb_app_browser</receiver>
  2154. <slot>setEnabled(bool)</slot>
  2155. <hints>
  2156. <hint type="sourcelabel">
  2157. <x>292</x>
  2158. <y>351</y>
  2159. </hint>
  2160. <hint type="destinationlabel">
  2161. <x>409</x>
  2162. <y>347</y>
  2163. </hint>
  2164. </hints>
  2165. </connection>
  2166. </connections>
  2167. </ui>