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.

carla_host.ui 23KB

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