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.

895 lines
26KB

  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>870</width>
  10. <height>681</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_3">
  18. <property name="spacing">
  19. <number>0</number>
  20. </property>
  21. <property name="margin">
  22. <number>0</number>
  23. </property>
  24. <item>
  25. <widget class="QTabWidget" name="tabWidget">
  26. <property name="currentIndex">
  27. <number>0</number>
  28. </property>
  29. <widget class="QWidget" name="rack">
  30. <attribute name="title">
  31. <string>Rack</string>
  32. </attribute>
  33. <layout class="QHBoxLayout" name="horizontalLayout_2">
  34. <property name="spacing">
  35. <number>0</number>
  36. </property>
  37. <property name="leftMargin">
  38. <number>0</number>
  39. </property>
  40. <property name="topMargin">
  41. <number>0</number>
  42. </property>
  43. <property name="rightMargin">
  44. <number>0</number>
  45. </property>
  46. <property name="bottomMargin">
  47. <number>1</number>
  48. </property>
  49. <item>
  50. <widget class="QLabel" name="pad_left">
  51. <property name="minimumSize">
  52. <size>
  53. <width>25</width>
  54. <height>0</height>
  55. </size>
  56. </property>
  57. <property name="maximumSize">
  58. <size>
  59. <width>25</width>
  60. <height>16777215</height>
  61. </size>
  62. </property>
  63. <property name="text">
  64. <string/>
  65. </property>
  66. </widget>
  67. </item>
  68. <item>
  69. <widget class="RackListWidget" name="listWidget">
  70. <property name="contextMenuPolicy">
  71. <enum>Qt::CustomContextMenu</enum>
  72. </property>
  73. <property name="verticalScrollBarPolicy">
  74. <enum>Qt::ScrollBarAlwaysOff</enum>
  75. </property>
  76. <property name="horizontalScrollBarPolicy">
  77. <enum>Qt::ScrollBarAlwaysOff</enum>
  78. </property>
  79. </widget>
  80. </item>
  81. <item>
  82. <widget class="QLabel" name="pad_right">
  83. <property name="minimumSize">
  84. <size>
  85. <width>25</width>
  86. <height>0</height>
  87. </size>
  88. </property>
  89. <property name="maximumSize">
  90. <size>
  91. <width>25</width>
  92. <height>16777215</height>
  93. </size>
  94. </property>
  95. <property name="text">
  96. <string/>
  97. </property>
  98. </widget>
  99. </item>
  100. <item>
  101. <widget class="QScrollBar" name="rackScrollBar">
  102. <property name="orientation">
  103. <enum>Qt::Vertical</enum>
  104. </property>
  105. </widget>
  106. </item>
  107. </layout>
  108. </widget>
  109. <widget class="QWidget" name="patchbay">
  110. <attribute name="title">
  111. <string>Patchbay</string>
  112. </attribute>
  113. <layout class="QGridLayout" name="gridLayout">
  114. <property name="leftMargin">
  115. <number>0</number>
  116. </property>
  117. <property name="topMargin">
  118. <number>0</number>
  119. </property>
  120. <property name="rightMargin">
  121. <number>0</number>
  122. </property>
  123. <property name="bottomMargin">
  124. <number>1</number>
  125. </property>
  126. <property name="spacing">
  127. <number>1</number>
  128. </property>
  129. <item row="0" column="1">
  130. <widget class="DraggableGraphicsView" name="graphicsView"/>
  131. </item>
  132. <item row="0" column="2">
  133. <widget class="DigitalPeakMeter" name="peak_out" native="true"/>
  134. </item>
  135. <item row="0" column="0">
  136. <widget class="DigitalPeakMeter" name="peak_in" native="true"/>
  137. </item>
  138. </layout>
  139. </widget>
  140. </widget>
  141. </item>
  142. </layout>
  143. </widget>
  144. <widget class="QMenuBar" name="menubar">
  145. <property name="geometry">
  146. <rect>
  147. <x>0</x>
  148. <y>0</y>
  149. <width>870</width>
  150. <height>20</height>
  151. </rect>
  152. </property>
  153. <widget class="QMenu" name="menu_File">
  154. <property name="title">
  155. <string>&amp;File</string>
  156. </property>
  157. <addaction name="act_file_connect"/>
  158. <addaction name="act_file_refresh"/>
  159. <addaction name="act_file_new"/>
  160. <addaction name="act_file_open"/>
  161. <addaction name="act_file_save"/>
  162. <addaction name="act_file_save_as"/>
  163. <addaction name="separator"/>
  164. <addaction name="act_file_quit"/>
  165. </widget>
  166. <widget class="QMenu" name="menu_Engine">
  167. <property name="title">
  168. <string>&amp;Engine</string>
  169. </property>
  170. <addaction name="act_engine_start"/>
  171. <addaction name="act_engine_stop"/>
  172. </widget>
  173. <widget class="QMenu" name="menu_Plugin">
  174. <property name="title">
  175. <string>&amp;Plugin</string>
  176. </property>
  177. <widget class="QMenu" name="menu_PluginMacros">
  178. <property name="title">
  179. <string>Macros (all plugins)</string>
  180. </property>
  181. <addaction name="act_plugins_enable"/>
  182. <addaction name="act_plugins_disable"/>
  183. <addaction name="separator"/>
  184. <addaction name="act_plugins_volume100"/>
  185. <addaction name="act_plugins_mute"/>
  186. <addaction name="separator"/>
  187. <addaction name="act_plugins_wet100"/>
  188. <addaction name="act_plugins_bypass"/>
  189. <addaction name="separator"/>
  190. <addaction name="act_plugins_center"/>
  191. <addaction name="separator"/>
  192. <addaction name="act_plugins_compact"/>
  193. <addaction name="act_plugins_expand"/>
  194. </widget>
  195. <addaction name="act_plugin_add"/>
  196. <addaction name="act_plugin_remove_all"/>
  197. <addaction name="separator"/>
  198. <addaction name="menu_PluginMacros"/>
  199. </widget>
  200. <widget class="QMenu" name="menu_Canvas">
  201. <property name="title">
  202. <string>&amp;Canvas</string>
  203. </property>
  204. <widget class="QMenu" name="menu_Canvas_Zoom">
  205. <property name="title">
  206. <string>Zoom</string>
  207. </property>
  208. <addaction name="act_canvas_zoom_fit"/>
  209. <addaction name="separator"/>
  210. <addaction name="act_canvas_zoom_in"/>
  211. <addaction name="act_canvas_zoom_out"/>
  212. <addaction name="act_canvas_zoom_100"/>
  213. </widget>
  214. <addaction name="act_canvas_show_internal"/>
  215. <addaction name="act_canvas_show_external"/>
  216. <addaction name="separator"/>
  217. <addaction name="act_canvas_arrange"/>
  218. <addaction name="act_canvas_refresh"/>
  219. <addaction name="menu_Canvas_Zoom"/>
  220. <addaction name="separator"/>
  221. <addaction name="act_canvas_save_image"/>
  222. </widget>
  223. <widget class="QMenu" name="menu_Settings">
  224. <property name="title">
  225. <string>&amp;Settings</string>
  226. </property>
  227. <addaction name="act_settings_show_time_panel"/>
  228. <addaction name="act_settings_show_toolbar"/>
  229. <addaction name="act_settings_show_meters"/>
  230. <addaction name="act_settings_show_keyboard"/>
  231. <addaction name="act_settings_show_side_panel"/>
  232. <addaction name="separator"/>
  233. <addaction name="act_settings_configure"/>
  234. </widget>
  235. <widget class="QMenu" name="menu_Help">
  236. <property name="title">
  237. <string>&amp;Help</string>
  238. </property>
  239. <addaction name="act_help_about"/>
  240. <addaction name="act_help_about_juce"/>
  241. <addaction name="act_help_about_qt"/>
  242. </widget>
  243. <addaction name="menu_File"/>
  244. <addaction name="menu_Engine"/>
  245. <addaction name="menu_Plugin"/>
  246. <addaction name="menu_Canvas"/>
  247. <addaction name="menu_Settings"/>
  248. <addaction name="menu_Help"/>
  249. </widget>
  250. <widget class="QToolBar" name="toolBar">
  251. <property name="windowTitle">
  252. <string>toolBar</string>
  253. </property>
  254. <property name="movable">
  255. <bool>false</bool>
  256. </property>
  257. <property name="allowedAreas">
  258. <set>Qt::NoToolBarArea</set>
  259. </property>
  260. <property name="toolButtonStyle">
  261. <enum>Qt::ToolButtonTextBesideIcon</enum>
  262. </property>
  263. <attribute name="toolBarArea">
  264. <enum>TopToolBarArea</enum>
  265. </attribute>
  266. <attribute name="toolBarBreak">
  267. <bool>false</bool>
  268. </attribute>
  269. <addaction name="act_file_new"/>
  270. <addaction name="act_file_open"/>
  271. <addaction name="act_file_save"/>
  272. <addaction name="act_file_save_as"/>
  273. <addaction name="act_file_connect"/>
  274. <addaction name="act_file_refresh"/>
  275. <addaction name="separator"/>
  276. <addaction name="act_plugin_add2"/>
  277. <addaction name="act_plugin_remove_all"/>
  278. <addaction name="act_plugins_panic"/>
  279. <addaction name="separator"/>
  280. <addaction name="act_settings_configure"/>
  281. </widget>
  282. <widget class="QDockWidget" name="dockWidget">
  283. <property name="features">
  284. <set>QDockWidget::NoDockWidgetFeatures</set>
  285. </property>
  286. <property name="allowedAreas">
  287. <set>Qt::NoDockWidgetArea</set>
  288. </property>
  289. <attribute name="dockWidgetArea">
  290. <number>1</number>
  291. </attribute>
  292. <widget class="QWidget" name="dockWidgetContents">
  293. <layout class="QVBoxLayout" name="verticalLayout">
  294. <property name="spacing">
  295. <number>0</number>
  296. </property>
  297. <property name="leftMargin">
  298. <number>0</number>
  299. </property>
  300. <property name="topMargin">
  301. <number>1</number>
  302. </property>
  303. <property name="rightMargin">
  304. <number>0</number>
  305. </property>
  306. <property name="bottomMargin">
  307. <number>0</number>
  308. </property>
  309. <item>
  310. <layout class="QVBoxLayout" name="verticalLayout_4">
  311. <property name="spacing">
  312. <number>1</number>
  313. </property>
  314. <item>
  315. <widget class="QTabWidget" name="tabUtils">
  316. <property name="sizePolicy">
  317. <sizepolicy hsizetype="Ignored" vsizetype="Expanding">
  318. <horstretch>0</horstretch>
  319. <verstretch>0</verstretch>
  320. </sizepolicy>
  321. </property>
  322. <property name="minimumSize">
  323. <size>
  324. <width>210</width>
  325. <height>0</height>
  326. </size>
  327. </property>
  328. <property name="acceptDrops">
  329. <bool>false</bool>
  330. </property>
  331. <property name="tabPosition">
  332. <enum>QTabWidget::West</enum>
  333. </property>
  334. <property name="currentIndex">
  335. <number>0</number>
  336. </property>
  337. <widget class="QWidget" name="disk">
  338. <property name="acceptDrops">
  339. <bool>false</bool>
  340. </property>
  341. <attribute name="title">
  342. <string>Disk</string>
  343. </attribute>
  344. <layout class="QVBoxLayout" name="verticalLayout_3">
  345. <property name="spacing">
  346. <number>0</number>
  347. </property>
  348. <property name="leftMargin">
  349. <number>0</number>
  350. </property>
  351. <property name="topMargin">
  352. <number>0</number>
  353. </property>
  354. <property name="rightMargin">
  355. <number>0</number>
  356. </property>
  357. <property name="bottomMargin">
  358. <number>1</number>
  359. </property>
  360. <item>
  361. <layout class="QHBoxLayout" name="horizontalLayout">
  362. <item>
  363. <widget class="QComboBox" name="cb_disk">
  364. <item>
  365. <property name="text">
  366. <string>Home</string>
  367. </property>
  368. </item>
  369. </widget>
  370. </item>
  371. <item>
  372. <widget class="QToolButton" name="b_disk_add">
  373. <property name="text">
  374. <string/>
  375. </property>
  376. <property name="icon">
  377. <iconset resource="../resources.qrc">
  378. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  379. </property>
  380. </widget>
  381. </item>
  382. <item>
  383. <widget class="QToolButton" name="b_disk_remove">
  384. <property name="enabled">
  385. <bool>false</bool>
  386. </property>
  387. <property name="text">
  388. <string/>
  389. </property>
  390. <property name="icon">
  391. <iconset resource="../resources.qrc">
  392. <normaloff>:/16x16/list-remove.png</normaloff>:/16x16/list-remove.png</iconset>
  393. </property>
  394. </widget>
  395. </item>
  396. </layout>
  397. </item>
  398. <item>
  399. <widget class="QTreeView" name="fileTreeView">
  400. <property name="editTriggers">
  401. <set>QAbstractItemView::NoEditTriggers</set>
  402. </property>
  403. <property name="dragEnabled">
  404. <bool>true</bool>
  405. </property>
  406. <property name="dragDropMode">
  407. <enum>QAbstractItemView::DragOnly</enum>
  408. </property>
  409. </widget>
  410. </item>
  411. </layout>
  412. </widget>
  413. </widget>
  414. </item>
  415. <item>
  416. <widget class="CanvasPreviewFrame" name="miniCanvasPreview">
  417. <property name="minimumSize">
  418. <size>
  419. <width>210</width>
  420. <height>162</height>
  421. </size>
  422. </property>
  423. <property name="maximumSize">
  424. <size>
  425. <width>16777215</width>
  426. <height>162</height>
  427. </size>
  428. </property>
  429. <property name="acceptDrops">
  430. <bool>false</bool>
  431. </property>
  432. <property name="frameShape">
  433. <enum>QFrame::StyledPanel</enum>
  434. </property>
  435. <property name="frameShadow">
  436. <enum>QFrame::Sunken</enum>
  437. </property>
  438. </widget>
  439. </item>
  440. </layout>
  441. </item>
  442. </layout>
  443. </widget>
  444. </widget>
  445. <action name="act_file_new">
  446. <property name="icon">
  447. <iconset resource="../resources.qrc">
  448. <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
  449. </property>
  450. <property name="text">
  451. <string>&amp;New</string>
  452. </property>
  453. <property name="shortcut">
  454. <string>Ctrl+N</string>
  455. </property>
  456. </action>
  457. <action name="act_file_open">
  458. <property name="icon">
  459. <iconset resource="../resources.qrc">
  460. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  461. </property>
  462. <property name="text">
  463. <string>&amp;Open...</string>
  464. </property>
  465. <property name="shortcut">
  466. <string>Ctrl+O</string>
  467. </property>
  468. </action>
  469. <action name="act_file_save">
  470. <property name="icon">
  471. <iconset resource="../resources.qrc">
  472. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  473. </property>
  474. <property name="text">
  475. <string>&amp;Save</string>
  476. </property>
  477. <property name="shortcut">
  478. <string>Ctrl+S</string>
  479. </property>
  480. </action>
  481. <action name="act_file_save_as">
  482. <property name="icon">
  483. <iconset resource="../resources.qrc">
  484. <normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset>
  485. </property>
  486. <property name="text">
  487. <string>Save &amp;As...</string>
  488. </property>
  489. <property name="shortcut">
  490. <string>Ctrl+Shift+S</string>
  491. </property>
  492. </action>
  493. <action name="act_file_quit">
  494. <property name="icon">
  495. <iconset resource="../resources.qrc">
  496. <normaloff>:/16x16/application-exit.png</normaloff>:/16x16/application-exit.png</iconset>
  497. </property>
  498. <property name="text">
  499. <string>&amp;Quit</string>
  500. </property>
  501. <property name="shortcut">
  502. <string>Ctrl+Q</string>
  503. </property>
  504. </action>
  505. <action name="act_engine_start">
  506. <property name="icon">
  507. <iconset resource="../resources.qrc">
  508. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  509. </property>
  510. <property name="text">
  511. <string>&amp;Start</string>
  512. </property>
  513. <property name="shortcut">
  514. <string>F5</string>
  515. </property>
  516. </action>
  517. <action name="act_engine_stop">
  518. <property name="icon">
  519. <iconset resource="../resources.qrc">
  520. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  521. </property>
  522. <property name="text">
  523. <string>St&amp;op</string>
  524. </property>
  525. <property name="shortcut">
  526. <string>F6</string>
  527. </property>
  528. </action>
  529. <action name="act_plugin_add">
  530. <property name="icon">
  531. <iconset resource="../resources.qrc">
  532. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  533. </property>
  534. <property name="text">
  535. <string>&amp;Add...</string>
  536. </property>
  537. <property name="shortcut">
  538. <string>Ctrl+A</string>
  539. </property>
  540. </action>
  541. <action name="act_plugin_add2">
  542. <property name="icon">
  543. <iconset resource="../resources.qrc">
  544. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  545. </property>
  546. <property name="text">
  547. <string>Add Plugin...</string>
  548. </property>
  549. </action>
  550. <action name="act_plugin_remove_all">
  551. <property name="icon">
  552. <iconset resource="../resources.qrc">
  553. <normaloff>:/16x16/edit-delete.png</normaloff>:/16x16/edit-delete.png</iconset>
  554. </property>
  555. <property name="text">
  556. <string>&amp;Remove All</string>
  557. </property>
  558. </action>
  559. <action name="act_plugins_enable">
  560. <property name="text">
  561. <string>Enable</string>
  562. </property>
  563. </action>
  564. <action name="act_plugins_disable">
  565. <property name="text">
  566. <string>Disable</string>
  567. </property>
  568. </action>
  569. <action name="act_plugins_bypass">
  570. <property name="text">
  571. <string>0% Wet (Bypass)</string>
  572. </property>
  573. </action>
  574. <action name="act_plugins_wet100">
  575. <property name="text">
  576. <string>100% Wet</string>
  577. </property>
  578. </action>
  579. <action name="act_plugins_mute">
  580. <property name="text">
  581. <string>0% Volume (Mute)</string>
  582. </property>
  583. </action>
  584. <action name="act_plugins_volume100">
  585. <property name="text">
  586. <string>100% Volume</string>
  587. </property>
  588. </action>
  589. <action name="act_plugins_center">
  590. <property name="text">
  591. <string>Center Balance</string>
  592. </property>
  593. </action>
  594. <action name="act_plugins_panic">
  595. <property name="icon">
  596. <iconset resource="../resources.qrc">
  597. <normaloff>:/16x16/dialog-warning.png</normaloff>:/16x16/dialog-warning.png</iconset>
  598. </property>
  599. <property name="text">
  600. <string>Panic</string>
  601. </property>
  602. </action>
  603. <action name="act_transport_play">
  604. <property name="checkable">
  605. <bool>true</bool>
  606. </property>
  607. <property name="icon">
  608. <iconset resource="../resources.qrc">
  609. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  610. </property>
  611. <property name="text">
  612. <string>&amp;Play</string>
  613. </property>
  614. <property name="shortcut">
  615. <string>Ctrl+Shift+P</string>
  616. </property>
  617. </action>
  618. <action name="act_transport_stop">
  619. <property name="icon">
  620. <iconset resource="../resources.qrc">
  621. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  622. </property>
  623. <property name="text">
  624. <string>&amp;Stop</string>
  625. </property>
  626. <property name="shortcut">
  627. <string>Ctrl+Shift+X</string>
  628. </property>
  629. </action>
  630. <action name="act_transport_backwards">
  631. <property name="icon">
  632. <iconset resource="../resources.qrc">
  633. <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
  634. </property>
  635. <property name="text">
  636. <string>&amp;Backwards</string>
  637. </property>
  638. <property name="shortcut">
  639. <string>Ctrl+Shift+B</string>
  640. </property>
  641. </action>
  642. <action name="act_transport_forwards">
  643. <property name="icon">
  644. <iconset resource="../resources.qrc">
  645. <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
  646. </property>
  647. <property name="text">
  648. <string>&amp;Forwards</string>
  649. </property>
  650. <property name="shortcut">
  651. <string>Ctrl+Shift+F</string>
  652. </property>
  653. </action>
  654. <action name="act_canvas_arrange">
  655. <property name="icon">
  656. <iconset resource="../resources.qrc">
  657. <normaloff>:/16x16/view-sort-ascending.png</normaloff>:/16x16/view-sort-ascending.png</iconset>
  658. </property>
  659. <property name="text">
  660. <string>&amp;Arrange</string>
  661. </property>
  662. <property name="shortcut">
  663. <string>Ctrl+G</string>
  664. </property>
  665. </action>
  666. <action name="act_canvas_refresh">
  667. <property name="icon">
  668. <iconset resource="../resources.qrc">
  669. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  670. </property>
  671. <property name="text">
  672. <string>&amp;Refresh</string>
  673. </property>
  674. <property name="shortcut">
  675. <string>Ctrl+R</string>
  676. </property>
  677. </action>
  678. <action name="act_canvas_print">
  679. <property name="icon">
  680. <iconset resource="../resources.qrc">
  681. <normaloff>:/16x16/document-print.png</normaloff>:/16x16/document-print.png</iconset>
  682. </property>
  683. <property name="text">
  684. <string>&amp;Print...</string>
  685. </property>
  686. </action>
  687. <action name="act_canvas_save_image">
  688. <property name="text">
  689. <string>Save &amp;Image...</string>
  690. </property>
  691. </action>
  692. <action name="act_canvas_zoom_fit">
  693. <property name="icon">
  694. <iconset resource="../resources.qrc">
  695. <normaloff>:/16x16/zoom-fit-best.png</normaloff>:/16x16/zoom-fit-best.png</iconset>
  696. </property>
  697. <property name="text">
  698. <string>Auto-Fit</string>
  699. </property>
  700. <property name="shortcut">
  701. <string>Home</string>
  702. </property>
  703. </action>
  704. <action name="act_canvas_zoom_in">
  705. <property name="icon">
  706. <iconset resource="../resources.qrc">
  707. <normaloff>:/16x16/zoom-in.png</normaloff>:/16x16/zoom-in.png</iconset>
  708. </property>
  709. <property name="text">
  710. <string>Zoom In</string>
  711. </property>
  712. <property name="shortcut">
  713. <string>Ctrl++</string>
  714. </property>
  715. </action>
  716. <action name="act_canvas_zoom_out">
  717. <property name="icon">
  718. <iconset resource="../resources.qrc">
  719. <normaloff>:/16x16/zoom-out.png</normaloff>:/16x16/zoom-out.png</iconset>
  720. </property>
  721. <property name="text">
  722. <string>Zoom Out</string>
  723. </property>
  724. <property name="shortcut">
  725. <string>Ctrl+-</string>
  726. </property>
  727. </action>
  728. <action name="act_canvas_zoom_100">
  729. <property name="icon">
  730. <iconset resource="../resources.qrc">
  731. <normaloff>:/16x16/zoom-original.png</normaloff>:/16x16/zoom-original.png</iconset>
  732. </property>
  733. <property name="text">
  734. <string>Zoom 100%</string>
  735. </property>
  736. <property name="shortcut">
  737. <string>Ctrl+1</string>
  738. </property>
  739. </action>
  740. <action name="act_settings_show_toolbar">
  741. <property name="checkable">
  742. <bool>true</bool>
  743. </property>
  744. <property name="text">
  745. <string>Show &amp;Toolbar</string>
  746. </property>
  747. </action>
  748. <action name="act_settings_configure">
  749. <property name="icon">
  750. <iconset resource="../resources.qrc">
  751. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  752. </property>
  753. <property name="text">
  754. <string>&amp;Configure Carla</string>
  755. </property>
  756. </action>
  757. <action name="act_help_about">
  758. <property name="text">
  759. <string>&amp;About</string>
  760. </property>
  761. </action>
  762. <action name="act_help_about_qt">
  763. <property name="text">
  764. <string>About &amp;Qt</string>
  765. </property>
  766. </action>
  767. <action name="act_settings_show_meters">
  768. <property name="checkable">
  769. <bool>true</bool>
  770. </property>
  771. <property name="text">
  772. <string>Show Canvas &amp;Meters</string>
  773. </property>
  774. </action>
  775. <action name="act_settings_show_keyboard">
  776. <property name="checkable">
  777. <bool>true</bool>
  778. </property>
  779. <property name="text">
  780. <string>Show Canvas &amp;Keyboard</string>
  781. </property>
  782. </action>
  783. <action name="act_help_about_juce">
  784. <property name="text">
  785. <string>About &amp;JUCE</string>
  786. </property>
  787. </action>
  788. <action name="act_canvas_show_internal">
  789. <property name="checkable">
  790. <bool>true</bool>
  791. </property>
  792. <property name="text">
  793. <string>Show Internal</string>
  794. </property>
  795. </action>
  796. <action name="act_canvas_show_external">
  797. <property name="checkable">
  798. <bool>true</bool>
  799. </property>
  800. <property name="text">
  801. <string>Show External</string>
  802. </property>
  803. </action>
  804. <action name="act_settings_show_time_panel">
  805. <property name="checkable">
  806. <bool>true</bool>
  807. </property>
  808. <property name="text">
  809. <string>Show Time Panel</string>
  810. </property>
  811. </action>
  812. <action name="act_settings_show_side_panel">
  813. <property name="checkable">
  814. <bool>true</bool>
  815. </property>
  816. <property name="text">
  817. <string>Show &amp;Side Panel</string>
  818. </property>
  819. </action>
  820. <action name="act_file_connect">
  821. <property name="icon">
  822. <iconset resource="../resources.qrc">
  823. <normaloff>:/16x16/network-connect.png</normaloff>:/16x16/network-connect.png</iconset>
  824. </property>
  825. <property name="text">
  826. <string>&amp;Connect...</string>
  827. </property>
  828. </action>
  829. <action name="act_file_refresh">
  830. <property name="icon">
  831. <iconset resource="../resources.qrc">
  832. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  833. </property>
  834. <property name="text">
  835. <string>&amp;Refresh</string>
  836. </property>
  837. </action>
  838. <action name="act_plugins_compact">
  839. <property name="text">
  840. <string>Compact Slots</string>
  841. </property>
  842. </action>
  843. <action name="act_plugins_expand">
  844. <property name="text">
  845. <string>Expand Slots</string>
  846. </property>
  847. </action>
  848. </widget>
  849. <customwidgets>
  850. <customwidget>
  851. <class>DigitalPeakMeter</class>
  852. <extends>QWidget</extends>
  853. <header>digitalpeakmeter.h</header>
  854. <container>1</container>
  855. </customwidget>
  856. <customwidget>
  857. <class>CanvasPreviewFrame</class>
  858. <extends>QFrame</extends>
  859. <header>canvaspreviewframe.h</header>
  860. <container>1</container>
  861. </customwidget>
  862. <customwidget>
  863. <class>RackListWidget</class>
  864. <extends>QListWidget</extends>
  865. <header>racklistwidget.h</header>
  866. </customwidget>
  867. <customwidget>
  868. <class>DraggableGraphicsView</class>
  869. <extends>QGraphicsView</extends>
  870. <header>draggablegraphicsview.h</header>
  871. </customwidget>
  872. </customwidgets>
  873. <resources>
  874. <include location="../resources.qrc"/>
  875. </resources>
  876. <connections>
  877. <connection>
  878. <sender>act_file_quit</sender>
  879. <signal>triggered()</signal>
  880. <receiver>CarlaHostW</receiver>
  881. <slot>close()</slot>
  882. <hints>
  883. <hint type="sourcelabel">
  884. <x>-1</x>
  885. <y>-1</y>
  886. </hint>
  887. <hint type="destinationlabel">
  888. <x>189</x>
  889. <y>34</y>
  890. </hint>
  891. </hints>
  892. </connection>
  893. </connections>
  894. </ui>