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.

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