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.

jackappdialog.ui 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>JackAppDialog</class>
  4. <widget class="QDialog" name="JackAppDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>458</width>
  10. <height>546</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="l_note_features">
  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. <property name="sizePolicy">
  59. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  60. <horstretch>0</horstretch>
  61. <verstretch>0</verstretch>
  62. </sizepolicy>
  63. </property>
  64. </widget>
  65. </item>
  66. <item row="0" column="4" rowspan="3">
  67. <spacer name="horizontalSpacer_3">
  68. <property name="orientation">
  69. <enum>Qt::Horizontal</enum>
  70. </property>
  71. <property name="sizeType">
  72. <enum>QSizePolicy::Fixed</enum>
  73. </property>
  74. <property name="sizeHint" stdset="0">
  75. <size>
  76. <width>20</width>
  77. <height>60</height>
  78. </size>
  79. </property>
  80. </spacer>
  81. </item>
  82. <item row="1" column="1">
  83. <widget class="QLabel" name="label_5">
  84. <property name="text">
  85. <string>Application:</string>
  86. </property>
  87. <property name="alignment">
  88. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  89. </property>
  90. </widget>
  91. </item>
  92. <item row="1" column="2">
  93. <widget class="QRadioButton" name="rb_template">
  94. <property name="enabled">
  95. <bool>false</bool>
  96. </property>
  97. <property name="sizePolicy">
  98. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  99. <horstretch>0</horstretch>
  100. <verstretch>0</verstretch>
  101. </sizepolicy>
  102. </property>
  103. <property name="text">
  104. <string>From template</string>
  105. </property>
  106. </widget>
  107. </item>
  108. <item row="1" column="3">
  109. <widget class="QRadioButton" name="rb_custom">
  110. <property name="sizePolicy">
  111. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  112. <horstretch>0</horstretch>
  113. <verstretch>0</verstretch>
  114. </sizepolicy>
  115. </property>
  116. <property name="text">
  117. <string>Custom</string>
  118. </property>
  119. <property name="checked">
  120. <bool>true</bool>
  121. </property>
  122. </widget>
  123. </item>
  124. <item row="2" column="1" colspan="3">
  125. <widget class="QStackedWidget" name="stackedWidget">
  126. <property name="currentIndex">
  127. <number>1</number>
  128. </property>
  129. <widget class="QWidget" name="page_template">
  130. <layout class="QHBoxLayout" name="horizontalLayout_2">
  131. <property name="margin">
  132. <number>0</number>
  133. </property>
  134. <item>
  135. <widget class="QLabel" name="l_template">
  136. <property name="text">
  137. <string>Template:</string>
  138. </property>
  139. <property name="alignment">
  140. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  141. </property>
  142. </widget>
  143. </item>
  144. <item>
  145. <widget class="QComboBox" name="cb_template">
  146. <property name="sizePolicy">
  147. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  148. <horstretch>0</horstretch>
  149. <verstretch>0</verstretch>
  150. </sizepolicy>
  151. </property>
  152. <property name="editable">
  153. <bool>false</bool>
  154. </property>
  155. </widget>
  156. </item>
  157. </layout>
  158. </widget>
  159. <widget class="QWidget" name="page_command">
  160. <layout class="QHBoxLayout" name="horizontalLayout_3">
  161. <property name="margin">
  162. <number>0</number>
  163. </property>
  164. <item>
  165. <widget class="QLabel" name="l_command">
  166. <property name="text">
  167. <string>Command:</string>
  168. </property>
  169. <property name="alignment">
  170. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  171. </property>
  172. </widget>
  173. </item>
  174. <item>
  175. <widget class="QLineEdit" name="le_command"/>
  176. </item>
  177. </layout>
  178. </widget>
  179. </widget>
  180. </item>
  181. </layout>
  182. </widget>
  183. </item>
  184. <item>
  185. <widget class="QGroupBox" name="group_setup">
  186. <property name="title">
  187. <string>Setup</string>
  188. </property>
  189. <layout class="QGridLayout" name="gridLayout_2">
  190. <item row="2" column="0">
  191. <spacer name="horizontalSpacer_5">
  192. <property name="orientation">
  193. <enum>Qt::Horizontal</enum>
  194. </property>
  195. <property name="sizeType">
  196. <enum>QSizePolicy::Fixed</enum>
  197. </property>
  198. <property name="sizeHint" stdset="0">
  199. <size>
  200. <width>20</width>
  201. <height>1</height>
  202. </size>
  203. </property>
  204. </spacer>
  205. </item>
  206. <item row="0" column="1" colspan="8">
  207. <layout class="QHBoxLayout" name="horizontalLayout">
  208. <item>
  209. <spacer name="horizontalSpacer_10">
  210. <property name="orientation">
  211. <enum>Qt::Horizontal</enum>
  212. </property>
  213. <property name="sizeHint" stdset="0">
  214. <size>
  215. <width>40</width>
  216. <height>20</height>
  217. </size>
  218. </property>
  219. </spacer>
  220. </item>
  221. <item>
  222. <widget class="QLabel" name="label_6">
  223. <property name="text">
  224. <string>Session Manager:</string>
  225. </property>
  226. <property name="alignment">
  227. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  228. </property>
  229. </widget>
  230. </item>
  231. <item>
  232. <widget class="QComboBox" name="cb_session_mgr">
  233. <property name="currentIndex">
  234. <number>0</number>
  235. </property>
  236. <item>
  237. <property name="text">
  238. <string>None</string>
  239. </property>
  240. </item>
  241. <item>
  242. <property name="text">
  243. <string notr="true">LADISH (SIGUSR1)</string>
  244. </property>
  245. </item>
  246. <item>
  247. <property name="text">
  248. <string notr="true">NSM</string>
  249. </property>
  250. </item>
  251. </widget>
  252. </item>
  253. <item>
  254. <spacer name="horizontalSpacer_9">
  255. <property name="orientation">
  256. <enum>Qt::Horizontal</enum>
  257. </property>
  258. <property name="sizeHint" stdset="0">
  259. <size>
  260. <width>40</width>
  261. <height>20</height>
  262. </size>
  263. </property>
  264. </spacer>
  265. </item>
  266. </layout>
  267. </item>
  268. <item row="2" column="1">
  269. <widget class="QLabel" name="label_3">
  270. <property name="sizePolicy">
  271. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  272. <horstretch>0</horstretch>
  273. <verstretch>0</verstretch>
  274. </sizepolicy>
  275. </property>
  276. <property name="text">
  277. <string>Audio inputs:</string>
  278. </property>
  279. <property name="alignment">
  280. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  281. </property>
  282. </widget>
  283. </item>
  284. <item row="2" column="2">
  285. <widget class="QSpinBox" name="sb_audio_ins">
  286. <property name="maximum">
  287. <number>64</number>
  288. </property>
  289. </widget>
  290. </item>
  291. <item row="2" column="3">
  292. <spacer name="horizontalSpacer_7">
  293. <property name="orientation">
  294. <enum>Qt::Horizontal</enum>
  295. </property>
  296. <property name="sizeType">
  297. <enum>QSizePolicy::Fixed</enum>
  298. </property>
  299. <property name="sizeHint" stdset="0">
  300. <size>
  301. <width>20</width>
  302. <height>1</height>
  303. </size>
  304. </property>
  305. </spacer>
  306. </item>
  307. <item row="2" column="4" rowspan="2">
  308. <widget class="Line" name="line">
  309. <property name="lineWidth">
  310. <number>0</number>
  311. </property>
  312. <property name="midLineWidth">
  313. <number>1</number>
  314. </property>
  315. <property name="orientation">
  316. <enum>Qt::Vertical</enum>
  317. </property>
  318. </widget>
  319. </item>
  320. <item row="2" column="5">
  321. <spacer name="horizontalSpacer_13">
  322. <property name="orientation">
  323. <enum>Qt::Horizontal</enum>
  324. </property>
  325. <property name="sizeType">
  326. <enum>QSizePolicy::Fixed</enum>
  327. </property>
  328. <property name="sizeHint" stdset="0">
  329. <size>
  330. <width>20</width>
  331. <height>1</height>
  332. </size>
  333. </property>
  334. </spacer>
  335. </item>
  336. <item row="2" column="6">
  337. <widget class="QLabel" name="label_7">
  338. <property name="text">
  339. <string>MIDI inputs:</string>
  340. </property>
  341. <property name="alignment">
  342. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  343. </property>
  344. </widget>
  345. </item>
  346. <item row="2" column="7">
  347. <widget class="QSpinBox" name="sb_midi_ins">
  348. <property name="maximum">
  349. <number>1</number>
  350. </property>
  351. </widget>
  352. </item>
  353. <item row="2" column="8">
  354. <spacer name="horizontalSpacer_15">
  355. <property name="orientation">
  356. <enum>Qt::Horizontal</enum>
  357. </property>
  358. <property name="sizeHint" stdset="0">
  359. <size>
  360. <width>1</width>
  361. <height>1</height>
  362. </size>
  363. </property>
  364. </spacer>
  365. </item>
  366. <item row="3" column="0">
  367. <spacer name="horizontalSpacer_6">
  368. <property name="orientation">
  369. <enum>Qt::Horizontal</enum>
  370. </property>
  371. <property name="sizeType">
  372. <enum>QSizePolicy::Fixed</enum>
  373. </property>
  374. <property name="sizeHint" stdset="0">
  375. <size>
  376. <width>20</width>
  377. <height>1</height>
  378. </size>
  379. </property>
  380. </spacer>
  381. </item>
  382. <item row="3" column="1">
  383. <widget class="QLabel" name="label_4">
  384. <property name="sizePolicy">
  385. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  386. <horstretch>0</horstretch>
  387. <verstretch>0</verstretch>
  388. </sizepolicy>
  389. </property>
  390. <property name="text">
  391. <string>Audio outputs:</string>
  392. </property>
  393. <property name="alignment">
  394. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  395. </property>
  396. </widget>
  397. </item>
  398. <item row="3" column="2">
  399. <widget class="QSpinBox" name="sb_audio_outs">
  400. <property name="maximum">
  401. <number>64</number>
  402. </property>
  403. </widget>
  404. </item>
  405. <item row="3" column="3">
  406. <spacer name="horizontalSpacer_8">
  407. <property name="orientation">
  408. <enum>Qt::Horizontal</enum>
  409. </property>
  410. <property name="sizeType">
  411. <enum>QSizePolicy::Fixed</enum>
  412. </property>
  413. <property name="sizeHint" stdset="0">
  414. <size>
  415. <width>20</width>
  416. <height>1</height>
  417. </size>
  418. </property>
  419. </spacer>
  420. </item>
  421. <item row="3" column="5">
  422. <spacer name="horizontalSpacer_14">
  423. <property name="orientation">
  424. <enum>Qt::Horizontal</enum>
  425. </property>
  426. <property name="sizeType">
  427. <enum>QSizePolicy::Fixed</enum>
  428. </property>
  429. <property name="sizeHint" stdset="0">
  430. <size>
  431. <width>20</width>
  432. <height>1</height>
  433. </size>
  434. </property>
  435. </spacer>
  436. </item>
  437. <item row="3" column="6">
  438. <widget class="QLabel" name="label_8">
  439. <property name="text">
  440. <string>MIDI outputs:</string>
  441. </property>
  442. <property name="alignment">
  443. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  444. </property>
  445. </widget>
  446. </item>
  447. <item row="3" column="7">
  448. <widget class="QSpinBox" name="sb_midi_outs">
  449. <property name="maximum">
  450. <number>1</number>
  451. </property>
  452. </widget>
  453. </item>
  454. <item row="3" column="8">
  455. <spacer name="horizontalSpacer_16">
  456. <property name="orientation">
  457. <enum>Qt::Horizontal</enum>
  458. </property>
  459. <property name="sizeHint" stdset="0">
  460. <size>
  461. <width>1</width>
  462. <height>1</height>
  463. </size>
  464. </property>
  465. </spacer>
  466. </item>
  467. <item row="1" column="2" colspan="7">
  468. <widget class="QCheckBox" name="cb_manage_window">
  469. <property name="text">
  470. <string>Take control of main application window</string>
  471. </property>
  472. </widget>
  473. </item>
  474. </layout>
  475. </widget>
  476. </item>
  477. <item>
  478. <widget class="QGroupBox" name="group_workarounds">
  479. <property name="title">
  480. <string>Workarounds</string>
  481. </property>
  482. <layout class="QGridLayout" name="gridLayout_3">
  483. <item row="4" column="1">
  484. <widget class="QCheckBox" name="cb_external_start">
  485. <property name="text">
  486. <string>Wait for external application start (Advanced, for Debug only)</string>
  487. </property>
  488. </widget>
  489. </item>
  490. <item row="0" column="1">
  491. <widget class="QCheckBox" name="cb_capture_first_window">
  492. <property name="enabled">
  493. <bool>false</bool>
  494. </property>
  495. <property name="text">
  496. <string>Capture only the first X11 Window</string>
  497. </property>
  498. </widget>
  499. </item>
  500. <item row="0" column="0">
  501. <spacer name="horizontalSpacer">
  502. <property name="orientation">
  503. <enum>Qt::Horizontal</enum>
  504. </property>
  505. <property name="sizeType">
  506. <enum>QSizePolicy::Fixed</enum>
  507. </property>
  508. <property name="sizeHint" stdset="0">
  509. <size>
  510. <width>20</width>
  511. <height>1</height>
  512. </size>
  513. </property>
  514. </spacer>
  515. </item>
  516. <item row="0" column="2">
  517. <spacer name="horizontalSpacer_2">
  518. <property name="orientation">
  519. <enum>Qt::Horizontal</enum>
  520. </property>
  521. <property name="sizeHint" stdset="0">
  522. <size>
  523. <width>135</width>
  524. <height>1</height>
  525. </size>
  526. </property>
  527. </spacer>
  528. </item>
  529. <item row="2" column="1">
  530. <widget class="QCheckBox" name="cb_buffers_addition_mode">
  531. <property name="text">
  532. <string>Use previous client output buffer as input for the next client</string>
  533. </property>
  534. </widget>
  535. </item>
  536. <item row="1" column="1">
  537. <widget class="QCheckBox" name="cb_out_midi_mixdown">
  538. <property name="text">
  539. <string>Simulate 16 JACK MIDI outputs, with MIDI channel as port index</string>
  540. </property>
  541. </widget>
  542. </item>
  543. </layout>
  544. </widget>
  545. </item>
  546. <item>
  547. <widget class="QFrame" name="group_error">
  548. <property name="frameShape">
  549. <enum>QFrame::StyledPanel</enum>
  550. </property>
  551. <property name="frameShadow">
  552. <enum>QFrame::Raised</enum>
  553. </property>
  554. <layout class="QHBoxLayout" name="horizontalLayout_4">
  555. <item>
  556. <widget class="QLabel" name="ico_error">
  557. <property name="sizePolicy">
  558. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  559. <horstretch>16</horstretch>
  560. <verstretch>16</verstretch>
  561. </sizepolicy>
  562. </property>
  563. <property name="maximumSize">
  564. <size>
  565. <width>16</width>
  566. <height>16</height>
  567. </size>
  568. </property>
  569. <property name="text">
  570. <string/>
  571. </property>
  572. <property name="pixmap">
  573. <pixmap resource="../resources.qrc">:/16x16/dialog-cancel.svgz</pixmap>
  574. </property>
  575. <property name="scaledContents">
  576. <bool>true</bool>
  577. </property>
  578. </widget>
  579. </item>
  580. <item>
  581. <widget class="QLabel" name="l_error">
  582. <property name="text">
  583. <string>Error here</string>
  584. </property>
  585. </widget>
  586. </item>
  587. </layout>
  588. </widget>
  589. </item>
  590. <item>
  591. <spacer name="verticalSpacer">
  592. <property name="orientation">
  593. <enum>Qt::Vertical</enum>
  594. </property>
  595. <property name="sizeHint" stdset="0">
  596. <size>
  597. <width>20</width>
  598. <height>40</height>
  599. </size>
  600. </property>
  601. </spacer>
  602. </item>
  603. <item>
  604. <widget class="QDialogButtonBox" name="buttonBox">
  605. <property name="orientation">
  606. <enum>Qt::Horizontal</enum>
  607. </property>
  608. <property name="standardButtons">
  609. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  610. </property>
  611. </widget>
  612. </item>
  613. </layout>
  614. </widget>
  615. <resources>
  616. <include location="../resources.qrc"/>
  617. </resources>
  618. <connections>
  619. <connection>
  620. <sender>buttonBox</sender>
  621. <signal>accepted()</signal>
  622. <receiver>JackAppDialog</receiver>
  623. <slot>accept()</slot>
  624. <hints>
  625. <hint type="sourcelabel">
  626. <x>248</x>
  627. <y>254</y>
  628. </hint>
  629. <hint type="destinationlabel">
  630. <x>157</x>
  631. <y>274</y>
  632. </hint>
  633. </hints>
  634. </connection>
  635. <connection>
  636. <sender>buttonBox</sender>
  637. <signal>rejected()</signal>
  638. <receiver>JackAppDialog</receiver>
  639. <slot>reject()</slot>
  640. <hints>
  641. <hint type="sourcelabel">
  642. <x>316</x>
  643. <y>260</y>
  644. </hint>
  645. <hint type="destinationlabel">
  646. <x>286</x>
  647. <y>274</y>
  648. </hint>
  649. </hints>
  650. </connection>
  651. </connections>
  652. </ui>