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.

794 lines
24KB

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