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.

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