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 26KB

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