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.

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