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.

793 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="separator"/>
  297. <addaction name="act_file_quit"/>
  298. </widget>
  299. <widget class="QMenu" name="menu_Plugin">
  300. <property name="title">
  301. <string>&amp;Plugin</string>
  302. </property>
  303. <widget class="QMenu" name="menu_PluginMacros">
  304. <property name="title">
  305. <string>Macros (all plugins)</string>
  306. </property>
  307. <addaction name="act_plugins_enable"/>
  308. <addaction name="act_plugins_disable"/>
  309. <addaction name="separator"/>
  310. <addaction name="act_plugins_volume100"/>
  311. <addaction name="act_plugins_mute"/>
  312. <addaction name="separator"/>
  313. <addaction name="act_plugins_wet100"/>
  314. <addaction name="act_plugins_bypass"/>
  315. <addaction name="separator"/>
  316. <addaction name="act_plugins_center"/>
  317. </widget>
  318. <addaction name="act_plugin_add"/>
  319. <addaction name="act_plugin_remove_all"/>
  320. <addaction name="separator"/>
  321. <addaction name="menu_PluginMacros"/>
  322. </widget>
  323. <widget class="QMenu" name="menu_Help">
  324. <property name="title">
  325. <string>&amp;Help</string>
  326. </property>
  327. <addaction name="act_help_about"/>
  328. <addaction name="act_help_about_qt"/>
  329. </widget>
  330. <widget class="QMenu" name="menu_Engine">
  331. <property name="title">
  332. <string>&amp;Engine</string>
  333. </property>
  334. <addaction name="act_engine_start"/>
  335. <addaction name="act_engine_stop"/>
  336. </widget>
  337. <widget class="QMenu" name="menu_Settings">
  338. <property name="title">
  339. <string>&amp;Settings</string>
  340. </property>
  341. <addaction name="act_settings_show_toolbar"/>
  342. <addaction name="separator"/>
  343. <addaction name="act_settings_configure"/>
  344. </widget>
  345. <widget class="QMenu" name="menu_Canvas">
  346. <property name="title">
  347. <string>&amp;Canvas</string>
  348. </property>
  349. <widget class="QMenu" name="menu_Canvas_Zoom">
  350. <property name="title">
  351. <string>Zoom</string>
  352. </property>
  353. <addaction name="act_canvas_zoom_fit"/>
  354. <addaction name="separator"/>
  355. <addaction name="act_canvas_zoom_in"/>
  356. <addaction name="act_canvas_zoom_out"/>
  357. <addaction name="act_canvas_zoom_100"/>
  358. </widget>
  359. <addaction name="act_canvas_arrange"/>
  360. <addaction name="act_canvas_refresh"/>
  361. <addaction name="menu_Canvas_Zoom"/>
  362. <addaction name="separator"/>
  363. <addaction name="act_canvas_print"/>
  364. <addaction name="act_canvas_save_image"/>
  365. </widget>
  366. <widget class="QMenu" name="menu_Transport">
  367. <property name="title">
  368. <string>&amp;Transport</string>
  369. </property>
  370. <addaction name="act_transport_play"/>
  371. <addaction name="act_transport_stop"/>
  372. <addaction name="act_transport_backwards"/>
  373. <addaction name="act_transport_forwards"/>
  374. </widget>
  375. <addaction name="menu_File"/>
  376. <addaction name="menu_Engine"/>
  377. <addaction name="menu_Plugin"/>
  378. <addaction name="menu_Transport"/>
  379. <addaction name="menu_Canvas"/>
  380. <addaction name="menu_Settings"/>
  381. <addaction name="menu_Help"/>
  382. </widget>
  383. <widget class="QToolBar" name="toolBar">
  384. <property name="windowTitle">
  385. <string>toolBar</string>
  386. </property>
  387. <property name="movable">
  388. <bool>false</bool>
  389. </property>
  390. <property name="allowedAreas">
  391. <set>Qt::NoToolBarArea</set>
  392. </property>
  393. <property name="toolButtonStyle">
  394. <enum>Qt::ToolButtonTextBesideIcon</enum>
  395. </property>
  396. <attribute name="toolBarArea">
  397. <enum>TopToolBarArea</enum>
  398. </attribute>
  399. <attribute name="toolBarBreak">
  400. <bool>false</bool>
  401. </attribute>
  402. <addaction name="act_file_new"/>
  403. <addaction name="act_file_open"/>
  404. <addaction name="act_file_save"/>
  405. <addaction name="act_file_save_as"/>
  406. <addaction name="separator"/>
  407. <addaction name="act_plugin_add2"/>
  408. <addaction name="act_plugin_remove_all"/>
  409. <addaction name="act_plugins_panic"/>
  410. <addaction name="separator"/>
  411. <addaction name="act_settings_configure"/>
  412. </widget>
  413. <action name="act_file_save">
  414. <property name="icon">
  415. <iconset resource="../resources.qrc">
  416. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  417. </property>
  418. <property name="text">
  419. <string>&amp;Save</string>
  420. </property>
  421. <property name="shortcut">
  422. <string>Ctrl+S</string>
  423. </property>
  424. </action>
  425. <action name="act_file_save_as">
  426. <property name="icon">
  427. <iconset resource="../resources.qrc">
  428. <normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset>
  429. </property>
  430. <property name="text">
  431. <string>Save &amp;As...</string>
  432. </property>
  433. <property name="shortcut">
  434. <string>Ctrl+Shift+S</string>
  435. </property>
  436. </action>
  437. <action name="act_file_new">
  438. <property name="icon">
  439. <iconset resource="../resources.qrc">
  440. <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
  441. </property>
  442. <property name="text">
  443. <string>&amp;New</string>
  444. </property>
  445. <property name="shortcut">
  446. <string>Ctrl+N</string>
  447. </property>
  448. </action>
  449. <action name="act_file_open">
  450. <property name="icon">
  451. <iconset resource="../resources.qrc">
  452. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  453. </property>
  454. <property name="text">
  455. <string>&amp;Open...</string>
  456. </property>
  457. <property name="shortcut">
  458. <string>Ctrl+O</string>
  459. </property>
  460. </action>
  461. <action name="act_file_quit">
  462. <property name="icon">
  463. <iconset resource="../resources.qrc">
  464. <normaloff>:/16x16/application-exit.png</normaloff>:/16x16/application-exit.png</iconset>
  465. </property>
  466. <property name="text">
  467. <string>&amp;Quit</string>
  468. </property>
  469. <property name="shortcut">
  470. <string>Ctrl+Q</string>
  471. </property>
  472. </action>
  473. <action name="act_plugin_remove_all">
  474. <property name="icon">
  475. <iconset resource="../resources.qrc">
  476. <normaloff>:/16x16/edit-delete.png</normaloff>:/16x16/edit-delete.png</iconset>
  477. </property>
  478. <property name="text">
  479. <string>&amp;Remove All</string>
  480. </property>
  481. </action>
  482. <action name="act_help_about">
  483. <property name="text">
  484. <string>&amp;About</string>
  485. </property>
  486. </action>
  487. <action name="act_help_about_qt">
  488. <property name="text">
  489. <string>About &amp;Qt</string>
  490. </property>
  491. </action>
  492. <action name="act_plugin_add">
  493. <property name="icon">
  494. <iconset resource="../resources.qrc">
  495. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  496. </property>
  497. <property name="text">
  498. <string>&amp;Add New...</string>
  499. </property>
  500. <property name="shortcut">
  501. <string>Ctrl+A</string>
  502. </property>
  503. </action>
  504. <action name="act_settings_show_toolbar">
  505. <property name="checkable">
  506. <bool>true</bool>
  507. </property>
  508. <property name="text">
  509. <string>Show &amp;Toolbar</string>
  510. </property>
  511. </action>
  512. <action name="act_settings_configure">
  513. <property name="icon">
  514. <iconset resource="../resources.qrc">
  515. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  516. </property>
  517. <property name="text">
  518. <string>Configure Carla</string>
  519. </property>
  520. </action>
  521. <action name="act_engine_start">
  522. <property name="icon">
  523. <iconset resource="../resources.qrc">
  524. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  525. </property>
  526. <property name="text">
  527. <string>&amp;Start</string>
  528. </property>
  529. <property name="shortcut">
  530. <string>F5</string>
  531. </property>
  532. </action>
  533. <action name="act_engine_stop">
  534. <property name="icon">
  535. <iconset resource="../resources.qrc">
  536. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  537. </property>
  538. <property name="text">
  539. <string>St&amp;op</string>
  540. </property>
  541. <property name="shortcut">
  542. <string>F6</string>
  543. </property>
  544. </action>
  545. <action name="act_canvas_arrange">
  546. <property name="icon">
  547. <iconset resource="../resources.qrc">
  548. <normaloff>:/16x16/view-sort-ascending.png</normaloff>:/16x16/view-sort-ascending.png</iconset>
  549. </property>
  550. <property name="text">
  551. <string>&amp;Arrange</string>
  552. </property>
  553. <property name="shortcut">
  554. <string>Ctrl+G</string>
  555. </property>
  556. </action>
  557. <action name="act_canvas_refresh">
  558. <property name="icon">
  559. <iconset resource="../resources.qrc">
  560. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  561. </property>
  562. <property name="text">
  563. <string>&amp;Refresh</string>
  564. </property>
  565. <property name="shortcut">
  566. <string>Ctrl+R</string>
  567. </property>
  568. </action>
  569. <action name="act_canvas_print">
  570. <property name="icon">
  571. <iconset resource="../resources.qrc">
  572. <normaloff>:/16x16/document-print.png</normaloff>:/16x16/document-print.png</iconset>
  573. </property>
  574. <property name="text">
  575. <string>&amp;Print...</string>
  576. </property>
  577. </action>
  578. <action name="act_canvas_save_image">
  579. <property name="text">
  580. <string>Save &amp;Image...</string>
  581. </property>
  582. </action>
  583. <action name="act_canvas_zoom_fit">
  584. <property name="icon">
  585. <iconset resource="../resources.qrc">
  586. <normaloff>:/16x16/zoom-fit-best.png</normaloff>:/16x16/zoom-fit-best.png</iconset>
  587. </property>
  588. <property name="text">
  589. <string>Auto-Fit</string>
  590. </property>
  591. <property name="shortcut">
  592. <string>Home</string>
  593. </property>
  594. </action>
  595. <action name="act_canvas_zoom_in">
  596. <property name="icon">
  597. <iconset resource="../resources.qrc">
  598. <normaloff>:/16x16/zoom-in.png</normaloff>:/16x16/zoom-in.png</iconset>
  599. </property>
  600. <property name="text">
  601. <string>Zoom In</string>
  602. </property>
  603. <property name="shortcut">
  604. <string>Ctrl++</string>
  605. </property>
  606. </action>
  607. <action name="act_canvas_zoom_out">
  608. <property name="icon">
  609. <iconset resource="../resources.qrc">
  610. <normaloff>:/16x16/zoom-out.png</normaloff>:/16x16/zoom-out.png</iconset>
  611. </property>
  612. <property name="text">
  613. <string>Zoom Out</string>
  614. </property>
  615. <property name="shortcut">
  616. <string>Ctrl+-</string>
  617. </property>
  618. </action>
  619. <action name="act_canvas_zoom_100">
  620. <property name="icon">
  621. <iconset resource="../resources.qrc">
  622. <normaloff>:/16x16/zoom-original.png</normaloff>:/16x16/zoom-original.png</iconset>
  623. </property>
  624. <property name="text">
  625. <string>Zoom 100%</string>
  626. </property>
  627. <property name="shortcut">
  628. <string>Ctrl+1</string>
  629. </property>
  630. </action>
  631. <action name="act_transport_play">
  632. <property name="checkable">
  633. <bool>true</bool>
  634. </property>
  635. <property name="icon">
  636. <iconset resource="../resources.qrc">
  637. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  638. </property>
  639. <property name="text">
  640. <string>&amp;Play</string>
  641. </property>
  642. <property name="shortcut">
  643. <string>Ctrl+Shift+P</string>
  644. </property>
  645. </action>
  646. <action name="act_transport_stop">
  647. <property name="icon">
  648. <iconset resource="../resources.qrc">
  649. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  650. </property>
  651. <property name="text">
  652. <string>&amp;Stop</string>
  653. </property>
  654. <property name="shortcut">
  655. <string>Ctrl+Shift+X</string>
  656. </property>
  657. </action>
  658. <action name="act_transport_backwards">
  659. <property name="icon">
  660. <iconset resource="../resources.qrc">
  661. <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
  662. </property>
  663. <property name="text">
  664. <string>&amp;Backwards</string>
  665. </property>
  666. <property name="shortcut">
  667. <string>Ctrl+Shift+B</string>
  668. </property>
  669. </action>
  670. <action name="act_transport_forwards">
  671. <property name="icon">
  672. <iconset resource="../resources.qrc">
  673. <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
  674. </property>
  675. <property name="text">
  676. <string>&amp;Forwards</string>
  677. </property>
  678. <property name="shortcut">
  679. <string>Ctrl+Shift+F</string>
  680. </property>
  681. </action>
  682. <action name="act_plugins_enable">
  683. <property name="text">
  684. <string>Enable</string>
  685. </property>
  686. </action>
  687. <action name="act_plugins_disable">
  688. <property name="text">
  689. <string>Disable</string>
  690. </property>
  691. </action>
  692. <action name="act_plugins_bypass">
  693. <property name="text">
  694. <string>0% Wet (Bypass)</string>
  695. </property>
  696. </action>
  697. <action name="act_plugins_wet100">
  698. <property name="text">
  699. <string>100% Wet</string>
  700. </property>
  701. </action>
  702. <action name="act_plugins_mute">
  703. <property name="text">
  704. <string>0% Volume (Mute)</string>
  705. </property>
  706. </action>
  707. <action name="act_plugins_volume100">
  708. <property name="text">
  709. <string>100% Volume</string>
  710. </property>
  711. </action>
  712. <action name="act_plugins_center">
  713. <property name="text">
  714. <string>Center Balance</string>
  715. </property>
  716. </action>
  717. <action name="act_plugins_panic">
  718. <property name="icon">
  719. <iconset resource="../resources.qrc">
  720. <normaloff>:/16x16/dialog-warning.png</normaloff>:/16x16/dialog-warning.png</iconset>
  721. </property>
  722. <property name="text">
  723. <string>Panic</string>
  724. </property>
  725. <property name="toolTip">
  726. <string>Panic</string>
  727. </property>
  728. </action>
  729. <action name="act_plugin_add2">
  730. <property name="icon">
  731. <iconset resource="../resources.qrc">
  732. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  733. </property>
  734. <property name="text">
  735. <string>Add New Plugin...</string>
  736. </property>
  737. <property name="toolTip">
  738. <string>Add New Plugin</string>
  739. </property>
  740. </action>
  741. <action name="act_file_export_lv2">
  742. <property name="text">
  743. <string>Export LV2 Plugin State...</string>
  744. </property>
  745. </action>
  746. </widget>
  747. <customwidgets>
  748. <customwidget>
  749. <class>CanvasPreviewFrame</class>
  750. <extends>QFrame</extends>
  751. <header>canvaspreviewframe.h</header>
  752. <container>1</container>
  753. </customwidget>
  754. </customwidgets>
  755. <resources>
  756. <include location="../resources.qrc"/>
  757. </resources>
  758. <connections>
  759. <connection>
  760. <sender>act_file_quit</sender>
  761. <signal>triggered()</signal>
  762. <receiver>CarlaMainW</receiver>
  763. <slot>close()</slot>
  764. <hints>
  765. <hint type="sourcelabel">
  766. <x>-1</x>
  767. <y>-1</y>
  768. </hint>
  769. <hint type="destinationlabel">
  770. <x>189</x>
  771. <y>34</y>
  772. </hint>
  773. </hints>
  774. </connection>
  775. <connection>
  776. <sender>act_settings_show_toolbar</sender>
  777. <signal>triggered(bool)</signal>
  778. <receiver>toolBar</receiver>
  779. <slot>setVisible(bool)</slot>
  780. <hints>
  781. <hint type="sourcelabel">
  782. <x>-1</x>
  783. <y>-1</y>
  784. </hint>
  785. <hint type="destinationlabel">
  786. <x>354</x>
  787. <y>35</y>
  788. </hint>
  789. </hints>
  790. </connection>
  791. </connections>
  792. </ui>