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.

696 lines
21KB

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