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.

1309 lines
40KB

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