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.

941 lines
28KB

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