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.

683 lines
20KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CarlaHostW</class>
  4. <widget class="QMainWindow" name="CarlaHostW">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>688</width>
  10. <height>355</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QHBoxLayout" name="horizontalLayout_2">
  18. <property name="leftMargin">
  19. <number>0</number>
  20. </property>
  21. <property name="topMargin">
  22. <number>1</number>
  23. </property>
  24. <property name="rightMargin">
  25. <number>0</number>
  26. </property>
  27. <property name="bottomMargin">
  28. <number>0</number>
  29. </property>
  30. <item>
  31. <widget class="QSplitter" name="splitter">
  32. <property name="orientation">
  33. <enum>Qt::Horizontal</enum>
  34. </property>
  35. <widget class="QWidget" name="layoutWidget">
  36. <layout class="QVBoxLayout" name="verticalLayout_4">
  37. <property name="spacing">
  38. <number>1</number>
  39. </property>
  40. <item>
  41. <widget class="QTabWidget" name="tabUtils">
  42. <property name="sizePolicy">
  43. <sizepolicy hsizetype="Ignored" vsizetype="Expanding">
  44. <horstretch>0</horstretch>
  45. <verstretch>0</verstretch>
  46. </sizepolicy>
  47. </property>
  48. <property name="minimumSize">
  49. <size>
  50. <width>210</width>
  51. <height>0</height>
  52. </size>
  53. </property>
  54. <property name="acceptDrops">
  55. <bool>false</bool>
  56. </property>
  57. <property name="tabPosition">
  58. <enum>QTabWidget::West</enum>
  59. </property>
  60. <property name="currentIndex">
  61. <number>0</number>
  62. </property>
  63. <widget class="QWidget" name="disk">
  64. <property name="acceptDrops">
  65. <bool>false</bool>
  66. </property>
  67. <attribute name="title">
  68. <string>Disk</string>
  69. </attribute>
  70. <layout class="QVBoxLayout" name="verticalLayout_3">
  71. <property name="spacing">
  72. <number>0</number>
  73. </property>
  74. <property name="leftMargin">
  75. <number>0</number>
  76. </property>
  77. <property name="topMargin">
  78. <number>0</number>
  79. </property>
  80. <property name="rightMargin">
  81. <number>0</number>
  82. </property>
  83. <property name="bottomMargin">
  84. <number>1</number>
  85. </property>
  86. <item>
  87. <layout class="QHBoxLayout" name="horizontalLayout">
  88. <item>
  89. <widget class="QComboBox" name="cb_disk">
  90. <item>
  91. <property name="text">
  92. <string>Home</string>
  93. </property>
  94. </item>
  95. </widget>
  96. </item>
  97. <item>
  98. <widget class="QToolButton" name="b_disk_add">
  99. <property name="text">
  100. <string/>
  101. </property>
  102. <property name="icon">
  103. <iconset resource="../resources.qrc">
  104. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  105. </property>
  106. </widget>
  107. </item>
  108. <item>
  109. <widget class="QToolButton" name="b_disk_remove">
  110. <property name="enabled">
  111. <bool>false</bool>
  112. </property>
  113. <property name="text">
  114. <string/>
  115. </property>
  116. <property name="icon">
  117. <iconset resource="../resources.qrc">
  118. <normaloff>:/16x16/list-remove.png</normaloff>:/16x16/list-remove.png</iconset>
  119. </property>
  120. </widget>
  121. </item>
  122. </layout>
  123. </item>
  124. <item>
  125. <widget class="QTreeView" name="fileTreeView">
  126. <property name="editTriggers">
  127. <set>QAbstractItemView::NoEditTriggers</set>
  128. </property>
  129. <property name="dragEnabled">
  130. <bool>true</bool>
  131. </property>
  132. <property name="dragDropMode">
  133. <enum>QAbstractItemView::DragDrop</enum>
  134. </property>
  135. </widget>
  136. </item>
  137. </layout>
  138. </widget>
  139. <widget class="QWidget" name="plugins">
  140. <attribute name="title">
  141. <string>Plugins</string>
  142. </attribute>
  143. </widget>
  144. </widget>
  145. </item>
  146. <item>
  147. <widget class="CanvasPreviewFrame" name="miniCanvasPreview">
  148. <property name="minimumSize">
  149. <size>
  150. <width>210</width>
  151. <height>162</height>
  152. </size>
  153. </property>
  154. <property name="maximumSize">
  155. <size>
  156. <width>210</width>
  157. <height>162</height>
  158. </size>
  159. </property>
  160. <property name="acceptDrops">
  161. <bool>false</bool>
  162. </property>
  163. <property name="frameShape">
  164. <enum>QFrame::StyledPanel</enum>
  165. </property>
  166. <property name="frameShadow">
  167. <enum>QFrame::Sunken</enum>
  168. </property>
  169. </widget>
  170. </item>
  171. </layout>
  172. </widget>
  173. </widget>
  174. </item>
  175. </layout>
  176. </widget>
  177. <widget class="QMenuBar" name="menubar">
  178. <property name="geometry">
  179. <rect>
  180. <x>0</x>
  181. <y>0</y>
  182. <width>688</width>
  183. <height>17</height>
  184. </rect>
  185. </property>
  186. <widget class="QMenu" name="menu_File">
  187. <property name="title">
  188. <string>&amp;File</string>
  189. </property>
  190. <addaction name="act_file_new"/>
  191. <addaction name="act_file_open"/>
  192. <addaction name="act_file_save"/>
  193. <addaction name="act_file_save_as"/>
  194. <addaction name="separator"/>
  195. <addaction name="act_file_quit"/>
  196. </widget>
  197. <widget class="QMenu" name="menu_Engine">
  198. <property name="title">
  199. <string>&amp;Engine</string>
  200. </property>
  201. <addaction name="act_engine_start"/>
  202. <addaction name="act_engine_stop"/>
  203. </widget>
  204. <widget class="QMenu" name="menu_Plugin">
  205. <property name="title">
  206. <string>&amp;Plugin</string>
  207. </property>
  208. <widget class="QMenu" name="menu_PluginMacros">
  209. <property name="title">
  210. <string>Macros (all plugins)</string>
  211. </property>
  212. <addaction name="act_plugins_enable"/>
  213. <addaction name="act_plugins_disable"/>
  214. <addaction name="separator"/>
  215. <addaction name="act_plugins_volume100"/>
  216. <addaction name="act_plugins_mute"/>
  217. <addaction name="separator"/>
  218. <addaction name="act_plugins_wet100"/>
  219. <addaction name="act_plugins_bypass"/>
  220. <addaction name="separator"/>
  221. <addaction name="act_plugins_center"/>
  222. </widget>
  223. <addaction name="act_plugin_add"/>
  224. <addaction name="act_plugin_remove_all"/>
  225. <addaction name="separator"/>
  226. <addaction name="menu_PluginMacros"/>
  227. </widget>
  228. <widget class="QMenu" name="menu_Transport">
  229. <property name="title">
  230. <string>&amp;Transport</string>
  231. </property>
  232. <addaction name="act_transport_play"/>
  233. <addaction name="act_transport_stop"/>
  234. <addaction name="act_transport_backwards"/>
  235. <addaction name="act_transport_forwards"/>
  236. </widget>
  237. <widget class="QMenu" name="menu_Canvas">
  238. <property name="title">
  239. <string>&amp;Canvas</string>
  240. </property>
  241. <widget class="QMenu" name="menu_Canvas_Zoom">
  242. <property name="title">
  243. <string>Zoom</string>
  244. </property>
  245. <addaction name="act_canvas_zoom_fit"/>
  246. <addaction name="separator"/>
  247. <addaction name="act_canvas_zoom_in"/>
  248. <addaction name="act_canvas_zoom_out"/>
  249. <addaction name="act_canvas_zoom_100"/>
  250. </widget>
  251. <addaction name="act_canvas_arrange"/>
  252. <addaction name="act_canvas_refresh"/>
  253. <addaction name="menu_Canvas_Zoom"/>
  254. <addaction name="separator"/>
  255. <addaction name="act_canvas_print"/>
  256. <addaction name="act_canvas_save_image"/>
  257. </widget>
  258. <widget class="QMenu" name="menu_Settings">
  259. <property name="title">
  260. <string>&amp;Settings</string>
  261. </property>
  262. <addaction name="act_settings_show_toolbar"/>
  263. <addaction name="separator"/>
  264. <addaction name="act_settings_configure"/>
  265. </widget>
  266. <widget class="QMenu" name="menu_Help">
  267. <property name="title">
  268. <string>&amp;Help</string>
  269. </property>
  270. <addaction name="act_help_about"/>
  271. <addaction name="act_help_about_qt"/>
  272. </widget>
  273. <addaction name="menu_File"/>
  274. <addaction name="menu_Engine"/>
  275. <addaction name="menu_Plugin"/>
  276. <addaction name="menu_Transport"/>
  277. <addaction name="menu_Canvas"/>
  278. <addaction name="menu_Settings"/>
  279. <addaction name="menu_Help"/>
  280. </widget>
  281. <widget class="QToolBar" name="toolBar">
  282. <property name="windowTitle">
  283. <string>toolBar</string>
  284. </property>
  285. <property name="movable">
  286. <bool>false</bool>
  287. </property>
  288. <property name="allowedAreas">
  289. <set>Qt::NoToolBarArea</set>
  290. </property>
  291. <property name="toolButtonStyle">
  292. <enum>Qt::ToolButtonTextBesideIcon</enum>
  293. </property>
  294. <attribute name="toolBarArea">
  295. <enum>TopToolBarArea</enum>
  296. </attribute>
  297. <attribute name="toolBarBreak">
  298. <bool>false</bool>
  299. </attribute>
  300. <addaction name="act_file_new"/>
  301. <addaction name="act_file_open"/>
  302. <addaction name="act_file_save"/>
  303. <addaction name="act_file_save_as"/>
  304. <addaction name="separator"/>
  305. <addaction name="act_plugin_add2"/>
  306. <addaction name="act_plugin_remove_all"/>
  307. <addaction name="act_plugins_panic"/>
  308. <addaction name="separator"/>
  309. <addaction name="act_settings_configure"/>
  310. </widget>
  311. <action name="act_file_new">
  312. <property name="icon">
  313. <iconset resource="../resources.qrc">
  314. <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
  315. </property>
  316. <property name="text">
  317. <string>&amp;New</string>
  318. </property>
  319. <property name="shortcut">
  320. <string>Ctrl+N</string>
  321. </property>
  322. </action>
  323. <action name="act_file_open">
  324. <property name="icon">
  325. <iconset resource="../resources.qrc">
  326. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  327. </property>
  328. <property name="text">
  329. <string>&amp;Open...</string>
  330. </property>
  331. <property name="shortcut">
  332. <string>Ctrl+O</string>
  333. </property>
  334. </action>
  335. <action name="act_file_save">
  336. <property name="icon">
  337. <iconset resource="../resources.qrc">
  338. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  339. </property>
  340. <property name="text">
  341. <string>&amp;Save</string>
  342. </property>
  343. <property name="shortcut">
  344. <string>Ctrl+S</string>
  345. </property>
  346. </action>
  347. <action name="act_file_save_as">
  348. <property name="icon">
  349. <iconset resource="../resources.qrc">
  350. <normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset>
  351. </property>
  352. <property name="text">
  353. <string>Save &amp;As...</string>
  354. </property>
  355. <property name="shortcut">
  356. <string>Ctrl+Shift+S</string>
  357. </property>
  358. </action>
  359. <action name="act_file_quit">
  360. <property name="icon">
  361. <iconset resource="../resources.qrc">
  362. <normaloff>:/16x16/application-exit.png</normaloff>:/16x16/application-exit.png</iconset>
  363. </property>
  364. <property name="text">
  365. <string>&amp;Quit</string>
  366. </property>
  367. <property name="shortcut">
  368. <string>Ctrl+Q</string>
  369. </property>
  370. </action>
  371. <action name="act_engine_start">
  372. <property name="icon">
  373. <iconset resource="../resources.qrc">
  374. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  375. </property>
  376. <property name="text">
  377. <string>&amp;Start</string>
  378. </property>
  379. <property name="shortcut">
  380. <string>F5</string>
  381. </property>
  382. </action>
  383. <action name="act_engine_stop">
  384. <property name="icon">
  385. <iconset resource="../resources.qrc">
  386. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  387. </property>
  388. <property name="text">
  389. <string>St&amp;op</string>
  390. </property>
  391. <property name="shortcut">
  392. <string>F6</string>
  393. </property>
  394. </action>
  395. <action name="act_plugin_add">
  396. <property name="icon">
  397. <iconset resource="../resources.qrc">
  398. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  399. </property>
  400. <property name="text">
  401. <string>&amp;Add...</string>
  402. </property>
  403. <property name="shortcut">
  404. <string>Ctrl+A</string>
  405. </property>
  406. </action>
  407. <action name="act_plugin_add2">
  408. <property name="icon">
  409. <iconset resource="../resources.qrc">
  410. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  411. </property>
  412. <property name="text">
  413. <string>Add Plugin...</string>
  414. </property>
  415. </action>
  416. <action name="act_plugin_remove_all">
  417. <property name="icon">
  418. <iconset resource="../resources.qrc">
  419. <normaloff>:/16x16/edit-delete.png</normaloff>:/16x16/edit-delete.png</iconset>
  420. </property>
  421. <property name="text">
  422. <string>&amp;Remove All</string>
  423. </property>
  424. </action>
  425. <action name="act_plugins_enable">
  426. <property name="text">
  427. <string>Enable</string>
  428. </property>
  429. </action>
  430. <action name="act_plugins_disable">
  431. <property name="text">
  432. <string>Disable</string>
  433. </property>
  434. </action>
  435. <action name="act_plugins_bypass">
  436. <property name="text">
  437. <string>0% Wet (Bypass)</string>
  438. </property>
  439. </action>
  440. <action name="act_plugins_wet100">
  441. <property name="text">
  442. <string>100% Wet</string>
  443. </property>
  444. </action>
  445. <action name="act_plugins_mute">
  446. <property name="text">
  447. <string>0% Volume (Mute)</string>
  448. </property>
  449. </action>
  450. <action name="act_plugins_volume100">
  451. <property name="text">
  452. <string>100% Volume</string>
  453. </property>
  454. </action>
  455. <action name="act_plugins_center">
  456. <property name="text">
  457. <string>Center Balance</string>
  458. </property>
  459. </action>
  460. <action name="act_plugins_panic">
  461. <property name="icon">
  462. <iconset resource="../resources.qrc">
  463. <normaloff>:/16x16/dialog-warning.png</normaloff>:/16x16/dialog-warning.png</iconset>
  464. </property>
  465. <property name="text">
  466. <string>Panic</string>
  467. </property>
  468. </action>
  469. <action name="act_transport_play">
  470. <property name="checkable">
  471. <bool>true</bool>
  472. </property>
  473. <property name="icon">
  474. <iconset resource="../resources.qrc">
  475. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  476. </property>
  477. <property name="text">
  478. <string>&amp;Play</string>
  479. </property>
  480. <property name="shortcut">
  481. <string>Ctrl+Shift+P</string>
  482. </property>
  483. </action>
  484. <action name="act_transport_stop">
  485. <property name="icon">
  486. <iconset resource="../resources.qrc">
  487. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  488. </property>
  489. <property name="text">
  490. <string>&amp;Stop</string>
  491. </property>
  492. <property name="shortcut">
  493. <string>Ctrl+Shift+X</string>
  494. </property>
  495. </action>
  496. <action name="act_transport_backwards">
  497. <property name="icon">
  498. <iconset resource="../resources.qrc">
  499. <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
  500. </property>
  501. <property name="text">
  502. <string>&amp;Backwards</string>
  503. </property>
  504. <property name="shortcut">
  505. <string>Ctrl+Shift+B</string>
  506. </property>
  507. </action>
  508. <action name="act_transport_forwards">
  509. <property name="icon">
  510. <iconset resource="../resources.qrc">
  511. <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
  512. </property>
  513. <property name="text">
  514. <string>&amp;Forwards</string>
  515. </property>
  516. <property name="shortcut">
  517. <string>Ctrl+Shift+F</string>
  518. </property>
  519. </action>
  520. <action name="act_canvas_arrange">
  521. <property name="icon">
  522. <iconset resource="../resources.qrc">
  523. <normaloff>:/16x16/view-sort-ascending.png</normaloff>:/16x16/view-sort-ascending.png</iconset>
  524. </property>
  525. <property name="text">
  526. <string>&amp;Arrange</string>
  527. </property>
  528. <property name="shortcut">
  529. <string>Ctrl+G</string>
  530. </property>
  531. </action>
  532. <action name="act_canvas_refresh">
  533. <property name="icon">
  534. <iconset resource="../resources.qrc">
  535. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  536. </property>
  537. <property name="text">
  538. <string>&amp;Refresh</string>
  539. </property>
  540. <property name="shortcut">
  541. <string>Ctrl+R</string>
  542. </property>
  543. </action>
  544. <action name="act_canvas_print">
  545. <property name="icon">
  546. <iconset resource="../resources.qrc">
  547. <normaloff>:/16x16/document-print.png</normaloff>:/16x16/document-print.png</iconset>
  548. </property>
  549. <property name="text">
  550. <string>&amp;Print...</string>
  551. </property>
  552. </action>
  553. <action name="act_canvas_save_image">
  554. <property name="text">
  555. <string>Save &amp;Image...</string>
  556. </property>
  557. </action>
  558. <action name="act_canvas_zoom_fit">
  559. <property name="icon">
  560. <iconset resource="../resources.qrc">
  561. <normaloff>:/16x16/zoom-fit-best.png</normaloff>:/16x16/zoom-fit-best.png</iconset>
  562. </property>
  563. <property name="text">
  564. <string>Auto-Fit</string>
  565. </property>
  566. <property name="shortcut">
  567. <string>Home</string>
  568. </property>
  569. </action>
  570. <action name="act_canvas_zoom_in">
  571. <property name="icon">
  572. <iconset resource="../resources.qrc">
  573. <normaloff>:/16x16/zoom-in.png</normaloff>:/16x16/zoom-in.png</iconset>
  574. </property>
  575. <property name="text">
  576. <string>Zoom In</string>
  577. </property>
  578. <property name="shortcut">
  579. <string>Ctrl++</string>
  580. </property>
  581. </action>
  582. <action name="act_canvas_zoom_out">
  583. <property name="icon">
  584. <iconset resource="../resources.qrc">
  585. <normaloff>:/16x16/zoom-out.png</normaloff>:/16x16/zoom-out.png</iconset>
  586. </property>
  587. <property name="text">
  588. <string>Zoom Out</string>
  589. </property>
  590. <property name="shortcut">
  591. <string>Ctrl+-</string>
  592. </property>
  593. </action>
  594. <action name="act_canvas_zoom_100">
  595. <property name="icon">
  596. <iconset resource="../resources.qrc">
  597. <normaloff>:/16x16/zoom-original.png</normaloff>:/16x16/zoom-original.png</iconset>
  598. </property>
  599. <property name="text">
  600. <string>Zoom 100%</string>
  601. </property>
  602. <property name="shortcut">
  603. <string>Ctrl+1</string>
  604. </property>
  605. </action>
  606. <action name="act_settings_show_toolbar">
  607. <property name="checkable">
  608. <bool>true</bool>
  609. </property>
  610. <property name="checked">
  611. <bool>true</bool>
  612. </property>
  613. <property name="text">
  614. <string>Show &amp;Toolbar</string>
  615. </property>
  616. </action>
  617. <action name="act_settings_configure">
  618. <property name="icon">
  619. <iconset resource="../resources.qrc">
  620. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  621. </property>
  622. <property name="text">
  623. <string>&amp;Configure Carla</string>
  624. </property>
  625. </action>
  626. <action name="act_help_about">
  627. <property name="text">
  628. <string>&amp;About</string>
  629. </property>
  630. </action>
  631. <action name="act_help_about_qt">
  632. <property name="text">
  633. <string>About &amp;Qt</string>
  634. </property>
  635. </action>
  636. </widget>
  637. <customwidgets>
  638. <customwidget>
  639. <class>CanvasPreviewFrame</class>
  640. <extends>QFrame</extends>
  641. <header>canvaspreviewframe.h</header>
  642. <container>1</container>
  643. </customwidget>
  644. </customwidgets>
  645. <resources>
  646. <include location="../resources.qrc"/>
  647. </resources>
  648. <connections>
  649. <connection>
  650. <sender>act_file_quit</sender>
  651. <signal>triggered()</signal>
  652. <receiver>CarlaHostW</receiver>
  653. <slot>close()</slot>
  654. <hints>
  655. <hint type="sourcelabel">
  656. <x>-1</x>
  657. <y>-1</y>
  658. </hint>
  659. <hint type="destinationlabel">
  660. <x>189</x>
  661. <y>34</y>
  662. </hint>
  663. </hints>
  664. </connection>
  665. <connection>
  666. <sender>act_settings_show_toolbar</sender>
  667. <signal>triggered(bool)</signal>
  668. <receiver>toolBar</receiver>
  669. <slot>setVisible(bool)</slot>
  670. <hints>
  671. <hint type="sourcelabel">
  672. <x>-1</x>
  673. <y>-1</y>
  674. </hint>
  675. <hint type="destinationlabel">
  676. <x>354</x>
  677. <y>35</y>
  678. </hint>
  679. </hints>
  680. </connection>
  681. </connections>
  682. </ui>