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.

2177 lines
77KB

  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>579</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. <property name="margin">
  476. <number>2</number>
  477. </property>
  478. <item row="0" column="0">
  479. <widget class="QToolBox" name="toolBox_2">
  480. <widget class="QWidget" name="toolBox_alsaaudio">
  481. <property name="geometry">
  482. <rect>
  483. <x>0</x>
  484. <y>0</y>
  485. <width>351</width>
  486. <height>117</height>
  487. </rect>
  488. </property>
  489. <attribute name="label">
  490. <string>ALSA Audio</string>
  491. </attribute>
  492. <layout class="QVBoxLayout" name="verticalLayout_18">
  493. <property name="leftMargin">
  494. <number>2</number>
  495. </property>
  496. <property name="topMargin">
  497. <number>0</number>
  498. </property>
  499. <property name="rightMargin">
  500. <number>2</number>
  501. </property>
  502. <property name="bottomMargin">
  503. <number>2</number>
  504. </property>
  505. <item>
  506. <widget class="QLabel" name="label_bridge_alsa">
  507. <property name="text">
  508. <string>No bridge in use</string>
  509. </property>
  510. <property name="alignment">
  511. <set>Qt::AlignCenter</set>
  512. </property>
  513. </widget>
  514. </item>
  515. <item>
  516. <layout class="QHBoxLayout" name="horizontalLayout_8">
  517. <item>
  518. <spacer name="horizontalSpacer_5">
  519. <property name="orientation">
  520. <enum>Qt::Horizontal</enum>
  521. </property>
  522. <property name="sizeType">
  523. <enum>QSizePolicy::Fixed</enum>
  524. </property>
  525. <property name="sizeHint" stdset="0">
  526. <size>
  527. <width>10</width>
  528. <height>20</height>
  529. </size>
  530. </property>
  531. </spacer>
  532. </item>
  533. <item>
  534. <widget class="QPushButton" name="b_alsa_start">
  535. <property name="text">
  536. <string>Start</string>
  537. </property>
  538. </widget>
  539. </item>
  540. <item>
  541. <widget class="QPushButton" name="b_alsa_stop">
  542. <property name="text">
  543. <string>Stop</string>
  544. </property>
  545. </widget>
  546. </item>
  547. <item>
  548. <spacer name="horizontalSpacer_6">
  549. <property name="orientation">
  550. <enum>Qt::Horizontal</enum>
  551. </property>
  552. <property name="sizeType">
  553. <enum>QSizePolicy::Fixed</enum>
  554. </property>
  555. <property name="sizeHint" stdset="0">
  556. <size>
  557. <width>10</width>
  558. <height>20</height>
  559. </size>
  560. </property>
  561. </spacer>
  562. </item>
  563. </layout>
  564. </item>
  565. <item>
  566. <layout class="QHBoxLayout" name="horizontalLayout_7">
  567. <item>
  568. <widget class="QLabel" name="label">
  569. <property name="text">
  570. <string>Bridge Type:</string>
  571. </property>
  572. <property name="alignment">
  573. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  574. </property>
  575. </widget>
  576. </item>
  577. <item>
  578. <widget class="QComboBox" name="cb_alsa_type">
  579. <item>
  580. <property name="text">
  581. <string>(None)</string>
  582. </property>
  583. </item>
  584. <item>
  585. <property name="text">
  586. <string>ALSA -&gt; Loop -&gt; JACK</string>
  587. </property>
  588. </item>
  589. <item>
  590. <property name="text">
  591. <string>ALSA -&gt; JACK (Plugin)</string>
  592. </property>
  593. </item>
  594. <item>
  595. <property name="text">
  596. <string>ALSA -&gt; PulseAudio -&gt; JACK (Plugin)</string>
  597. </property>
  598. </item>
  599. </widget>
  600. </item>
  601. <item>
  602. <widget class="QToolButton" name="tb_alsa_options">
  603. <property name="text">
  604. <string>...</string>
  605. </property>
  606. </widget>
  607. </item>
  608. </layout>
  609. </item>
  610. <item>
  611. <spacer name="verticalSpacer_14">
  612. <property name="orientation">
  613. <enum>Qt::Vertical</enum>
  614. </property>
  615. <property name="sizeHint" stdset="0">
  616. <size>
  617. <width>20</width>
  618. <height>40</height>
  619. </size>
  620. </property>
  621. </spacer>
  622. </item>
  623. </layout>
  624. </widget>
  625. <widget class="QWidget" name="toolBox_alsamidi">
  626. <property name="geometry">
  627. <rect>
  628. <x>0</x>
  629. <y>0</y>
  630. <width>351</width>
  631. <height>115</height>
  632. </rect>
  633. </property>
  634. <attribute name="label">
  635. <string>ALSA MIDI</string>
  636. </attribute>
  637. <layout class="QVBoxLayout" name="verticalLayout_20">
  638. <property name="leftMargin">
  639. <number>2</number>
  640. </property>
  641. <property name="topMargin">
  642. <number>0</number>
  643. </property>
  644. <property name="rightMargin">
  645. <number>2</number>
  646. </property>
  647. <property name="bottomMargin">
  648. <number>2</number>
  649. </property>
  650. <item>
  651. <widget class="QLabel" name="label_bridge_a2j">
  652. <property name="text">
  653. <string>ALSA MIDI State</string>
  654. </property>
  655. <property name="alignment">
  656. <set>Qt::AlignCenter</set>
  657. </property>
  658. </widget>
  659. </item>
  660. <item>
  661. <layout class="QHBoxLayout" name="horizontalLayout_9">
  662. <item>
  663. <spacer name="horizontalSpacer_7">
  664. <property name="orientation">
  665. <enum>Qt::Horizontal</enum>
  666. </property>
  667. <property name="sizeType">
  668. <enum>QSizePolicy::Fixed</enum>
  669. </property>
  670. <property name="sizeHint" stdset="0">
  671. <size>
  672. <width>10</width>
  673. <height>20</height>
  674. </size>
  675. </property>
  676. </spacer>
  677. </item>
  678. <item>
  679. <widget class="QPushButton" name="b_a2j_start">
  680. <property name="text">
  681. <string>Start</string>
  682. </property>
  683. </widget>
  684. </item>
  685. <item>
  686. <widget class="QPushButton" name="b_a2j_stop">
  687. <property name="text">
  688. <string>Stop</string>
  689. </property>
  690. </widget>
  691. </item>
  692. <item>
  693. <widget class="QPushButton" name="b_a2j_export_hw">
  694. <property name="text">
  695. <string>Export HW...</string>
  696. </property>
  697. </widget>
  698. </item>
  699. <item>
  700. <spacer name="horizontalSpacer_8">
  701. <property name="orientation">
  702. <enum>Qt::Horizontal</enum>
  703. </property>
  704. <property name="sizeType">
  705. <enum>QSizePolicy::Fixed</enum>
  706. </property>
  707. <property name="sizeHint" stdset="0">
  708. <size>
  709. <width>10</width>
  710. <height>20</height>
  711. </size>
  712. </property>
  713. </spacer>
  714. </item>
  715. </layout>
  716. </item>
  717. <item>
  718. <layout class="QHBoxLayout" name="horizontalLayout_11">
  719. <item>
  720. <spacer name="horizontalSpacer_14">
  721. <property name="orientation">
  722. <enum>Qt::Horizontal</enum>
  723. </property>
  724. <property name="sizeHint" stdset="0">
  725. <size>
  726. <width>40</width>
  727. <height>20</height>
  728. </size>
  729. </property>
  730. </spacer>
  731. </item>
  732. <item>
  733. <widget class="QCheckBox" name="cb_a2j_autostart">
  734. <property name="text">
  735. <string>Auto-start at login</string>
  736. </property>
  737. </widget>
  738. </item>
  739. <item>
  740. <widget class="QToolButton" name="tb_a2j_options">
  741. <property name="text">
  742. <string>...</string>
  743. </property>
  744. </widget>
  745. </item>
  746. </layout>
  747. </item>
  748. <item>
  749. <spacer name="verticalSpacer_12">
  750. <property name="orientation">
  751. <enum>Qt::Vertical</enum>
  752. </property>
  753. <property name="sizeHint" stdset="0">
  754. <size>
  755. <width>20</width>
  756. <height>40</height>
  757. </size>
  758. </property>
  759. </spacer>
  760. </item>
  761. </layout>
  762. </widget>
  763. <widget class="QWidget" name="toolBox_pulseaudio">
  764. <property name="geometry">
  765. <rect>
  766. <x>0</x>
  767. <y>0</y>
  768. <width>351</width>
  769. <height>115</height>
  770. </rect>
  771. </property>
  772. <attribute name="label">
  773. <string>PulseAudio</string>
  774. </attribute>
  775. <layout class="QVBoxLayout" name="verticalLayout_19">
  776. <property name="leftMargin">
  777. <number>2</number>
  778. </property>
  779. <property name="topMargin">
  780. <number>0</number>
  781. </property>
  782. <property name="rightMargin">
  783. <number>2</number>
  784. </property>
  785. <property name="bottomMargin">
  786. <number>2</number>
  787. </property>
  788. <item>
  789. <widget class="QLabel" name="label_bridge_pulse">
  790. <property name="text">
  791. <string>PulseAudio state</string>
  792. </property>
  793. <property name="alignment">
  794. <set>Qt::AlignCenter</set>
  795. </property>
  796. </widget>
  797. </item>
  798. <item>
  799. <layout class="QHBoxLayout" name="horizontalLayout_10">
  800. <item>
  801. <spacer name="horizontalSpacer_9">
  802. <property name="orientation">
  803. <enum>Qt::Horizontal</enum>
  804. </property>
  805. <property name="sizeType">
  806. <enum>QSizePolicy::Fixed</enum>
  807. </property>
  808. <property name="sizeHint" stdset="0">
  809. <size>
  810. <width>10</width>
  811. <height>20</height>
  812. </size>
  813. </property>
  814. </spacer>
  815. </item>
  816. <item>
  817. <widget class="QPushButton" name="b_pulse_start">
  818. <property name="text">
  819. <string>Start</string>
  820. </property>
  821. </widget>
  822. </item>
  823. <item>
  824. <widget class="QPushButton" name="b_pulse_stop">
  825. <property name="text">
  826. <string>Stop</string>
  827. </property>
  828. </widget>
  829. </item>
  830. <item>
  831. <spacer name="horizontalSpacer_13">
  832. <property name="orientation">
  833. <enum>Qt::Horizontal</enum>
  834. </property>
  835. <property name="sizeType">
  836. <enum>QSizePolicy::Fixed</enum>
  837. </property>
  838. <property name="sizeHint" stdset="0">
  839. <size>
  840. <width>10</width>
  841. <height>20</height>
  842. </size>
  843. </property>
  844. </spacer>
  845. </item>
  846. </layout>
  847. </item>
  848. <item>
  849. <layout class="QHBoxLayout" name="horizontalLayout_12">
  850. <item>
  851. <spacer name="horizontalSpacer_15">
  852. <property name="orientation">
  853. <enum>Qt::Horizontal</enum>
  854. </property>
  855. <property name="sizeHint" stdset="0">
  856. <size>
  857. <width>40</width>
  858. <height>20</height>
  859. </size>
  860. </property>
  861. </spacer>
  862. </item>
  863. <item>
  864. <widget class="QCheckBox" name="cb_pulse_autostart">
  865. <property name="text">
  866. <string>Auto-start at login</string>
  867. </property>
  868. </widget>
  869. </item>
  870. <item>
  871. <widget class="QToolButton" name="tb_pulse_options">
  872. <property name="text">
  873. <string>...</string>
  874. </property>
  875. </widget>
  876. </item>
  877. </layout>
  878. </item>
  879. <item>
  880. <spacer name="verticalSpacer_13">
  881. <property name="orientation">
  882. <enum>Qt::Vertical</enum>
  883. </property>
  884. <property name="sizeHint" stdset="0">
  885. <size>
  886. <width>20</width>
  887. <height>40</height>
  888. </size>
  889. </property>
  890. </spacer>
  891. </item>
  892. </layout>
  893. </widget>
  894. </widget>
  895. </item>
  896. </layout>
  897. </widget>
  898. </item>
  899. <item>
  900. <spacer name="verticalSpacer_4">
  901. <property name="orientation">
  902. <enum>Qt::Vertical</enum>
  903. </property>
  904. <property name="sizeType">
  905. <enum>QSizePolicy::Preferred</enum>
  906. </property>
  907. <property name="sizeHint" stdset="0">
  908. <size>
  909. <width>20</width>
  910. <height>40</height>
  911. </size>
  912. </property>
  913. </spacer>
  914. </item>
  915. </layout>
  916. </item>
  917. <item row="2" column="1">
  918. <widget class="Line" name="line">
  919. <property name="orientation">
  920. <enum>Qt::Vertical</enum>
  921. </property>
  922. </widget>
  923. </item>
  924. <item row="1" column="0" colspan="3">
  925. <widget class="Line" name="line_welcome">
  926. <property name="orientation">
  927. <enum>Qt::Horizontal</enum>
  928. </property>
  929. </widget>
  930. </item>
  931. </layout>
  932. </widget>
  933. <widget class="QWidget" name="tab_tools">
  934. <attribute name="title">
  935. <string>Tools</string>
  936. </attribute>
  937. <layout class="QVBoxLayout" name="verticalLayout_8">
  938. <item>
  939. <widget class="QLabel" name="label_tools_apps">
  940. <property name="font">
  941. <font>
  942. <pointsize>9</pointsize>
  943. <weight>75</weight>
  944. <bold>true</bold>
  945. </font>
  946. </property>
  947. <property name="text">
  948. <string>Applications</string>
  949. </property>
  950. <property name="alignment">
  951. <set>Qt::AlignCenter</set>
  952. </property>
  953. </widget>
  954. </item>
  955. <item>
  956. <widget class="Line" name="line_tools_apps">
  957. <property name="orientation">
  958. <enum>Qt::Horizontal</enum>
  959. </property>
  960. </widget>
  961. </item>
  962. <item>
  963. <layout class="QHBoxLayout" name="horizontalLayout_3">
  964. <item>
  965. <widget class="QGroupBox" name="groupBox_catia">
  966. <property name="title">
  967. <string>Catia</string>
  968. </property>
  969. <layout class="QVBoxLayout" name="verticalLayout_2">
  970. <item>
  971. <widget class="ClickableLabel" name="pic_catia">
  972. <property name="text">
  973. <string/>
  974. </property>
  975. <property name="pixmap">
  976. <pixmap resource="../../resources/resources.qrc">:/screens/catia.png</pixmap>
  977. </property>
  978. <property name="alignment">
  979. <set>Qt::AlignCenter</set>
  980. </property>
  981. </widget>
  982. </item>
  983. <item>
  984. <widget class="QLabel" name="label_tools_catia">
  985. <property name="text">
  986. <string>Catia is a nice JACK Patchbay with A2J Bridge integration</string>
  987. </property>
  988. <property name="alignment">
  989. <set>Qt::AlignCenter</set>
  990. </property>
  991. <property name="wordWrap">
  992. <bool>true</bool>
  993. </property>
  994. </widget>
  995. </item>
  996. </layout>
  997. </widget>
  998. </item>
  999. <item>
  1000. <widget class="QGroupBox" name="groupBox_claudia">
  1001. <property name="title">
  1002. <string>Claudia</string>
  1003. </property>
  1004. <layout class="QVBoxLayout" name="verticalLayout_3">
  1005. <item>
  1006. <widget class="ClickableLabel" name="pic_claudia">
  1007. <property name="text">
  1008. <string/>
  1009. </property>
  1010. <property name="pixmap">
  1011. <pixmap resource="../../resources/resources.qrc">:/screens/claudia.png</pixmap>
  1012. </property>
  1013. <property name="alignment">
  1014. <set>Qt::AlignCenter</set>
  1015. </property>
  1016. </widget>
  1017. </item>
  1018. <item>
  1019. <widget class="QLabel" name="label_tools_claudia">
  1020. <property name="text">
  1021. <string>Claudia is a Graphical User Interface to LADISH</string>
  1022. </property>
  1023. <property name="alignment">
  1024. <set>Qt::AlignCenter</set>
  1025. </property>
  1026. <property name="wordWrap">
  1027. <bool>true</bool>
  1028. </property>
  1029. </widget>
  1030. </item>
  1031. </layout>
  1032. </widget>
  1033. </item>
  1034. <item>
  1035. <widget class="QGroupBox" name="groupBox_carla">
  1036. <property name="title">
  1037. <string>Carla</string>
  1038. </property>
  1039. <layout class="QVBoxLayout" name="verticalLayout_4">
  1040. <item>
  1041. <widget class="ClickableLabel" name="pic_carla">
  1042. <property name="text">
  1043. <string/>
  1044. </property>
  1045. <property name="pixmap">
  1046. <pixmap resource="../../resources/resources.qrc">:/screens/carla.png</pixmap>
  1047. </property>
  1048. <property name="alignment">
  1049. <set>Qt::AlignCenter</set>
  1050. </property>
  1051. </widget>
  1052. </item>
  1053. <item>
  1054. <widget class="QLabel" name="label_tools_carla">
  1055. <property name="text">
  1056. <string>Carla is a multi-plugin host for JACK.</string>
  1057. </property>
  1058. <property name="alignment">
  1059. <set>Qt::AlignCenter</set>
  1060. </property>
  1061. <property name="wordWrap">
  1062. <bool>true</bool>
  1063. </property>
  1064. </widget>
  1065. </item>
  1066. </layout>
  1067. </widget>
  1068. </item>
  1069. </layout>
  1070. </item>
  1071. <item>
  1072. <spacer name="verticalSpacer">
  1073. <property name="orientation">
  1074. <enum>Qt::Vertical</enum>
  1075. </property>
  1076. <property name="sizeType">
  1077. <enum>QSizePolicy::Preferred</enum>
  1078. </property>
  1079. <property name="sizeHint" stdset="0">
  1080. <size>
  1081. <width>20</width>
  1082. <height>20</height>
  1083. </size>
  1084. </property>
  1085. </spacer>
  1086. </item>
  1087. <item>
  1088. <widget class="QLabel" name="label_tools_tools">
  1089. <property name="font">
  1090. <font>
  1091. <pointsize>9</pointsize>
  1092. <weight>75</weight>
  1093. <bold>true</bold>
  1094. </font>
  1095. </property>
  1096. <property name="text">
  1097. <string>Tools</string>
  1098. </property>
  1099. <property name="alignment">
  1100. <set>Qt::AlignCenter</set>
  1101. </property>
  1102. </widget>
  1103. </item>
  1104. <item>
  1105. <widget class="Line" name="line_tools_tools">
  1106. <property name="orientation">
  1107. <enum>Qt::Horizontal</enum>
  1108. </property>
  1109. </widget>
  1110. </item>
  1111. <item>
  1112. <layout class="QHBoxLayout" name="horizontalLayout_4">
  1113. <item>
  1114. <widget class="QGroupBox" name="groupBox_logs">
  1115. <property name="title">
  1116. <string>Logs</string>
  1117. </property>
  1118. <layout class="QVBoxLayout" name="verticalLayout_7">
  1119. <item>
  1120. <widget class="ClickableLabel" name="pic_logs">
  1121. <property name="text">
  1122. <string/>
  1123. </property>
  1124. <property name="pixmap">
  1125. <pixmap resource="../../resources/resources.qrc">:/screens/cadence-logs.png</pixmap>
  1126. </property>
  1127. <property name="alignment">
  1128. <set>Qt::AlignCenter</set>
  1129. </property>
  1130. </widget>
  1131. </item>
  1132. <item>
  1133. <widget class="QLabel" name="label_tools_logs">
  1134. <property name="text">
  1135. <string>View JACK, A2J and LADISH logs</string>
  1136. </property>
  1137. <property name="alignment">
  1138. <set>Qt::AlignCenter</set>
  1139. </property>
  1140. <property name="wordWrap">
  1141. <bool>true</bool>
  1142. </property>
  1143. </widget>
  1144. </item>
  1145. </layout>
  1146. </widget>
  1147. </item>
  1148. <item>
  1149. <widget class="QGroupBox" name="groupBox_render">
  1150. <property name="title">
  1151. <string>Render</string>
  1152. </property>
  1153. <layout class="QVBoxLayout" name="verticalLayout_6">
  1154. <item>
  1155. <widget class="ClickableLabel" name="pic_render">
  1156. <property name="text">
  1157. <string/>
  1158. </property>
  1159. <property name="pixmap">
  1160. <pixmap resource="../../resources/resources.qrc">:/screens/cadence-render.png</pixmap>
  1161. </property>
  1162. <property name="alignment">
  1163. <set>Qt::AlignCenter</set>
  1164. </property>
  1165. </widget>
  1166. </item>
  1167. <item>
  1168. <widget class="QLabel" name="label_tools_render">
  1169. <property name="text">
  1170. <string>Render a JACK project</string>
  1171. </property>
  1172. <property name="alignment">
  1173. <set>Qt::AlignCenter</set>
  1174. </property>
  1175. <property name="wordWrap">
  1176. <bool>true</bool>
  1177. </property>
  1178. </widget>
  1179. </item>
  1180. </layout>
  1181. </widget>
  1182. </item>
  1183. <item>
  1184. <widget class="QGroupBox" name="groupBox_xycontroller">
  1185. <property name="title">
  1186. <string>XY-Controller</string>
  1187. </property>
  1188. <layout class="QVBoxLayout" name="verticalLayout_5">
  1189. <item>
  1190. <widget class="ClickableLabel" name="pic_xycontroller">
  1191. <property name="text">
  1192. <string/>
  1193. </property>
  1194. <property name="pixmap">
  1195. <pixmap resource="../../resources/resources.qrc">:/screens/cadence-xycontroller.png</pixmap>
  1196. </property>
  1197. <property name="alignment">
  1198. <set>Qt::AlignCenter</set>
  1199. </property>
  1200. </widget>
  1201. </item>
  1202. <item>
  1203. <widget class="QLabel" name="label_tools_xycontroller">
  1204. <property name="text">
  1205. <string>Virtual XY Controller with MIDI Keyboard</string>
  1206. </property>
  1207. <property name="alignment">
  1208. <set>Qt::AlignCenter</set>
  1209. </property>
  1210. <property name="wordWrap">
  1211. <bool>true</bool>
  1212. </property>
  1213. </widget>
  1214. </item>
  1215. </layout>
  1216. </widget>
  1217. </item>
  1218. </layout>
  1219. </item>
  1220. <item>
  1221. <spacer name="verticalSpacer_2">
  1222. <property name="orientation">
  1223. <enum>Qt::Vertical</enum>
  1224. </property>
  1225. <property name="sizeHint" stdset="0">
  1226. <size>
  1227. <width>20</width>
  1228. <height>94</height>
  1229. </size>
  1230. </property>
  1231. </spacer>
  1232. </item>
  1233. </layout>
  1234. </widget>
  1235. <widget class="QWidget" name="tab_tweaks">
  1236. <attribute name="title">
  1237. <string>Tweaks</string>
  1238. </attribute>
  1239. <layout class="QVBoxLayout" name="verticalLayout_15">
  1240. <item>
  1241. <widget class="QLabel" name="label_tweaks">
  1242. <property name="font">
  1243. <font>
  1244. <pointsize>9</pointsize>
  1245. <weight>75</weight>
  1246. <bold>true</bold>
  1247. </font>
  1248. </property>
  1249. <property name="text">
  1250. <string>Tweaks</string>
  1251. </property>
  1252. <property name="alignment">
  1253. <set>Qt::AlignCenter</set>
  1254. </property>
  1255. </widget>
  1256. </item>
  1257. <item>
  1258. <widget class="Line" name="line_tweaks">
  1259. <property name="orientation">
  1260. <enum>Qt::Horizontal</enum>
  1261. </property>
  1262. </widget>
  1263. </item>
  1264. <item>
  1265. <widget class="QFrame" name="frame_tweaks_settings">
  1266. <property name="frameShape">
  1267. <enum>QFrame::StyledPanel</enum>
  1268. </property>
  1269. <property name="frameShadow">
  1270. <enum>QFrame::Raised</enum>
  1271. </property>
  1272. <layout class="QHBoxLayout" name="horizontalLayout_2">
  1273. <item>
  1274. <spacer name="horizontalSpacer">
  1275. <property name="orientation">
  1276. <enum>Qt::Horizontal</enum>
  1277. </property>
  1278. <property name="sizeHint" stdset="0">
  1279. <size>
  1280. <width>236</width>
  1281. <height>20</height>
  1282. </size>
  1283. </property>
  1284. </spacer>
  1285. </item>
  1286. <item>
  1287. <widget class="QLabel" name="label_2">
  1288. <property name="text">
  1289. <string>Settings have been changed</string>
  1290. </property>
  1291. </widget>
  1292. </item>
  1293. <item>
  1294. <spacer name="horizontalSpacer_3">
  1295. <property name="orientation">
  1296. <enum>Qt::Horizontal</enum>
  1297. </property>
  1298. <property name="sizeType">
  1299. <enum>QSizePolicy::Fixed</enum>
  1300. </property>
  1301. <property name="sizeHint" stdset="0">
  1302. <size>
  1303. <width>10</width>
  1304. <height>20</height>
  1305. </size>
  1306. </property>
  1307. </spacer>
  1308. </item>
  1309. <item>
  1310. <widget class="QPushButton" name="b_tweaks_apply_now">
  1311. <property name="text">
  1312. <string>Apply Now</string>
  1313. </property>
  1314. </widget>
  1315. </item>
  1316. <item>
  1317. <spacer name="horizontalSpacer_2">
  1318. <property name="orientation">
  1319. <enum>Qt::Horizontal</enum>
  1320. </property>
  1321. <property name="sizeHint" stdset="0">
  1322. <size>
  1323. <width>235</width>
  1324. <height>20</height>
  1325. </size>
  1326. </property>
  1327. </spacer>
  1328. </item>
  1329. </layout>
  1330. </widget>
  1331. </item>
  1332. <item>
  1333. <widget class="QSplitter" name="splitter">
  1334. <property name="sizePolicy">
  1335. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1336. <horstretch>0</horstretch>
  1337. <verstretch>0</verstretch>
  1338. </sizepolicy>
  1339. </property>
  1340. <property name="orientation">
  1341. <enum>Qt::Horizontal</enum>
  1342. </property>
  1343. <widget class="QTableWidget" name="tw_tweaks">
  1344. <property name="sizePolicy">
  1345. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  1346. <horstretch>0</horstretch>
  1347. <verstretch>0</verstretch>
  1348. </sizepolicy>
  1349. </property>
  1350. <property name="maximumSize">
  1351. <size>
  1352. <width>200</width>
  1353. <height>16777215</height>
  1354. </size>
  1355. </property>
  1356. <attribute name="horizontalHeaderVisible">
  1357. <bool>false</bool>
  1358. </attribute>
  1359. <attribute name="horizontalHeaderStretchLastSection">
  1360. <bool>true</bool>
  1361. </attribute>
  1362. <attribute name="verticalHeaderVisible">
  1363. <bool>false</bool>
  1364. </attribute>
  1365. <row>
  1366. <property name="text">
  1367. <string>audio-plugins</string>
  1368. </property>
  1369. </row>
  1370. <row>
  1371. <property name="text">
  1372. <string>default-apps</string>
  1373. </property>
  1374. </row>
  1375. <row>
  1376. <property name="text">
  1377. <string>wineasio</string>
  1378. </property>
  1379. </row>
  1380. <column>
  1381. <property name="text">
  1382. <string>name</string>
  1383. </property>
  1384. </column>
  1385. <item row="0" column="0">
  1386. <property name="text">
  1387. <string>Audio Plugins PATH</string>
  1388. </property>
  1389. <property name="textAlignment">
  1390. <set>AlignHCenter|AlignVCenter|AlignCenter</set>
  1391. </property>
  1392. <property name="flags">
  1393. <set>ItemIsSelectable|ItemIsEnabled</set>
  1394. </property>
  1395. </item>
  1396. <item row="1" column="0">
  1397. <property name="text">
  1398. <string>Default Applications</string>
  1399. </property>
  1400. <property name="textAlignment">
  1401. <set>AlignHCenter|AlignVCenter|AlignCenter</set>
  1402. </property>
  1403. <property name="flags">
  1404. <set>ItemIsSelectable|ItemIsEnabled</set>
  1405. </property>
  1406. </item>
  1407. <item row="2" column="0">
  1408. <property name="text">
  1409. <string>WineASIO</string>
  1410. </property>
  1411. <property name="textAlignment">
  1412. <set>AlignHCenter|AlignVCenter|AlignCenter</set>
  1413. </property>
  1414. <property name="flags">
  1415. <set>ItemIsSelectable|ItemIsEnabled</set>
  1416. </property>
  1417. </item>
  1418. </widget>
  1419. <widget class="QStackedWidget" name="sw_tweaks">
  1420. <property name="sizePolicy">
  1421. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1422. <horstretch>0</horstretch>
  1423. <verstretch>0</verstretch>
  1424. </sizepolicy>
  1425. </property>
  1426. <property name="currentIndex">
  1427. <number>2</number>
  1428. </property>
  1429. <widget class="QWidget" name="page_plugins">
  1430. <layout class="QGridLayout" name="gridLayout_6">
  1431. <property name="margin">
  1432. <number>0</number>
  1433. </property>
  1434. <item row="3" column="1">
  1435. <widget class="QPushButton" name="b_tweak_plugins_remove">
  1436. <property name="text">
  1437. <string>Remove</string>
  1438. </property>
  1439. </widget>
  1440. </item>
  1441. <item row="4" column="1">
  1442. <spacer name="verticalSpacer_5">
  1443. <property name="orientation">
  1444. <enum>Qt::Vertical</enum>
  1445. </property>
  1446. <property name="sizeType">
  1447. <enum>QSizePolicy::Fixed</enum>
  1448. </property>
  1449. <property name="sizeHint" stdset="0">
  1450. <size>
  1451. <width>20</width>
  1452. <height>0</height>
  1453. </size>
  1454. </property>
  1455. </spacer>
  1456. </item>
  1457. <item row="7" column="1">
  1458. <spacer name="verticalSpacer_6">
  1459. <property name="orientation">
  1460. <enum>Qt::Vertical</enum>
  1461. </property>
  1462. <property name="sizeHint" stdset="0">
  1463. <size>
  1464. <width>20</width>
  1465. <height>220</height>
  1466. </size>
  1467. </property>
  1468. </spacer>
  1469. </item>
  1470. <item row="1" column="1">
  1471. <widget class="QPushButton" name="b_tweak_plugins_add">
  1472. <property name="text">
  1473. <string>Add...</string>
  1474. </property>
  1475. </widget>
  1476. </item>
  1477. <item row="0" column="0" rowspan="8">
  1478. <widget class="QToolBox" name="tb_tweak_plugins">
  1479. <property name="currentIndex">
  1480. <number>0</number>
  1481. </property>
  1482. <widget class="QWidget" name="page_ladspa">
  1483. <property name="geometry">
  1484. <rect>
  1485. <x>0</x>
  1486. <y>0</y>
  1487. <width>94</width>
  1488. <height>76</height>
  1489. </rect>
  1490. </property>
  1491. <attribute name="label">
  1492. <string>LADSPA</string>
  1493. </attribute>
  1494. <layout class="QVBoxLayout" name="verticalLayout">
  1495. <item>
  1496. <widget class="QListWidget" name="list_LADSPA"/>
  1497. </item>
  1498. </layout>
  1499. </widget>
  1500. <widget class="QWidget" name="page_dssi">
  1501. <property name="geometry">
  1502. <rect>
  1503. <x>0</x>
  1504. <y>0</y>
  1505. <width>94</width>
  1506. <height>76</height>
  1507. </rect>
  1508. </property>
  1509. <attribute name="label">
  1510. <string>DSSI</string>
  1511. </attribute>
  1512. <layout class="QVBoxLayout" name="verticalLayout_11">
  1513. <item>
  1514. <widget class="QListWidget" name="list_DSSI"/>
  1515. </item>
  1516. </layout>
  1517. </widget>
  1518. <widget class="QWidget" name="page_lv2">
  1519. <property name="geometry">
  1520. <rect>
  1521. <x>0</x>
  1522. <y>0</y>
  1523. <width>94</width>
  1524. <height>76</height>
  1525. </rect>
  1526. </property>
  1527. <attribute name="label">
  1528. <string>LV2</string>
  1529. </attribute>
  1530. <layout class="QVBoxLayout" name="verticalLayout_13">
  1531. <item>
  1532. <widget class="QListWidget" name="list_LV2"/>
  1533. </item>
  1534. </layout>
  1535. </widget>
  1536. <widget class="QWidget" name="page_vst">
  1537. <property name="geometry">
  1538. <rect>
  1539. <x>0</x>
  1540. <y>0</y>
  1541. <width>94</width>
  1542. <height>76</height>
  1543. </rect>
  1544. </property>
  1545. <attribute name="label">
  1546. <string>VST</string>
  1547. </attribute>
  1548. <layout class="QVBoxLayout" name="verticalLayout_14">
  1549. <item>
  1550. <widget class="QListWidget" name="list_VST"/>
  1551. </item>
  1552. </layout>
  1553. </widget>
  1554. </widget>
  1555. </item>
  1556. <item row="0" column="1">
  1557. <spacer name="verticalSpacer_7">
  1558. <property name="orientation">
  1559. <enum>Qt::Vertical</enum>
  1560. </property>
  1561. <property name="sizeType">
  1562. <enum>QSizePolicy::Fixed</enum>
  1563. </property>
  1564. <property name="sizeHint" stdset="0">
  1565. <size>
  1566. <width>20</width>
  1567. <height>20</height>
  1568. </size>
  1569. </property>
  1570. </spacer>
  1571. </item>
  1572. <item row="6" column="1">
  1573. <widget class="QPushButton" name="b_tweak_plugins_reset">
  1574. <property name="text">
  1575. <string>Reset</string>
  1576. </property>
  1577. </widget>
  1578. </item>
  1579. <item row="2" column="1">
  1580. <widget class="QPushButton" name="b_tweak_plugins_change">
  1581. <property name="text">
  1582. <string>Change...</string>
  1583. </property>
  1584. </widget>
  1585. </item>
  1586. </layout>
  1587. </widget>
  1588. <widget class="QWidget" name="page_apps">
  1589. <layout class="QGridLayout" name="gridLayout_7">
  1590. <property name="verticalSpacing">
  1591. <number>20</number>
  1592. </property>
  1593. <property name="margin">
  1594. <number>0</number>
  1595. </property>
  1596. <item row="1" column="0">
  1597. <widget class="QCheckBox" name="ch_app_image">
  1598. <property name="text">
  1599. <string>Image Viewer</string>
  1600. </property>
  1601. </widget>
  1602. </item>
  1603. <item row="3" column="1">
  1604. <widget class="QComboBox" name="cb_app_video">
  1605. <property name="enabled">
  1606. <bool>false</bool>
  1607. </property>
  1608. <property name="sizePolicy">
  1609. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  1610. <horstretch>0</horstretch>
  1611. <verstretch>0</verstretch>
  1612. </sizepolicy>
  1613. </property>
  1614. </widget>
  1615. </item>
  1616. <item row="4" column="0">
  1617. <widget class="QCheckBox" name="ch_app_text">
  1618. <property name="text">
  1619. <string>Text Editor</string>
  1620. </property>
  1621. </widget>
  1622. </item>
  1623. <item row="4" column="1">
  1624. <widget class="QComboBox" name="cb_app_text">
  1625. <property name="enabled">
  1626. <bool>false</bool>
  1627. </property>
  1628. <property name="sizePolicy">
  1629. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  1630. <horstretch>0</horstretch>
  1631. <verstretch>0</verstretch>
  1632. </sizepolicy>
  1633. </property>
  1634. </widget>
  1635. </item>
  1636. <item row="3" column="0">
  1637. <widget class="QCheckBox" name="ch_app_video">
  1638. <property name="text">
  1639. <string>Video Player</string>
  1640. </property>
  1641. </widget>
  1642. </item>
  1643. <item row="5" column="1">
  1644. <widget class="QComboBox" name="cb_app_browser">
  1645. <property name="enabled">
  1646. <bool>false</bool>
  1647. </property>
  1648. <property name="sizePolicy">
  1649. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  1650. <horstretch>0</horstretch>
  1651. <verstretch>0</verstretch>
  1652. </sizepolicy>
  1653. </property>
  1654. </widget>
  1655. </item>
  1656. <item row="2" column="0">
  1657. <widget class="QCheckBox" name="ch_app_music">
  1658. <property name="text">
  1659. <string>Music Player</string>
  1660. </property>
  1661. </widget>
  1662. </item>
  1663. <item row="2" column="1">
  1664. <widget class="QComboBox" name="cb_app_music">
  1665. <property name="enabled">
  1666. <bool>false</bool>
  1667. </property>
  1668. <property name="sizePolicy">
  1669. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  1670. <horstretch>0</horstretch>
  1671. <verstretch>0</verstretch>
  1672. </sizepolicy>
  1673. </property>
  1674. </widget>
  1675. </item>
  1676. <item row="5" column="0">
  1677. <widget class="QCheckBox" name="ch_app_browser">
  1678. <property name="text">
  1679. <string>Web Browser</string>
  1680. </property>
  1681. </widget>
  1682. </item>
  1683. <item row="6" column="1">
  1684. <spacer name="verticalSpacer_8">
  1685. <property name="orientation">
  1686. <enum>Qt::Vertical</enum>
  1687. </property>
  1688. <property name="sizeHint" stdset="0">
  1689. <size>
  1690. <width>20</width>
  1691. <height>114</height>
  1692. </size>
  1693. </property>
  1694. </spacer>
  1695. </item>
  1696. <item row="1" column="1">
  1697. <widget class="QComboBox" name="cb_app_image">
  1698. <property name="enabled">
  1699. <bool>false</bool>
  1700. </property>
  1701. <property name="sizePolicy">
  1702. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  1703. <horstretch>0</horstretch>
  1704. <verstretch>0</verstretch>
  1705. </sizepolicy>
  1706. </property>
  1707. </widget>
  1708. </item>
  1709. <item row="0" column="1">
  1710. <spacer name="verticalSpacer_9">
  1711. <property name="orientation">
  1712. <enum>Qt::Vertical</enum>
  1713. </property>
  1714. <property name="sizeType">
  1715. <enum>QSizePolicy::Fixed</enum>
  1716. </property>
  1717. <property name="sizeHint" stdset="0">
  1718. <size>
  1719. <width>20</width>
  1720. <height>20</height>
  1721. </size>
  1722. </property>
  1723. </spacer>
  1724. </item>
  1725. <item row="0" column="2" rowspan="7">
  1726. <widget class="QFrame" name="frame_app">
  1727. <property name="minimumSize">
  1728. <size>
  1729. <width>156</width>
  1730. <height>0</height>
  1731. </size>
  1732. </property>
  1733. <property name="maximumSize">
  1734. <size>
  1735. <width>156</width>
  1736. <height>16777215</height>
  1737. </size>
  1738. </property>
  1739. <property name="frameShape">
  1740. <enum>QFrame::StyledPanel</enum>
  1741. </property>
  1742. <property name="frameShadow">
  1743. <enum>QFrame::Raised</enum>
  1744. </property>
  1745. <layout class="QVBoxLayout" name="verticalLayout_16">
  1746. <item>
  1747. <widget class="QLabel" name="ico_app">
  1748. <property name="minimumSize">
  1749. <size>
  1750. <width>48</width>
  1751. <height>48</height>
  1752. </size>
  1753. </property>
  1754. <property name="text">
  1755. <string/>
  1756. </property>
  1757. <property name="pixmap">
  1758. <pixmap resource="../../resources/resources.qrc">:/48x48/exec.png</pixmap>
  1759. </property>
  1760. <property name="alignment">
  1761. <set>Qt::AlignHCenter|Qt::AlignTop</set>
  1762. </property>
  1763. </widget>
  1764. </item>
  1765. <item>
  1766. <widget class="QLabel" name="label_app_name">
  1767. <property name="text">
  1768. <string>[App Name]</string>
  1769. </property>
  1770. <property name="alignment">
  1771. <set>Qt::AlignBottom|Qt::AlignHCenter</set>
  1772. </property>
  1773. </widget>
  1774. </item>
  1775. <item>
  1776. <widget class="Line" name="line_3">
  1777. <property name="orientation">
  1778. <enum>Qt::Horizontal</enum>
  1779. </property>
  1780. </widget>
  1781. </item>
  1782. <item>
  1783. <widget class="QLabel" name="label_app_comment">
  1784. <property name="text">
  1785. <string>[App Comment]</string>
  1786. </property>
  1787. <property name="alignment">
  1788. <set>Qt::AlignHCenter|Qt::AlignTop</set>
  1789. </property>
  1790. <property name="wordWrap">
  1791. <bool>true</bool>
  1792. </property>
  1793. </widget>
  1794. </item>
  1795. <item>
  1796. <spacer name="verticalSpacer_10">
  1797. <property name="orientation">
  1798. <enum>Qt::Vertical</enum>
  1799. </property>
  1800. <property name="sizeHint" stdset="0">
  1801. <size>
  1802. <width>20</width>
  1803. <height>287</height>
  1804. </size>
  1805. </property>
  1806. </spacer>
  1807. </item>
  1808. </layout>
  1809. </widget>
  1810. </item>
  1811. </layout>
  1812. </widget>
  1813. <widget class="QWidget" name="page_wineasio">
  1814. <layout class="QVBoxLayout" name="verticalLayout_17">
  1815. <property name="margin">
  1816. <number>0</number>
  1817. </property>
  1818. <item>
  1819. <widget class="QGroupBox" name="groupBox_7">
  1820. <property name="title">
  1821. <string>Audio Ports</string>
  1822. </property>
  1823. <layout class="QVBoxLayout" name="verticalLayout_22">
  1824. <item>
  1825. <layout class="QHBoxLayout" name="horizontalLayout_20">
  1826. <item>
  1827. <widget class="QLabel" name="label_7">
  1828. <property name="toolTip">
  1829. <string>Number of jack ports that wineasio will try to open.
  1830. Default is 16</string>
  1831. </property>
  1832. <property name="text">
  1833. <string>Number of inputs:</string>
  1834. </property>
  1835. <property name="alignment">
  1836. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1837. </property>
  1838. </widget>
  1839. </item>
  1840. <item>
  1841. <widget class="QSpinBox" name="sb_wineasio_ins">
  1842. <property name="toolTip">
  1843. <string>Number of jack ports that wineasio will try to open.
  1844. Default is 16</string>
  1845. </property>
  1846. <property name="maximum">
  1847. <number>128</number>
  1848. </property>
  1849. <property name="singleStep">
  1850. <number>2</number>
  1851. </property>
  1852. </widget>
  1853. </item>
  1854. </layout>
  1855. </item>
  1856. <item>
  1857. <layout class="QHBoxLayout" name="horizontalLayout_19">
  1858. <item>
  1859. <widget class="QLabel" name="label_21">
  1860. <property name="toolTip">
  1861. <string>Number of jack ports that wineasio will try to open.
  1862. Default is 16</string>
  1863. </property>
  1864. <property name="text">
  1865. <string>Number of outputs:</string>
  1866. </property>
  1867. <property name="alignment">
  1868. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1869. </property>
  1870. </widget>
  1871. </item>
  1872. <item>
  1873. <widget class="QSpinBox" name="sb_wineasio_outs">
  1874. <property name="toolTip">
  1875. <string>Number of jack ports that wineasio will try to open.
  1876. Default is 16</string>
  1877. </property>
  1878. <property name="minimum">
  1879. <number>2</number>
  1880. </property>
  1881. <property name="maximum">
  1882. <number>128</number>
  1883. </property>
  1884. <property name="singleStep">
  1885. <number>2</number>
  1886. </property>
  1887. </widget>
  1888. </item>
  1889. </layout>
  1890. </item>
  1891. <item>
  1892. <layout class="QHBoxLayout" name="horizontalLayout_21">
  1893. <item>
  1894. <spacer name="horizontalSpacer_10">
  1895. <property name="orientation">
  1896. <enum>Qt::Horizontal</enum>
  1897. </property>
  1898. <property name="sizeType">
  1899. <enum>QSizePolicy::Fixed</enum>
  1900. </property>
  1901. <property name="sizeHint" stdset="0">
  1902. <size>
  1903. <width>150</width>
  1904. <height>20</height>
  1905. </size>
  1906. </property>
  1907. </spacer>
  1908. </item>
  1909. <item>
  1910. <widget class="QCheckBox" name="cb_wineasio_hw">
  1911. <property name="toolTip">
  1912. <string>Try to connect the asio channels to the
  1913. physical I/O ports on your hardware.
  1914. Default is on</string>
  1915. </property>
  1916. <property name="text">
  1917. <string>Connect to hardware</string>
  1918. </property>
  1919. </widget>
  1920. </item>
  1921. </layout>
  1922. </item>
  1923. </layout>
  1924. </widget>
  1925. </item>
  1926. <item>
  1927. <widget class="QGroupBox" name="groupBox_8">
  1928. <property name="title">
  1929. <string>JACK Options</string>
  1930. </property>
  1931. <layout class="QVBoxLayout" name="verticalLayout_23">
  1932. <item>
  1933. <layout class="QHBoxLayout" name="horizontalLayout_22">
  1934. <item>
  1935. <spacer name="horizontalSpacer_11">
  1936. <property name="orientation">
  1937. <enum>Qt::Horizontal</enum>
  1938. </property>
  1939. <property name="sizeType">
  1940. <enum>QSizePolicy::Fixed</enum>
  1941. </property>
  1942. <property name="sizeHint" stdset="0">
  1943. <size>
  1944. <width>150</width>
  1945. <height>20</height>
  1946. </size>
  1947. </property>
  1948. </spacer>
  1949. </item>
  1950. <item>
  1951. <widget class="QCheckBox" name="cb_wineasio_autostart">
  1952. <property name="toolTip">
  1953. <string>Enable wineasio to launch the jack server.
  1954. Default is off</string>
  1955. </property>
  1956. <property name="text">
  1957. <string>Autostart server</string>
  1958. </property>
  1959. </widget>
  1960. </item>
  1961. </layout>
  1962. </item>
  1963. <item>
  1964. <layout class="QHBoxLayout" name="horizontalLayout_23">
  1965. <item>
  1966. <spacer name="horizontalSpacer_12">
  1967. <property name="orientation">
  1968. <enum>Qt::Horizontal</enum>
  1969. </property>
  1970. <property name="sizeType">
  1971. <enum>QSizePolicy::Fixed</enum>
  1972. </property>
  1973. <property name="sizeHint" stdset="0">
  1974. <size>
  1975. <width>150</width>
  1976. <height>20</height>
  1977. </size>
  1978. </property>
  1979. </spacer>
  1980. </item>
  1981. <item>
  1982. <widget class="QCheckBox" name="cb_wineasio_fixed_bsize">
  1983. <property name="toolTip">
  1984. <string>When on, an asio app will be able to change the jack buffer size.
  1985. Default is off</string>
  1986. </property>
  1987. <property name="text">
  1988. <string>Fixed buffersize</string>
  1989. </property>
  1990. </widget>
  1991. </item>
  1992. </layout>
  1993. </item>
  1994. <item>
  1995. <layout class="QHBoxLayout" name="horizontalLayout_18">
  1996. <item>
  1997. <widget class="QLabel" name="label_22">
  1998. <property name="text">
  1999. <string>Preferred buffersize:</string>
  2000. </property>
  2001. <property name="alignment">
  2002. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  2003. </property>
  2004. </widget>
  2005. </item>
  2006. <item>
  2007. <widget class="QComboBox" name="cb_wineasio_bsizes"/>
  2008. </item>
  2009. </layout>
  2010. </item>
  2011. </layout>
  2012. </widget>
  2013. </item>
  2014. <item>
  2015. <spacer name="verticalSpacer_11">
  2016. <property name="orientation">
  2017. <enum>Qt::Vertical</enum>
  2018. </property>
  2019. <property name="sizeHint" stdset="0">
  2020. <size>
  2021. <width>20</width>
  2022. <height>152</height>
  2023. </size>
  2024. </property>
  2025. </spacer>
  2026. </item>
  2027. </layout>
  2028. </widget>
  2029. </widget>
  2030. </widget>
  2031. </item>
  2032. </layout>
  2033. <zorder>splitter</zorder>
  2034. <zorder>label_tweaks</zorder>
  2035. <zorder>line_tweaks</zorder>
  2036. <zorder>frame_tweaks_settings</zorder>
  2037. </widget>
  2038. </widget>
  2039. </item>
  2040. </layout>
  2041. </widget>
  2042. <action name="act_quit">
  2043. <property name="text">
  2044. <string>&amp;Quit</string>
  2045. </property>
  2046. <property name="shortcut">
  2047. <string>Ctrl+Q</string>
  2048. </property>
  2049. </action>
  2050. </widget>
  2051. <customwidgets>
  2052. <customwidget>
  2053. <class>ClickableLabel</class>
  2054. <extends>QLabel</extends>
  2055. <header>clickablelabel.h</header>
  2056. </customwidget>
  2057. </customwidgets>
  2058. <resources>
  2059. <include location="../../resources/resources.qrc"/>
  2060. <include location="../../resources/resources.qrc"/>
  2061. </resources>
  2062. <connections>
  2063. <connection>
  2064. <sender>act_quit</sender>
  2065. <signal>triggered()</signal>
  2066. <receiver>CadenceMainW</receiver>
  2067. <slot>close()</slot>
  2068. <hints>
  2069. <hint type="sourcelabel">
  2070. <x>-1</x>
  2071. <y>-1</y>
  2072. </hint>
  2073. <hint type="destinationlabel">
  2074. <x>399</x>
  2075. <y>299</y>
  2076. </hint>
  2077. </hints>
  2078. </connection>
  2079. <connection>
  2080. <sender>tw_tweaks</sender>
  2081. <signal>currentCellChanged(int,int,int,int)</signal>
  2082. <receiver>sw_tweaks</receiver>
  2083. <slot>setCurrentIndex(int)</slot>
  2084. <hints>
  2085. <hint type="sourcelabel">
  2086. <x>121</x>
  2087. <y>359</y>
  2088. </hint>
  2089. <hint type="destinationlabel">
  2090. <x>707</x>
  2091. <y>136</y>
  2092. </hint>
  2093. </hints>
  2094. </connection>
  2095. <connection>
  2096. <sender>ch_app_image</sender>
  2097. <signal>clicked(bool)</signal>
  2098. <receiver>cb_app_image</receiver>
  2099. <slot>setEnabled(bool)</slot>
  2100. <hints>
  2101. <hint type="sourcelabel">
  2102. <x>260</x>
  2103. <y>184</y>
  2104. </hint>
  2105. <hint type="destinationlabel">
  2106. <x>365</x>
  2107. <y>185</y>
  2108. </hint>
  2109. </hints>
  2110. </connection>
  2111. <connection>
  2112. <sender>ch_app_music</sender>
  2113. <signal>clicked(bool)</signal>
  2114. <receiver>cb_app_music</receiver>
  2115. <slot>setEnabled(bool)</slot>
  2116. <hints>
  2117. <hint type="sourcelabel">
  2118. <x>279</x>
  2119. <y>222</y>
  2120. </hint>
  2121. <hint type="destinationlabel">
  2122. <x>346</x>
  2123. <y>223</y>
  2124. </hint>
  2125. </hints>
  2126. </connection>
  2127. <connection>
  2128. <sender>ch_app_video</sender>
  2129. <signal>clicked(bool)</signal>
  2130. <receiver>cb_app_video</receiver>
  2131. <slot>setEnabled(bool)</slot>
  2132. <hints>
  2133. <hint type="sourcelabel">
  2134. <x>289</x>
  2135. <y>271</y>
  2136. </hint>
  2137. <hint type="destinationlabel">
  2138. <x>363</x>
  2139. <y>270</y>
  2140. </hint>
  2141. </hints>
  2142. </connection>
  2143. <connection>
  2144. <sender>ch_app_text</sender>
  2145. <signal>clicked(bool)</signal>
  2146. <receiver>cb_app_text</receiver>
  2147. <slot>setEnabled(bool)</slot>
  2148. <hints>
  2149. <hint type="sourcelabel">
  2150. <x>292</x>
  2151. <y>311</y>
  2152. </hint>
  2153. <hint type="destinationlabel">
  2154. <x>349</x>
  2155. <y>311</y>
  2156. </hint>
  2157. </hints>
  2158. </connection>
  2159. <connection>
  2160. <sender>ch_app_browser</sender>
  2161. <signal>clicked(bool)</signal>
  2162. <receiver>cb_app_browser</receiver>
  2163. <slot>setEnabled(bool)</slot>
  2164. <hints>
  2165. <hint type="sourcelabel">
  2166. <x>292</x>
  2167. <y>351</y>
  2168. </hint>
  2169. <hint type="destinationlabel">
  2170. <x>409</x>
  2171. <y>347</y>
  2172. </hint>
  2173. </hints>
  2174. </connection>
  2175. </connections>
  2176. </ui>