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.

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