Audio plugin host https://kx.studio/carla
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.

551 lines
16KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>496</width>
  10. <height>438</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Add JACK Application</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QLabel" name="label_9">
  19. <property name="text">
  20. <string>Note: Features not implemented yet are greyed out</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item>
  25. <widget class="QGroupBox" name="group_command">
  26. <property name="title">
  27. <string>Application</string>
  28. </property>
  29. <layout class="QGridLayout" name="gridLayout">
  30. <item row="0" column="0" rowspan="3">
  31. <spacer name="horizontalSpacer_4">
  32. <property name="orientation">
  33. <enum>Qt::Horizontal</enum>
  34. </property>
  35. <property name="sizeType">
  36. <enum>QSizePolicy::Fixed</enum>
  37. </property>
  38. <property name="sizeHint" stdset="0">
  39. <size>
  40. <width>20</width>
  41. <height>60</height>
  42. </size>
  43. </property>
  44. </spacer>
  45. </item>
  46. <item row="0" column="1">
  47. <widget class="QLabel" name="label_10">
  48. <property name="text">
  49. <string>Name:</string>
  50. </property>
  51. <property name="alignment">
  52. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  53. </property>
  54. </widget>
  55. </item>
  56. <item row="0" column="2" colspan="2">
  57. <widget class="QLineEdit" name="le_name"/>
  58. </item>
  59. <item row="0" column="4" rowspan="3">
  60. <spacer name="horizontalSpacer_3">
  61. <property name="orientation">
  62. <enum>Qt::Horizontal</enum>
  63. </property>
  64. <property name="sizeType">
  65. <enum>QSizePolicy::Fixed</enum>
  66. </property>
  67. <property name="sizeHint" stdset="0">
  68. <size>
  69. <width>20</width>
  70. <height>60</height>
  71. </size>
  72. </property>
  73. </spacer>
  74. </item>
  75. <item row="1" column="1">
  76. <widget class="QLabel" name="label_5">
  77. <property name="text">
  78. <string>Application:</string>
  79. </property>
  80. <property name="alignment">
  81. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  82. </property>
  83. </widget>
  84. </item>
  85. <item row="1" column="2">
  86. <widget class="QRadioButton" name="rb_template">
  87. <property name="enabled">
  88. <bool>false</bool>
  89. </property>
  90. <property name="sizePolicy">
  91. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  92. <horstretch>0</horstretch>
  93. <verstretch>0</verstretch>
  94. </sizepolicy>
  95. </property>
  96. <property name="text">
  97. <string>From template</string>
  98. </property>
  99. </widget>
  100. </item>
  101. <item row="1" column="3">
  102. <widget class="QRadioButton" name="rb_custom">
  103. <property name="sizePolicy">
  104. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  105. <horstretch>0</horstretch>
  106. <verstretch>0</verstretch>
  107. </sizepolicy>
  108. </property>
  109. <property name="text">
  110. <string>Custom</string>
  111. </property>
  112. <property name="checked">
  113. <bool>true</bool>
  114. </property>
  115. </widget>
  116. </item>
  117. <item row="2" column="1" colspan="3">
  118. <widget class="QStackedWidget" name="stackedWidget">
  119. <property name="currentIndex">
  120. <number>1</number>
  121. </property>
  122. <widget class="QWidget" name="page_template">
  123. <layout class="QHBoxLayout" name="horizontalLayout_2">
  124. <property name="margin">
  125. <number>0</number>
  126. </property>
  127. <item>
  128. <widget class="QLabel" name="l_template">
  129. <property name="text">
  130. <string>Template:</string>
  131. </property>
  132. <property name="alignment">
  133. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  134. </property>
  135. </widget>
  136. </item>
  137. <item>
  138. <widget class="QComboBox" name="cb_template">
  139. <property name="sizePolicy">
  140. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  141. <horstretch>0</horstretch>
  142. <verstretch>0</verstretch>
  143. </sizepolicy>
  144. </property>
  145. <property name="editable">
  146. <bool>false</bool>
  147. </property>
  148. </widget>
  149. </item>
  150. </layout>
  151. </widget>
  152. <widget class="QWidget" name="page_command">
  153. <layout class="QHBoxLayout" name="horizontalLayout_3">
  154. <property name="margin">
  155. <number>0</number>
  156. </property>
  157. <item>
  158. <widget class="QLabel" name="l_command">
  159. <property name="text">
  160. <string>Command:</string>
  161. </property>
  162. <property name="alignment">
  163. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  164. </property>
  165. </widget>
  166. </item>
  167. <item>
  168. <widget class="QLineEdit" name="le_command"/>
  169. </item>
  170. </layout>
  171. </widget>
  172. </widget>
  173. </item>
  174. </layout>
  175. </widget>
  176. </item>
  177. <item>
  178. <widget class="QGroupBox" name="group_setup">
  179. <property name="title">
  180. <string>Setup</string>
  181. </property>
  182. <layout class="QGridLayout" name="gridLayout_2">
  183. <item row="0" column="1" colspan="8">
  184. <layout class="QHBoxLayout" name="horizontalLayout">
  185. <item>
  186. <spacer name="horizontalSpacer_10">
  187. <property name="orientation">
  188. <enum>Qt::Horizontal</enum>
  189. </property>
  190. <property name="sizeHint" stdset="0">
  191. <size>
  192. <width>40</width>
  193. <height>20</height>
  194. </size>
  195. </property>
  196. </spacer>
  197. </item>
  198. <item>
  199. <widget class="QLabel" name="label_6">
  200. <property name="text">
  201. <string>Session Manager:</string>
  202. </property>
  203. <property name="alignment">
  204. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  205. </property>
  206. </widget>
  207. </item>
  208. <item>
  209. <widget class="QComboBox" name="cb_session_mgr">
  210. <property name="currentIndex">
  211. <number>0</number>
  212. </property>
  213. <item>
  214. <property name="text">
  215. <string>None</string>
  216. </property>
  217. </item>
  218. <item>
  219. <property name="text">
  220. <string notr="true">LADISH (SIGUSR1)</string>
  221. </property>
  222. </item>
  223. <item>
  224. <property name="text">
  225. <string notr="true">NSM</string>
  226. </property>
  227. </item>
  228. </widget>
  229. </item>
  230. <item>
  231. <spacer name="horizontalSpacer_9">
  232. <property name="orientation">
  233. <enum>Qt::Horizontal</enum>
  234. </property>
  235. <property name="sizeHint" stdset="0">
  236. <size>
  237. <width>40</width>
  238. <height>20</height>
  239. </size>
  240. </property>
  241. </spacer>
  242. </item>
  243. </layout>
  244. </item>
  245. <item row="1" column="1" colspan="3">
  246. <widget class="QCheckBox" name="cb_manage_window">
  247. <property name="text">
  248. <string>Take control of main application window</string>
  249. </property>
  250. </widget>
  251. </item>
  252. <item row="2" column="0">
  253. <spacer name="horizontalSpacer_5">
  254. <property name="orientation">
  255. <enum>Qt::Horizontal</enum>
  256. </property>
  257. <property name="sizeType">
  258. <enum>QSizePolicy::Fixed</enum>
  259. </property>
  260. <property name="sizeHint" stdset="0">
  261. <size>
  262. <width>20</width>
  263. <height>1</height>
  264. </size>
  265. </property>
  266. </spacer>
  267. </item>
  268. <item row="2" column="1">
  269. <widget class="QLabel" name="label_3">
  270. <property name="text">
  271. <string>Audio inputs:</string>
  272. </property>
  273. <property name="alignment">
  274. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  275. </property>
  276. </widget>
  277. </item>
  278. <item row="2" column="2">
  279. <widget class="QSpinBox" name="sb_audio_ins">
  280. <property name="maximum">
  281. <number>64</number>
  282. </property>
  283. </widget>
  284. </item>
  285. <item row="2" column="3">
  286. <spacer name="horizontalSpacer_7">
  287. <property name="orientation">
  288. <enum>Qt::Horizontal</enum>
  289. </property>
  290. <property name="sizeHint" stdset="0">
  291. <size>
  292. <width>1</width>
  293. <height>1</height>
  294. </size>
  295. </property>
  296. </spacer>
  297. </item>
  298. <item row="2" column="4" rowspan="2">
  299. <widget class="Line" name="line">
  300. <property name="lineWidth">
  301. <number>0</number>
  302. </property>
  303. <property name="midLineWidth">
  304. <number>1</number>
  305. </property>
  306. <property name="orientation">
  307. <enum>Qt::Vertical</enum>
  308. </property>
  309. </widget>
  310. </item>
  311. <item row="2" column="5">
  312. <spacer name="horizontalSpacer_13">
  313. <property name="orientation">
  314. <enum>Qt::Horizontal</enum>
  315. </property>
  316. <property name="sizeHint" stdset="0">
  317. <size>
  318. <width>1</width>
  319. <height>1</height>
  320. </size>
  321. </property>
  322. </spacer>
  323. </item>
  324. <item row="2" column="6">
  325. <widget class="QLabel" name="label_7">
  326. <property name="text">
  327. <string>MIDI inputs:</string>
  328. </property>
  329. <property name="alignment">
  330. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  331. </property>
  332. </widget>
  333. </item>
  334. <item row="2" column="7">
  335. <widget class="QSpinBox" name="sb_midi_ins">
  336. <property name="maximum">
  337. <number>1</number>
  338. </property>
  339. </widget>
  340. </item>
  341. <item row="2" column="8">
  342. <spacer name="horizontalSpacer_15">
  343. <property name="orientation">
  344. <enum>Qt::Horizontal</enum>
  345. </property>
  346. <property name="sizeHint" stdset="0">
  347. <size>
  348. <width>1</width>
  349. <height>1</height>
  350. </size>
  351. </property>
  352. </spacer>
  353. </item>
  354. <item row="3" column="0">
  355. <spacer name="horizontalSpacer_6">
  356. <property name="orientation">
  357. <enum>Qt::Horizontal</enum>
  358. </property>
  359. <property name="sizeType">
  360. <enum>QSizePolicy::Fixed</enum>
  361. </property>
  362. <property name="sizeHint" stdset="0">
  363. <size>
  364. <width>20</width>
  365. <height>1</height>
  366. </size>
  367. </property>
  368. </spacer>
  369. </item>
  370. <item row="3" column="1">
  371. <widget class="QLabel" name="label_4">
  372. <property name="text">
  373. <string>Audio outputs:</string>
  374. </property>
  375. <property name="alignment">
  376. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  377. </property>
  378. </widget>
  379. </item>
  380. <item row="3" column="2">
  381. <widget class="QSpinBox" name="sb_audio_outs">
  382. <property name="maximum">
  383. <number>64</number>
  384. </property>
  385. </widget>
  386. </item>
  387. <item row="3" column="3">
  388. <spacer name="horizontalSpacer_8">
  389. <property name="orientation">
  390. <enum>Qt::Horizontal</enum>
  391. </property>
  392. <property name="sizeHint" stdset="0">
  393. <size>
  394. <width>1</width>
  395. <height>1</height>
  396. </size>
  397. </property>
  398. </spacer>
  399. </item>
  400. <item row="3" column="5">
  401. <spacer name="horizontalSpacer_14">
  402. <property name="orientation">
  403. <enum>Qt::Horizontal</enum>
  404. </property>
  405. <property name="sizeHint" stdset="0">
  406. <size>
  407. <width>1</width>
  408. <height>1</height>
  409. </size>
  410. </property>
  411. </spacer>
  412. </item>
  413. <item row="3" column="6">
  414. <widget class="QLabel" name="label_8">
  415. <property name="text">
  416. <string>MIDI outputs:</string>
  417. </property>
  418. <property name="alignment">
  419. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  420. </property>
  421. </widget>
  422. </item>
  423. <item row="3" column="7">
  424. <widget class="QSpinBox" name="sb_midi_outs">
  425. <property name="maximum">
  426. <number>1</number>
  427. </property>
  428. </widget>
  429. </item>
  430. <item row="3" column="8">
  431. <spacer name="horizontalSpacer_16">
  432. <property name="orientation">
  433. <enum>Qt::Horizontal</enum>
  434. </property>
  435. <property name="sizeHint" stdset="0">
  436. <size>
  437. <width>1</width>
  438. <height>1</height>
  439. </size>
  440. </property>
  441. </spacer>
  442. </item>
  443. </layout>
  444. </widget>
  445. </item>
  446. <item>
  447. <widget class="QGroupBox" name="groupBox">
  448. <property name="title">
  449. <string>Workarounds</string>
  450. </property>
  451. <layout class="QGridLayout" name="gridLayout_3">
  452. <item row="0" column="1">
  453. <widget class="QCheckBox" name="cb_capture_first_window">
  454. <property name="enabled">
  455. <bool>false</bool>
  456. </property>
  457. <property name="text">
  458. <string>Capture only the first X11 Window</string>
  459. </property>
  460. </widget>
  461. </item>
  462. <item row="0" column="0">
  463. <spacer name="horizontalSpacer">
  464. <property name="orientation">
  465. <enum>Qt::Horizontal</enum>
  466. </property>
  467. <property name="sizeType">
  468. <enum>QSizePolicy::Fixed</enum>
  469. </property>
  470. <property name="sizeHint" stdset="0">
  471. <size>
  472. <width>20</width>
  473. <height>1</height>
  474. </size>
  475. </property>
  476. </spacer>
  477. </item>
  478. <item row="0" column="2">
  479. <spacer name="horizontalSpacer_2">
  480. <property name="orientation">
  481. <enum>Qt::Horizontal</enum>
  482. </property>
  483. <property name="sizeHint" stdset="0">
  484. <size>
  485. <width>135</width>
  486. <height>1</height>
  487. </size>
  488. </property>
  489. </spacer>
  490. </item>
  491. <item row="1" column="1">
  492. <widget class="QCheckBox" name="cb_buffers_addition_mode">
  493. <property name="text">
  494. <string>Use previous client output buffer as input for the next client</string>
  495. </property>
  496. </widget>
  497. </item>
  498. </layout>
  499. </widget>
  500. </item>
  501. <item>
  502. <widget class="QDialogButtonBox" name="buttonBox">
  503. <property name="orientation">
  504. <enum>Qt::Horizontal</enum>
  505. </property>
  506. <property name="standardButtons">
  507. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  508. </property>
  509. </widget>
  510. </item>
  511. </layout>
  512. </widget>
  513. <resources>
  514. <include location="../resources.qrc"/>
  515. </resources>
  516. <connections>
  517. <connection>
  518. <sender>buttonBox</sender>
  519. <signal>accepted()</signal>
  520. <receiver>Dialog</receiver>
  521. <slot>accept()</slot>
  522. <hints>
  523. <hint type="sourcelabel">
  524. <x>248</x>
  525. <y>254</y>
  526. </hint>
  527. <hint type="destinationlabel">
  528. <x>157</x>
  529. <y>274</y>
  530. </hint>
  531. </hints>
  532. </connection>
  533. <connection>
  534. <sender>buttonBox</sender>
  535. <signal>rejected()</signal>
  536. <receiver>Dialog</receiver>
  537. <slot>reject()</slot>
  538. <hints>
  539. <hint type="sourcelabel">
  540. <x>316</x>
  541. <y>260</y>
  542. </hint>
  543. <hint type="destinationlabel">
  544. <x>286</x>
  545. <y>274</y>
  546. </hint>
  547. </hints>
  548. </connection>
  549. </connections>
  550. </ui>