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.

1190 lines
36KB

  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>1058</width>
  10. <height>716</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="leftMargin">
  22. <number>0</number>
  23. </property>
  24. <property name="topMargin">
  25. <number>4</number>
  26. </property>
  27. <property name="rightMargin">
  28. <number>0</number>
  29. </property>
  30. <property name="bottomMargin">
  31. <number>0</number>
  32. </property>
  33. <item>
  34. <widget class="QTabWidget" name="tabWidget">
  35. <property name="currentIndex">
  36. <number>0</number>
  37. </property>
  38. <widget class="QWidget" name="rack">
  39. <attribute name="title">
  40. <string>Rack</string>
  41. </attribute>
  42. <layout class="QHBoxLayout" name="horizontalLayout_2">
  43. <property name="spacing">
  44. <number>0</number>
  45. </property>
  46. <property name="leftMargin">
  47. <number>0</number>
  48. </property>
  49. <property name="topMargin">
  50. <number>0</number>
  51. </property>
  52. <property name="rightMargin">
  53. <number>0</number>
  54. </property>
  55. <property name="bottomMargin">
  56. <number>1</number>
  57. </property>
  58. <item>
  59. <widget class="QLabel" name="pad_left">
  60. <property name="minimumSize">
  61. <size>
  62. <width>25</width>
  63. <height>0</height>
  64. </size>
  65. </property>
  66. <property name="maximumSize">
  67. <size>
  68. <width>25</width>
  69. <height>16777215</height>
  70. </size>
  71. </property>
  72. <property name="text">
  73. <string/>
  74. </property>
  75. </widget>
  76. </item>
  77. <item>
  78. <widget class="RackListWidget" name="listWidget">
  79. <property name="contextMenuPolicy">
  80. <enum>Qt::CustomContextMenu</enum>
  81. </property>
  82. <property name="verticalScrollBarPolicy">
  83. <enum>Qt::ScrollBarAlwaysOff</enum>
  84. </property>
  85. <property name="horizontalScrollBarPolicy">
  86. <enum>Qt::ScrollBarAlwaysOff</enum>
  87. </property>
  88. </widget>
  89. </item>
  90. <item>
  91. <widget class="QLabel" name="pad_right">
  92. <property name="minimumSize">
  93. <size>
  94. <width>25</width>
  95. <height>0</height>
  96. </size>
  97. </property>
  98. <property name="maximumSize">
  99. <size>
  100. <width>25</width>
  101. <height>16777215</height>
  102. </size>
  103. </property>
  104. <property name="text">
  105. <string/>
  106. </property>
  107. </widget>
  108. </item>
  109. <item>
  110. <widget class="QScrollBar" name="rackScrollBar">
  111. <property name="orientation">
  112. <enum>Qt::Vertical</enum>
  113. </property>
  114. </widget>
  115. </item>
  116. </layout>
  117. </widget>
  118. <widget class="QWidget" name="patchbay">
  119. <attribute name="title">
  120. <string>Patchbay</string>
  121. </attribute>
  122. <layout class="QGridLayout" name="gridLayout">
  123. <property name="leftMargin">
  124. <number>0</number>
  125. </property>
  126. <property name="topMargin">
  127. <number>0</number>
  128. </property>
  129. <property name="rightMargin">
  130. <number>0</number>
  131. </property>
  132. <property name="bottomMargin">
  133. <number>1</number>
  134. </property>
  135. <property name="spacing">
  136. <number>1</number>
  137. </property>
  138. <item row="0" column="1">
  139. <widget class="DraggableGraphicsView" name="graphicsView">
  140. <property name="transformationAnchor">
  141. <enum>QGraphicsView::AnchorUnderMouse</enum>
  142. </property>
  143. </widget>
  144. </item>
  145. <item row="0" column="2">
  146. <widget class="DigitalPeakMeter" name="peak_out" native="true"/>
  147. </item>
  148. <item row="0" column="0">
  149. <widget class="DigitalPeakMeter" name="peak_in" native="true"/>
  150. </item>
  151. </layout>
  152. </widget>
  153. <widget class="QWidget" name="logs">
  154. <attribute name="title">
  155. <string>Logs</string>
  156. </attribute>
  157. <layout class="QHBoxLayout" name="horizontalLayout_4">
  158. <property name="spacing">
  159. <number>0</number>
  160. </property>
  161. <property name="leftMargin">
  162. <number>0</number>
  163. </property>
  164. <property name="topMargin">
  165. <number>0</number>
  166. </property>
  167. <property name="rightMargin">
  168. <number>0</number>
  169. </property>
  170. <property name="bottomMargin">
  171. <number>1</number>
  172. </property>
  173. <item>
  174. <widget class="QPlainTextEdit" name="text_logs">
  175. <property name="font">
  176. <font>
  177. <family>DejaVu Sans Mono</family>
  178. </font>
  179. </property>
  180. <property name="verticalScrollBarPolicy">
  181. <enum>Qt::ScrollBarAlwaysOn</enum>
  182. </property>
  183. <property name="horizontalScrollBarPolicy">
  184. <enum>Qt::ScrollBarAlwaysOn</enum>
  185. </property>
  186. <property name="lineWrapMode">
  187. <enum>QPlainTextEdit::NoWrap</enum>
  188. </property>
  189. <property name="plainText">
  190. <string>Loading...</string>
  191. </property>
  192. <property name="textInteractionFlags">
  193. <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
  194. </property>
  195. </widget>
  196. </item>
  197. </layout>
  198. </widget>
  199. </widget>
  200. </item>
  201. </layout>
  202. </widget>
  203. <widget class="QMenuBar" name="menubar">
  204. <property name="geometry">
  205. <rect>
  206. <x>0</x>
  207. <y>0</y>
  208. <width>1058</width>
  209. <height>30</height>
  210. </rect>
  211. </property>
  212. <widget class="QMenu" name="menu_File">
  213. <property name="title">
  214. <string>&amp;File</string>
  215. </property>
  216. <addaction name="act_file_connect"/>
  217. <addaction name="act_file_refresh"/>
  218. <addaction name="act_file_new"/>
  219. <addaction name="act_file_open"/>
  220. <addaction name="act_file_save"/>
  221. <addaction name="act_file_save_as"/>
  222. <addaction name="separator"/>
  223. <addaction name="act_file_quit"/>
  224. </widget>
  225. <widget class="QMenu" name="menu_Engine">
  226. <property name="title">
  227. <string>&amp;Engine</string>
  228. </property>
  229. <addaction name="act_engine_start"/>
  230. <addaction name="act_engine_stop"/>
  231. </widget>
  232. <widget class="QMenu" name="menu_Plugin">
  233. <property name="title">
  234. <string>&amp;Plugin</string>
  235. </property>
  236. <widget class="QMenu" name="menu_PluginMacros">
  237. <property name="title">
  238. <string>Macros (all plugins)</string>
  239. </property>
  240. <addaction name="act_plugins_enable"/>
  241. <addaction name="act_plugins_disable"/>
  242. <addaction name="separator"/>
  243. <addaction name="act_plugins_volume100"/>
  244. <addaction name="act_plugins_mute"/>
  245. <addaction name="separator"/>
  246. <addaction name="act_plugins_wet100"/>
  247. <addaction name="act_plugins_bypass"/>
  248. <addaction name="separator"/>
  249. <addaction name="act_plugins_center"/>
  250. <addaction name="separator"/>
  251. <addaction name="act_plugins_compact"/>
  252. <addaction name="act_plugins_expand"/>
  253. </widget>
  254. <addaction name="act_plugin_add"/>
  255. <addaction name="act_plugin_remove_all"/>
  256. <addaction name="separator"/>
  257. <addaction name="menu_PluginMacros"/>
  258. </widget>
  259. <widget class="QMenu" name="menu_Canvas">
  260. <property name="title">
  261. <string>&amp;Canvas</string>
  262. </property>
  263. <widget class="QMenu" name="menu_Canvas_Zoom">
  264. <property name="title">
  265. <string>Zoom</string>
  266. </property>
  267. <addaction name="act_canvas_zoom_fit"/>
  268. <addaction name="separator"/>
  269. <addaction name="act_canvas_zoom_in"/>
  270. <addaction name="act_canvas_zoom_out"/>
  271. <addaction name="act_canvas_zoom_100"/>
  272. </widget>
  273. <addaction name="act_canvas_show_internal"/>
  274. <addaction name="act_canvas_show_external"/>
  275. <addaction name="separator"/>
  276. <addaction name="act_canvas_arrange"/>
  277. <addaction name="act_canvas_refresh"/>
  278. <addaction name="menu_Canvas_Zoom"/>
  279. <addaction name="separator"/>
  280. <addaction name="act_canvas_save_image"/>
  281. </widget>
  282. <widget class="QMenu" name="menu_Settings">
  283. <property name="title">
  284. <string>&amp;Settings</string>
  285. </property>
  286. <addaction name="act_settings_show_toolbar"/>
  287. <addaction name="act_settings_show_meters"/>
  288. <addaction name="act_settings_show_keyboard"/>
  289. <addaction name="act_settings_show_side_panel"/>
  290. <addaction name="separator"/>
  291. <addaction name="act_settings_configure"/>
  292. </widget>
  293. <widget class="QMenu" name="menu_Help">
  294. <property name="title">
  295. <string>&amp;Help</string>
  296. </property>
  297. <addaction name="act_help_about"/>
  298. <addaction name="act_help_about_qt"/>
  299. </widget>
  300. <addaction name="menu_File"/>
  301. <addaction name="menu_Engine"/>
  302. <addaction name="menu_Plugin"/>
  303. <addaction name="menu_Canvas"/>
  304. <addaction name="menu_Settings"/>
  305. <addaction name="menu_Help"/>
  306. </widget>
  307. <widget class="QToolBar" name="toolBar">
  308. <property name="windowTitle">
  309. <string>toolBar</string>
  310. </property>
  311. <property name="movable">
  312. <bool>false</bool>
  313. </property>
  314. <property name="allowedAreas">
  315. <set>Qt::NoToolBarArea</set>
  316. </property>
  317. <property name="toolButtonStyle">
  318. <enum>Qt::ToolButtonTextBesideIcon</enum>
  319. </property>
  320. <attribute name="toolBarArea">
  321. <enum>TopToolBarArea</enum>
  322. </attribute>
  323. <attribute name="toolBarBreak">
  324. <bool>false</bool>
  325. </attribute>
  326. <addaction name="act_file_new"/>
  327. <addaction name="act_file_open"/>
  328. <addaction name="act_file_save"/>
  329. <addaction name="act_file_save_as"/>
  330. <addaction name="act_file_connect"/>
  331. <addaction name="act_file_refresh"/>
  332. <addaction name="separator"/>
  333. <addaction name="act_plugin_add2"/>
  334. <addaction name="act_add_jack"/>
  335. <addaction name="act_plugin_remove_all"/>
  336. <addaction name="act_plugins_panic"/>
  337. <addaction name="separator"/>
  338. <addaction name="act_settings_configure"/>
  339. </widget>
  340. <widget class="QDockWidget" name="dockWidget">
  341. <property name="features">
  342. <set>QDockWidget::NoDockWidgetFeatures</set>
  343. </property>
  344. <property name="allowedAreas">
  345. <set>Qt::NoDockWidgetArea</set>
  346. </property>
  347. <attribute name="dockWidgetArea">
  348. <number>1</number>
  349. </attribute>
  350. <widget class="QWidget" name="dockWidgetContents">
  351. <layout class="QVBoxLayout" name="verticalLayout">
  352. <property name="spacing">
  353. <number>0</number>
  354. </property>
  355. <property name="leftMargin">
  356. <number>0</number>
  357. </property>
  358. <property name="topMargin">
  359. <number>5</number>
  360. </property>
  361. <property name="rightMargin">
  362. <number>0</number>
  363. </property>
  364. <property name="bottomMargin">
  365. <number>0</number>
  366. </property>
  367. <item>
  368. <layout class="QVBoxLayout" name="verticalLayout_4">
  369. <property name="spacing">
  370. <number>1</number>
  371. </property>
  372. <item>
  373. <widget class="QTabWidget" name="tabUtils">
  374. <property name="sizePolicy">
  375. <sizepolicy hsizetype="Ignored" vsizetype="Expanding">
  376. <horstretch>0</horstretch>
  377. <verstretch>0</verstretch>
  378. </sizepolicy>
  379. </property>
  380. <property name="minimumSize">
  381. <size>
  382. <width>210</width>
  383. <height>0</height>
  384. </size>
  385. </property>
  386. <property name="acceptDrops">
  387. <bool>false</bool>
  388. </property>
  389. <property name="tabPosition">
  390. <enum>QTabWidget::West</enum>
  391. </property>
  392. <property name="currentIndex">
  393. <number>0</number>
  394. </property>
  395. <widget class="QWidget" name="disk">
  396. <property name="acceptDrops">
  397. <bool>false</bool>
  398. </property>
  399. <attribute name="title">
  400. <string>Disk</string>
  401. </attribute>
  402. <layout class="QVBoxLayout" name="verticalLayout_3">
  403. <property name="spacing">
  404. <number>0</number>
  405. </property>
  406. <property name="leftMargin">
  407. <number>0</number>
  408. </property>
  409. <property name="topMargin">
  410. <number>0</number>
  411. </property>
  412. <property name="rightMargin">
  413. <number>0</number>
  414. </property>
  415. <property name="bottomMargin">
  416. <number>1</number>
  417. </property>
  418. <item>
  419. <layout class="QHBoxLayout" name="horizontalLayout">
  420. <item>
  421. <widget class="QComboBox" name="cb_disk">
  422. <item>
  423. <property name="text">
  424. <string>Home</string>
  425. </property>
  426. </item>
  427. </widget>
  428. </item>
  429. <item>
  430. <widget class="QToolButton" name="b_disk_add">
  431. <property name="text">
  432. <string/>
  433. </property>
  434. <property name="icon">
  435. <iconset resource="../resources.qrc">
  436. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  437. </property>
  438. </widget>
  439. </item>
  440. <item>
  441. <widget class="QToolButton" name="b_disk_remove">
  442. <property name="enabled">
  443. <bool>false</bool>
  444. </property>
  445. <property name="text">
  446. <string/>
  447. </property>
  448. <property name="icon">
  449. <iconset resource="../resources.qrc">
  450. <normaloff>:/16x16/list-remove.png</normaloff>:/16x16/list-remove.png</iconset>
  451. </property>
  452. </widget>
  453. </item>
  454. </layout>
  455. </item>
  456. <item>
  457. <widget class="QTreeView" name="fileTreeView">
  458. <property name="editTriggers">
  459. <set>QAbstractItemView::NoEditTriggers</set>
  460. </property>
  461. <property name="dragEnabled">
  462. <bool>true</bool>
  463. </property>
  464. <property name="dragDropMode">
  465. <enum>QAbstractItemView::DragOnly</enum>
  466. </property>
  467. </widget>
  468. </item>
  469. </layout>
  470. </widget>
  471. <widget class="QWidget" name="w_transport">
  472. <attribute name="title">
  473. <string>Transport</string>
  474. </attribute>
  475. <layout class="QVBoxLayout" name="verticalLayout_6">
  476. <item>
  477. <widget class="QGroupBox" name="group_transport_controls">
  478. <property name="title">
  479. <string>Playback Controls</string>
  480. </property>
  481. <layout class="QHBoxLayout" name="horizontalLayout_5">
  482. <item>
  483. <widget class="QPushButton" name="b_transport_play">
  484. <property name="text">
  485. <string/>
  486. </property>
  487. <property name="icon">
  488. <iconset resource="../resources.qrc">
  489. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  490. </property>
  491. <property name="checkable">
  492. <bool>true</bool>
  493. </property>
  494. </widget>
  495. </item>
  496. <item>
  497. <widget class="QPushButton" name="b_transport_stop">
  498. <property name="text">
  499. <string/>
  500. </property>
  501. <property name="icon">
  502. <iconset resource="../resources.qrc">
  503. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  504. </property>
  505. </widget>
  506. </item>
  507. <item>
  508. <widget class="QPushButton" name="b_transport_backwards">
  509. <property name="text">
  510. <string/>
  511. </property>
  512. <property name="icon">
  513. <iconset resource="../resources.qrc">
  514. <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
  515. </property>
  516. <property name="autoRepeat">
  517. <bool>true</bool>
  518. </property>
  519. </widget>
  520. </item>
  521. <item>
  522. <widget class="QPushButton" name="b_transport_forwards">
  523. <property name="text">
  524. <string/>
  525. </property>
  526. <property name="icon">
  527. <iconset resource="../resources.qrc">
  528. <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
  529. </property>
  530. <property name="autoRepeat">
  531. <bool>true</bool>
  532. </property>
  533. </widget>
  534. </item>
  535. </layout>
  536. </widget>
  537. </item>
  538. <item>
  539. <widget class="QGroupBox" name="group_transport_info">
  540. <property name="title">
  541. <string>Time Information</string>
  542. </property>
  543. <layout class="QVBoxLayout" name="verticalLayout_2">
  544. <item>
  545. <layout class="QHBoxLayout" name="horizontalLayout_6">
  546. <item>
  547. <widget class="QLabel" name="label_transport_frame">
  548. <property name="text">
  549. <string>Frame:</string>
  550. </property>
  551. <property name="alignment">
  552. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  553. </property>
  554. </widget>
  555. </item>
  556. <item>
  557. <widget class="QLabel" name="l_transport_frame">
  558. <property name="font">
  559. <font>
  560. <family>DejaVu Sans Mono</family>
  561. </font>
  562. </property>
  563. <property name="text">
  564. <string>000'000'000</string>
  565. </property>
  566. </widget>
  567. </item>
  568. </layout>
  569. </item>
  570. <item>
  571. <layout class="QHBoxLayout" name="horizontalLayout_7">
  572. <item>
  573. <widget class="QLabel" name="label_transport_time">
  574. <property name="text">
  575. <string>Time:</string>
  576. </property>
  577. <property name="alignment">
  578. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  579. </property>
  580. </widget>
  581. </item>
  582. <item>
  583. <widget class="QLabel" name="l_transport_time">
  584. <property name="font">
  585. <font>
  586. <family>DejaVu Sans Mono</family>
  587. </font>
  588. </property>
  589. <property name="text">
  590. <string>00:00:00</string>
  591. </property>
  592. </widget>
  593. </item>
  594. </layout>
  595. </item>
  596. <item>
  597. <layout class="QHBoxLayout" name="horizontalLayout_8">
  598. <item>
  599. <widget class="QLabel" name="label_transport_bbt">
  600. <property name="text">
  601. <string>BBT:</string>
  602. </property>
  603. <property name="alignment">
  604. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  605. </property>
  606. </widget>
  607. </item>
  608. <item>
  609. <widget class="QLabel" name="l_transport_bbt">
  610. <property name="font">
  611. <font>
  612. <family>DejaVu Sans Mono</family>
  613. </font>
  614. </property>
  615. <property name="text">
  616. <string>000|00|0000</string>
  617. </property>
  618. </widget>
  619. </item>
  620. </layout>
  621. </item>
  622. </layout>
  623. </widget>
  624. </item>
  625. <item>
  626. <widget class="QGroupBox" name="group_transport_settings">
  627. <property name="title">
  628. <string>Settings</string>
  629. </property>
  630. <layout class="QVBoxLayout" name="verticalLayout_5">
  631. <item>
  632. <widget class="QDoubleSpinBox" name="dsb_transport_bpm">
  633. <property name="suffix">
  634. <string> BPM</string>
  635. </property>
  636. <property name="decimals">
  637. <number>1</number>
  638. </property>
  639. <property name="minimum">
  640. <double>20.000000000000000</double>
  641. </property>
  642. <property name="maximum">
  643. <double>999.000000000000000</double>
  644. </property>
  645. </widget>
  646. </item>
  647. <item>
  648. <widget class="QCheckBox" name="cb_transport_jack">
  649. <property name="text">
  650. <string>Use JACK Transport</string>
  651. </property>
  652. </widget>
  653. </item>
  654. <item>
  655. <widget class="QCheckBox" name="cb_transport_link">
  656. <property name="text">
  657. <string>Use Ableton Link</string>
  658. </property>
  659. </widget>
  660. </item>
  661. </layout>
  662. </widget>
  663. </item>
  664. <item>
  665. <spacer name="verticalSpacer">
  666. <property name="orientation">
  667. <enum>Qt::Vertical</enum>
  668. </property>
  669. <property name="sizeHint" stdset="0">
  670. <size>
  671. <width>20</width>
  672. <height>40</height>
  673. </size>
  674. </property>
  675. </spacer>
  676. </item>
  677. </layout>
  678. </widget>
  679. </widget>
  680. </item>
  681. <item>
  682. <widget class="CanvasPreviewFrame" name="miniCanvasPreview">
  683. <property name="minimumSize">
  684. <size>
  685. <width>210</width>
  686. <height>162</height>
  687. </size>
  688. </property>
  689. <property name="maximumSize">
  690. <size>
  691. <width>16777215</width>
  692. <height>162</height>
  693. </size>
  694. </property>
  695. <property name="acceptDrops">
  696. <bool>false</bool>
  697. </property>
  698. <property name="frameShape">
  699. <enum>QFrame::StyledPanel</enum>
  700. </property>
  701. <property name="frameShadow">
  702. <enum>QFrame::Sunken</enum>
  703. </property>
  704. </widget>
  705. </item>
  706. </layout>
  707. </item>
  708. </layout>
  709. </widget>
  710. </widget>
  711. <action name="act_file_new">
  712. <property name="icon">
  713. <iconset resource="../resources.qrc">
  714. <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
  715. </property>
  716. <property name="text">
  717. <string>&amp;New</string>
  718. </property>
  719. <property name="shortcut">
  720. <string>Ctrl+N</string>
  721. </property>
  722. </action>
  723. <action name="act_file_open">
  724. <property name="icon">
  725. <iconset resource="../resources.qrc">
  726. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  727. </property>
  728. <property name="text">
  729. <string>&amp;Open...</string>
  730. </property>
  731. <property name="shortcut">
  732. <string>Ctrl+O</string>
  733. </property>
  734. </action>
  735. <action name="act_file_save">
  736. <property name="icon">
  737. <iconset resource="../resources.qrc">
  738. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  739. </property>
  740. <property name="text">
  741. <string>&amp;Save</string>
  742. </property>
  743. <property name="shortcut">
  744. <string>Ctrl+S</string>
  745. </property>
  746. </action>
  747. <action name="act_file_save_as">
  748. <property name="icon">
  749. <iconset resource="../resources.qrc">
  750. <normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset>
  751. </property>
  752. <property name="text">
  753. <string>Save &amp;As...</string>
  754. </property>
  755. <property name="shortcut">
  756. <string>Ctrl+Shift+S</string>
  757. </property>
  758. </action>
  759. <action name="act_file_quit">
  760. <property name="icon">
  761. <iconset resource="../resources.qrc">
  762. <normaloff>:/16x16/application-exit.png</normaloff>:/16x16/application-exit.png</iconset>
  763. </property>
  764. <property name="text">
  765. <string>&amp;Quit</string>
  766. </property>
  767. <property name="shortcut">
  768. <string>Ctrl+Q</string>
  769. </property>
  770. </action>
  771. <action name="act_engine_start">
  772. <property name="icon">
  773. <iconset resource="../resources.qrc">
  774. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  775. </property>
  776. <property name="text">
  777. <string>&amp;Start</string>
  778. </property>
  779. <property name="shortcut">
  780. <string>F5</string>
  781. </property>
  782. </action>
  783. <action name="act_engine_stop">
  784. <property name="icon">
  785. <iconset resource="../resources.qrc">
  786. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  787. </property>
  788. <property name="text">
  789. <string>St&amp;op</string>
  790. </property>
  791. <property name="shortcut">
  792. <string>F6</string>
  793. </property>
  794. </action>
  795. <action name="act_plugin_add">
  796. <property name="icon">
  797. <iconset resource="../resources.qrc">
  798. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  799. </property>
  800. <property name="text">
  801. <string>&amp;Add...</string>
  802. </property>
  803. <property name="shortcut">
  804. <string>Ctrl+A</string>
  805. </property>
  806. </action>
  807. <action name="act_plugin_add2">
  808. <property name="icon">
  809. <iconset resource="../resources.qrc">
  810. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  811. </property>
  812. <property name="text">
  813. <string>Add Plugin...</string>
  814. </property>
  815. </action>
  816. <action name="act_plugin_remove_all">
  817. <property name="icon">
  818. <iconset resource="../resources.qrc">
  819. <normaloff>:/16x16/edit-delete.png</normaloff>:/16x16/edit-delete.png</iconset>
  820. </property>
  821. <property name="text">
  822. <string>&amp;Remove All</string>
  823. </property>
  824. </action>
  825. <action name="act_plugins_enable">
  826. <property name="text">
  827. <string>Enable</string>
  828. </property>
  829. </action>
  830. <action name="act_plugins_disable">
  831. <property name="text">
  832. <string>Disable</string>
  833. </property>
  834. </action>
  835. <action name="act_plugins_bypass">
  836. <property name="text">
  837. <string>0% Wet (Bypass)</string>
  838. </property>
  839. </action>
  840. <action name="act_plugins_wet100">
  841. <property name="text">
  842. <string>100% Wet</string>
  843. </property>
  844. </action>
  845. <action name="act_plugins_mute">
  846. <property name="text">
  847. <string>0% Volume (Mute)</string>
  848. </property>
  849. </action>
  850. <action name="act_plugins_volume100">
  851. <property name="text">
  852. <string>100% Volume</string>
  853. </property>
  854. </action>
  855. <action name="act_plugins_center">
  856. <property name="text">
  857. <string>Center Balance</string>
  858. </property>
  859. </action>
  860. <action name="act_plugins_panic">
  861. <property name="icon">
  862. <iconset resource="../resources.qrc">
  863. <normaloff>:/16x16/dialog-warning.png</normaloff>:/16x16/dialog-warning.png</iconset>
  864. </property>
  865. <property name="text">
  866. <string>Panic</string>
  867. </property>
  868. </action>
  869. <action name="act_transport_play">
  870. <property name="checkable">
  871. <bool>true</bool>
  872. </property>
  873. <property name="icon">
  874. <iconset resource="../resources.qrc">
  875. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  876. </property>
  877. <property name="text">
  878. <string>&amp;Play</string>
  879. </property>
  880. <property name="shortcut">
  881. <string>Ctrl+Shift+P</string>
  882. </property>
  883. </action>
  884. <action name="act_transport_stop">
  885. <property name="icon">
  886. <iconset resource="../resources.qrc">
  887. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  888. </property>
  889. <property name="text">
  890. <string>&amp;Stop</string>
  891. </property>
  892. <property name="shortcut">
  893. <string>Ctrl+Shift+X</string>
  894. </property>
  895. </action>
  896. <action name="act_transport_backwards">
  897. <property name="icon">
  898. <iconset resource="../resources.qrc">
  899. <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
  900. </property>
  901. <property name="text">
  902. <string>&amp;Backwards</string>
  903. </property>
  904. <property name="shortcut">
  905. <string>Ctrl+Shift+B</string>
  906. </property>
  907. </action>
  908. <action name="act_transport_forwards">
  909. <property name="icon">
  910. <iconset resource="../resources.qrc">
  911. <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
  912. </property>
  913. <property name="text">
  914. <string>&amp;Forwards</string>
  915. </property>
  916. <property name="shortcut">
  917. <string>Ctrl+Shift+F</string>
  918. </property>
  919. </action>
  920. <action name="act_canvas_arrange">
  921. <property name="icon">
  922. <iconset resource="../resources.qrc">
  923. <normaloff>:/16x16/view-sort-ascending.png</normaloff>:/16x16/view-sort-ascending.png</iconset>
  924. </property>
  925. <property name="text">
  926. <string>&amp;Arrange</string>
  927. </property>
  928. <property name="shortcut">
  929. <string>Ctrl+G</string>
  930. </property>
  931. </action>
  932. <action name="act_canvas_refresh">
  933. <property name="icon">
  934. <iconset resource="../resources.qrc">
  935. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  936. </property>
  937. <property name="text">
  938. <string>&amp;Refresh</string>
  939. </property>
  940. <property name="shortcut">
  941. <string>Ctrl+R</string>
  942. </property>
  943. </action>
  944. <action name="act_canvas_print">
  945. <property name="icon">
  946. <iconset resource="../resources.qrc">
  947. <normaloff>:/16x16/document-print.png</normaloff>:/16x16/document-print.png</iconset>
  948. </property>
  949. <property name="text">
  950. <string>&amp;Print...</string>
  951. </property>
  952. </action>
  953. <action name="act_canvas_save_image">
  954. <property name="text">
  955. <string>Save &amp;Image...</string>
  956. </property>
  957. </action>
  958. <action name="act_canvas_zoom_fit">
  959. <property name="icon">
  960. <iconset resource="../resources.qrc">
  961. <normaloff>:/16x16/zoom-fit-best.png</normaloff>:/16x16/zoom-fit-best.png</iconset>
  962. </property>
  963. <property name="text">
  964. <string>Auto-Fit</string>
  965. </property>
  966. <property name="shortcut">
  967. <string>Home</string>
  968. </property>
  969. </action>
  970. <action name="act_canvas_zoom_in">
  971. <property name="icon">
  972. <iconset resource="../resources.qrc">
  973. <normaloff>:/16x16/zoom-in.png</normaloff>:/16x16/zoom-in.png</iconset>
  974. </property>
  975. <property name="text">
  976. <string>Zoom In</string>
  977. </property>
  978. <property name="shortcut">
  979. <string>Ctrl++</string>
  980. </property>
  981. </action>
  982. <action name="act_canvas_zoom_out">
  983. <property name="icon">
  984. <iconset resource="../resources.qrc">
  985. <normaloff>:/16x16/zoom-out.png</normaloff>:/16x16/zoom-out.png</iconset>
  986. </property>
  987. <property name="text">
  988. <string>Zoom Out</string>
  989. </property>
  990. <property name="shortcut">
  991. <string>Ctrl+-</string>
  992. </property>
  993. </action>
  994. <action name="act_canvas_zoom_100">
  995. <property name="icon">
  996. <iconset resource="../resources.qrc">
  997. <normaloff>:/16x16/zoom-original.png</normaloff>:/16x16/zoom-original.png</iconset>
  998. </property>
  999. <property name="text">
  1000. <string>Zoom 100%</string>
  1001. </property>
  1002. <property name="shortcut">
  1003. <string>Ctrl+1</string>
  1004. </property>
  1005. </action>
  1006. <action name="act_settings_show_toolbar">
  1007. <property name="checkable">
  1008. <bool>true</bool>
  1009. </property>
  1010. <property name="text">
  1011. <string>Show &amp;Toolbar</string>
  1012. </property>
  1013. </action>
  1014. <action name="act_settings_configure">
  1015. <property name="icon">
  1016. <iconset resource="../resources.qrc">
  1017. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  1018. </property>
  1019. <property name="text">
  1020. <string>&amp;Configure Carla</string>
  1021. </property>
  1022. </action>
  1023. <action name="act_help_about">
  1024. <property name="text">
  1025. <string>&amp;About</string>
  1026. </property>
  1027. </action>
  1028. <action name="act_help_about_qt">
  1029. <property name="text">
  1030. <string>About &amp;Qt</string>
  1031. </property>
  1032. </action>
  1033. <action name="act_settings_show_meters">
  1034. <property name="checkable">
  1035. <bool>true</bool>
  1036. </property>
  1037. <property name="text">
  1038. <string>Show Canvas &amp;Meters</string>
  1039. </property>
  1040. </action>
  1041. <action name="act_settings_show_keyboard">
  1042. <property name="checkable">
  1043. <bool>true</bool>
  1044. </property>
  1045. <property name="text">
  1046. <string>Show Canvas &amp;Keyboard</string>
  1047. </property>
  1048. </action>
  1049. <action name="act_canvas_show_internal">
  1050. <property name="checkable">
  1051. <bool>true</bool>
  1052. </property>
  1053. <property name="text">
  1054. <string>Show Internal</string>
  1055. </property>
  1056. </action>
  1057. <action name="act_canvas_show_external">
  1058. <property name="checkable">
  1059. <bool>true</bool>
  1060. </property>
  1061. <property name="text">
  1062. <string>Show External</string>
  1063. </property>
  1064. </action>
  1065. <action name="act_settings_show_time_panel">
  1066. <property name="checkable">
  1067. <bool>true</bool>
  1068. </property>
  1069. <property name="text">
  1070. <string>Show Time Panel</string>
  1071. </property>
  1072. </action>
  1073. <action name="act_settings_show_side_panel">
  1074. <property name="checkable">
  1075. <bool>true</bool>
  1076. </property>
  1077. <property name="text">
  1078. <string>Show &amp;Side Panel</string>
  1079. </property>
  1080. </action>
  1081. <action name="act_file_connect">
  1082. <property name="icon">
  1083. <iconset resource="../resources.qrc">
  1084. <normaloff>:/16x16/network-connect.png</normaloff>:/16x16/network-connect.png</iconset>
  1085. </property>
  1086. <property name="text">
  1087. <string>&amp;Connect...</string>
  1088. </property>
  1089. </action>
  1090. <action name="act_file_refresh">
  1091. <property name="icon">
  1092. <iconset resource="../resources.qrc">
  1093. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  1094. </property>
  1095. <property name="text">
  1096. <string>&amp;Refresh</string>
  1097. </property>
  1098. </action>
  1099. <action name="act_plugins_compact">
  1100. <property name="text">
  1101. <string>Compact Slots</string>
  1102. </property>
  1103. </action>
  1104. <action name="act_plugins_expand">
  1105. <property name="text">
  1106. <string>Expand Slots</string>
  1107. </property>
  1108. </action>
  1109. <action name="act_secret_1">
  1110. <property name="text">
  1111. <string>Perform secret 1</string>
  1112. </property>
  1113. </action>
  1114. <action name="act_secret_2">
  1115. <property name="text">
  1116. <string>Perform secret 2</string>
  1117. </property>
  1118. </action>
  1119. <action name="act_secret_3">
  1120. <property name="text">
  1121. <string>Perform secret 3</string>
  1122. </property>
  1123. </action>
  1124. <action name="act_secret_4">
  1125. <property name="text">
  1126. <string>Perform secret 4</string>
  1127. </property>
  1128. </action>
  1129. <action name="act_secret_5">
  1130. <property name="text">
  1131. <string>Perform secret 5</string>
  1132. </property>
  1133. </action>
  1134. <action name="act_add_jack">
  1135. <property name="icon">
  1136. <iconset resource="../resources.qrc">
  1137. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  1138. </property>
  1139. <property name="text">
  1140. <string>Add &amp;Jack Application</string>
  1141. </property>
  1142. </action>
  1143. </widget>
  1144. <customwidgets>
  1145. <customwidget>
  1146. <class>DigitalPeakMeter</class>
  1147. <extends>QWidget</extends>
  1148. <header>digitalpeakmeter.h</header>
  1149. <container>1</container>
  1150. </customwidget>
  1151. <customwidget>
  1152. <class>CanvasPreviewFrame</class>
  1153. <extends>QFrame</extends>
  1154. <header>canvaspreviewframe.h</header>
  1155. <container>1</container>
  1156. </customwidget>
  1157. <customwidget>
  1158. <class>RackListWidget</class>
  1159. <extends>QListWidget</extends>
  1160. <header>racklistwidget.h</header>
  1161. </customwidget>
  1162. <customwidget>
  1163. <class>DraggableGraphicsView</class>
  1164. <extends>QGraphicsView</extends>
  1165. <header>draggablegraphicsview.h</header>
  1166. </customwidget>
  1167. </customwidgets>
  1168. <resources>
  1169. <include location="../resources.qrc"/>
  1170. </resources>
  1171. <connections>
  1172. <connection>
  1173. <sender>act_file_quit</sender>
  1174. <signal>triggered()</signal>
  1175. <receiver>CarlaHostW</receiver>
  1176. <slot>close()</slot>
  1177. <hints>
  1178. <hint type="sourcelabel">
  1179. <x>-1</x>
  1180. <y>-1</y>
  1181. </hint>
  1182. <hint type="destinationlabel">
  1183. <x>189</x>
  1184. <y>34</y>
  1185. </hint>
  1186. </hints>
  1187. </connection>
  1188. </connections>
  1189. </ui>