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.

844 lines
25KB

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