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.

1712 lines
52KB

  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>1045</width>
  10. <height>741</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QVBoxLayout" name="verticalLayout_4">
  18. <property name="leftMargin">
  19. <number>0</number>
  20. </property>
  21. <property name="topMargin">
  22. <number>4</number>
  23. </property>
  24. <property name="rightMargin">
  25. <number>0</number>
  26. </property>
  27. <property name="bottomMargin">
  28. <number>1</number>
  29. </property>
  30. <item>
  31. <widget class="QTabWidget" name="tabWidget">
  32. <property name="tabPosition">
  33. <enum>QTabWidget::North</enum>
  34. </property>
  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>1</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::ScrollBarAsNeeded</enum>
  206. </property>
  207. <property name="horizontalScrollBarPolicy">
  208. <enum>Qt::ScrollBarAsNeeded</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. <item alignment="Qt::AlignTop">
  222. <widget class="QWidget" name="log_options" native="true">
  223. <property name="enabled">
  224. <bool>true</bool>
  225. </property>
  226. <property name="sizePolicy">
  227. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  228. <horstretch>0</horstretch>
  229. <verstretch>0</verstretch>
  230. </sizepolicy>
  231. </property>
  232. <property name="minimumSize">
  233. <size>
  234. <width>0</width>
  235. <height>0</height>
  236. </size>
  237. </property>
  238. <layout class="QVBoxLayout" name="verticalLayout_8">
  239. <property name="sizeConstraint">
  240. <enum>QLayout::SetDefaultConstraint</enum>
  241. </property>
  242. <property name="leftMargin">
  243. <number>10</number>
  244. </property>
  245. <property name="topMargin">
  246. <number>12</number>
  247. </property>
  248. <property name="rightMargin">
  249. <number>10</number>
  250. </property>
  251. <item>
  252. <widget class="QPushButton" name="logs_save">
  253. <property name="cursor">
  254. <cursorShape>ArrowCursor</cursorShape>
  255. </property>
  256. <property name="acceptDrops">
  257. <bool>false</bool>
  258. </property>
  259. <property name="layoutDirection">
  260. <enum>Qt::LeftToRight</enum>
  261. </property>
  262. <property name="autoFillBackground">
  263. <bool>false</bool>
  264. </property>
  265. <property name="text">
  266. <string> Save</string>
  267. </property>
  268. <property name="icon">
  269. <iconset resource="../resources.qrc">
  270. <normaloff>:/16x16/document-save.svgz</normaloff>:/16x16/document-save.svgz</iconset>
  271. </property>
  272. <property name="iconSize">
  273. <size>
  274. <width>16</width>
  275. <height>16</height>
  276. </size>
  277. </property>
  278. <property name="autoDefault">
  279. <bool>false</bool>
  280. </property>
  281. <property name="default">
  282. <bool>false</bool>
  283. </property>
  284. <property name="flat">
  285. <bool>false</bool>
  286. </property>
  287. </widget>
  288. </item>
  289. <item>
  290. <spacer name="verticalSpacer_2">
  291. <property name="orientation">
  292. <enum>Qt::Vertical</enum>
  293. </property>
  294. <property name="sizeHint" stdset="0">
  295. <size>
  296. <width>20</width>
  297. <height>5</height>
  298. </size>
  299. </property>
  300. </spacer>
  301. </item>
  302. <item>
  303. <widget class="QPushButton" name="logs_clear">
  304. <property name="text">
  305. <string> Clear</string>
  306. </property>
  307. <property name="icon">
  308. <iconset resource="../resources.qrc">
  309. <normaloff>:/16x16/edit-clear.svgz</normaloff>:/16x16/edit-clear.svgz</iconset>
  310. </property>
  311. <property name="iconSize">
  312. <size>
  313. <width>16</width>
  314. <height>16</height>
  315. </size>
  316. </property>
  317. <property name="shortcut">
  318. <string>Ctrl+L</string>
  319. </property>
  320. </widget>
  321. </item>
  322. <item>
  323. <spacer name="verticalSpacer_3">
  324. <property name="orientation">
  325. <enum>Qt::Vertical</enum>
  326. </property>
  327. <property name="sizeHint" stdset="0">
  328. <size>
  329. <width>20</width>
  330. <height>5</height>
  331. </size>
  332. </property>
  333. </spacer>
  334. </item>
  335. <item>
  336. <widget class="QCheckBox" name="logs_autoscroll">
  337. <property name="text">
  338. <string>Auto-Scroll</string>
  339. </property>
  340. <property name="checked">
  341. <bool>true</bool>
  342. </property>
  343. </widget>
  344. </item>
  345. </layout>
  346. </widget>
  347. </item>
  348. </layout>
  349. </widget>
  350. </widget>
  351. </item>
  352. <item>
  353. <widget class="QFrame" name="tw_statusbar">
  354. <property name="sizePolicy">
  355. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  356. <horstretch>0</horstretch>
  357. <verstretch>0</verstretch>
  358. </sizepolicy>
  359. </property>
  360. <layout class="QHBoxLayout" name="horizontalLayout_3">
  361. <property name="leftMargin">
  362. <number>6</number>
  363. </property>
  364. <property name="topMargin">
  365. <number>0</number>
  366. </property>
  367. <property name="rightMargin">
  368. <number>6</number>
  369. </property>
  370. <property name="bottomMargin">
  371. <number>4</number>
  372. </property>
  373. <item>
  374. <widget class="QLabel" name="label_buffer_size">
  375. <property name="text">
  376. <string>Buffer Size:</string>
  377. </property>
  378. </widget>
  379. </item>
  380. <item>
  381. <widget class="QComboBox" name="cb_buffer_size"/>
  382. </item>
  383. <item>
  384. <widget class="Line" name="line_1">
  385. <property name="lineWidth">
  386. <number>0</number>
  387. </property>
  388. <property name="midLineWidth">
  389. <number>1</number>
  390. </property>
  391. <property name="orientation">
  392. <enum>Qt::Vertical</enum>
  393. </property>
  394. </widget>
  395. </item>
  396. <item>
  397. <widget class="QLabel" name="label_sample_rate">
  398. <property name="text">
  399. <string>Sample Rate:</string>
  400. </property>
  401. </widget>
  402. </item>
  403. <item>
  404. <widget class="QComboBox" name="cb_sample_rate"/>
  405. </item>
  406. <item>
  407. <widget class="Line" name="line_2">
  408. <property name="lineWidth">
  409. <number>0</number>
  410. </property>
  411. <property name="midLineWidth">
  412. <number>1</number>
  413. </property>
  414. <property name="orientation">
  415. <enum>Qt::Vertical</enum>
  416. </property>
  417. </widget>
  418. </item>
  419. <item>
  420. <widget class="QPushButton" name="b_xruns">
  421. <property name="text">
  422. <string>? Xruns</string>
  423. </property>
  424. <property name="flat">
  425. <bool>true</bool>
  426. </property>
  427. </widget>
  428. </item>
  429. <item>
  430. <widget class="Line" name="line_4">
  431. <property name="lineWidth">
  432. <number>0</number>
  433. </property>
  434. <property name="midLineWidth">
  435. <number>1</number>
  436. </property>
  437. <property name="orientation">
  438. <enum>Qt::Vertical</enum>
  439. </property>
  440. </widget>
  441. </item>
  442. <item>
  443. <widget class="QProgressBar" name="pb_dsp_load">
  444. <property name="value">
  445. <number>0</number>
  446. </property>
  447. <property name="alignment">
  448. <set>Qt::AlignCenter</set>
  449. </property>
  450. <property name="format">
  451. <string>DSP Load: %p%</string>
  452. </property>
  453. </widget>
  454. </item>
  455. </layout>
  456. </widget>
  457. </item>
  458. </layout>
  459. </widget>
  460. <widget class="QMenuBar" name="menubar">
  461. <property name="geometry">
  462. <rect>
  463. <x>0</x>
  464. <y>0</y>
  465. <width>1045</width>
  466. <height>25</height>
  467. </rect>
  468. </property>
  469. <widget class="QMenu" name="menu_File">
  470. <property name="title">
  471. <string>&amp;File</string>
  472. </property>
  473. <addaction name="act_file_connect"/>
  474. <addaction name="act_file_refresh"/>
  475. <addaction name="act_file_new"/>
  476. <addaction name="act_file_open"/>
  477. <addaction name="act_file_save"/>
  478. <addaction name="act_file_save_as"/>
  479. <addaction name="separator"/>
  480. <addaction name="act_file_quit"/>
  481. </widget>
  482. <widget class="QMenu" name="menu_Engine">
  483. <property name="title">
  484. <string>&amp;Engine</string>
  485. </property>
  486. <addaction name="act_engine_start"/>
  487. <addaction name="act_engine_stop"/>
  488. <addaction name="act_engine_panic"/>
  489. <addaction name="separator"/>
  490. <addaction name="act_engine_config"/>
  491. </widget>
  492. <widget class="QMenu" name="menu_Plugin">
  493. <property name="title">
  494. <string>&amp;Plugin</string>
  495. </property>
  496. <widget class="QMenu" name="menu_PluginMacros">
  497. <property name="title">
  498. <string>Macros (all plugins)</string>
  499. </property>
  500. <addaction name="act_plugins_enable"/>
  501. <addaction name="act_plugins_disable"/>
  502. <addaction name="separator"/>
  503. <addaction name="act_plugins_volume100"/>
  504. <addaction name="act_plugins_mute"/>
  505. <addaction name="separator"/>
  506. <addaction name="act_plugins_wet100"/>
  507. <addaction name="act_plugins_bypass"/>
  508. <addaction name="separator"/>
  509. <addaction name="act_plugins_center"/>
  510. <addaction name="separator"/>
  511. <addaction name="act_plugins_compact"/>
  512. <addaction name="act_plugins_expand"/>
  513. </widget>
  514. <addaction name="act_plugin_add"/>
  515. <addaction name="act_plugin_add_jack"/>
  516. <addaction name="act_plugin_remove_all"/>
  517. <addaction name="separator"/>
  518. <addaction name="menu_PluginMacros"/>
  519. </widget>
  520. <widget class="QMenu" name="menu_Canvas">
  521. <property name="title">
  522. <string>&amp;Canvas</string>
  523. </property>
  524. <widget class="QMenu" name="menu_Canvas_Zoom">
  525. <property name="title">
  526. <string>Zoom</string>
  527. </property>
  528. <addaction name="act_canvas_zoom_fit"/>
  529. <addaction name="separator"/>
  530. <addaction name="act_canvas_zoom_in"/>
  531. <addaction name="act_canvas_zoom_out"/>
  532. <addaction name="act_canvas_zoom_100"/>
  533. </widget>
  534. <addaction name="act_canvas_show_internal"/>
  535. <addaction name="act_canvas_show_external"/>
  536. <addaction name="separator"/>
  537. <addaction name="act_canvas_arrange"/>
  538. <addaction name="act_canvas_refresh"/>
  539. <addaction name="menu_Canvas_Zoom"/>
  540. <addaction name="separator"/>
  541. <addaction name="act_canvas_save_image"/>
  542. <addaction name="act_canvas_save_image_2x"/>
  543. <addaction name="act_canvas_save_image_4x"/>
  544. <addaction name="act_canvas_copy_clipboard"/>
  545. </widget>
  546. <widget class="QMenu" name="menu_Settings">
  547. <property name="title">
  548. <string>&amp;Settings</string>
  549. </property>
  550. <addaction name="act_settings_show_toolbar"/>
  551. <addaction name="act_settings_show_meters"/>
  552. <addaction name="act_settings_show_keyboard"/>
  553. <addaction name="act_settings_show_side_panel"/>
  554. <addaction name="separator"/>
  555. <addaction name="act_settings_configure"/>
  556. </widget>
  557. <widget class="QMenu" name="menu_Help">
  558. <property name="title">
  559. <string>&amp;Help</string>
  560. </property>
  561. <addaction name="act_help_about"/>
  562. <addaction name="act_help_about_juce"/>
  563. <addaction name="act_help_about_qt"/>
  564. </widget>
  565. <addaction name="menu_File"/>
  566. <addaction name="menu_Engine"/>
  567. <addaction name="menu_Plugin"/>
  568. <addaction name="menu_Canvas"/>
  569. <addaction name="menu_Settings"/>
  570. <addaction name="menu_Help"/>
  571. </widget>
  572. <widget class="QToolBar" name="toolBar">
  573. <property name="windowTitle">
  574. <string>toolBar</string>
  575. </property>
  576. <property name="movable">
  577. <bool>false</bool>
  578. </property>
  579. <property name="allowedAreas">
  580. <set>Qt::NoToolBarArea</set>
  581. </property>
  582. <property name="toolButtonStyle">
  583. <enum>Qt::ToolButtonTextBesideIcon</enum>
  584. </property>
  585. <attribute name="toolBarArea">
  586. <enum>TopToolBarArea</enum>
  587. </attribute>
  588. <attribute name="toolBarBreak">
  589. <bool>false</bool>
  590. </attribute>
  591. <addaction name="act_file_new"/>
  592. <addaction name="act_file_open"/>
  593. <addaction name="act_file_save"/>
  594. <addaction name="act_file_save_as"/>
  595. <addaction name="act_file_connect"/>
  596. <addaction name="act_file_refresh"/>
  597. <addaction name="separator"/>
  598. <addaction name="act_plugin_add"/>
  599. <addaction name="act_plugin_add_jack"/>
  600. <addaction name="act_plugin_remove_all"/>
  601. <addaction name="act_engine_panic"/>
  602. <addaction name="separator"/>
  603. <addaction name="act_settings_configure"/>
  604. </widget>
  605. <widget class="QDockWidget" name="dockWidget">
  606. <property name="sizePolicy">
  607. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  608. <horstretch>0</horstretch>
  609. <verstretch>10</verstretch>
  610. </sizepolicy>
  611. </property>
  612. <property name="features">
  613. <set>QDockWidget::NoDockWidgetFeatures</set>
  614. </property>
  615. <property name="allowedAreas">
  616. <set>Qt::NoDockWidgetArea</set>
  617. </property>
  618. <attribute name="dockWidgetArea">
  619. <number>1</number>
  620. </attribute>
  621. <widget class="QWidget" name="dockWidgetContents">
  622. <layout class="QVBoxLayout" name="verticalLayout">
  623. <property name="spacing">
  624. <number>0</number>
  625. </property>
  626. <property name="leftMargin">
  627. <number>1</number>
  628. </property>
  629. <property name="topMargin">
  630. <number>5</number>
  631. </property>
  632. <property name="rightMargin">
  633. <number>0</number>
  634. </property>
  635. <property name="bottomMargin">
  636. <number>1</number>
  637. </property>
  638. <item>
  639. <widget class="QSplitter" name="splitter">
  640. <property name="orientation">
  641. <enum>Qt::Vertical</enum>
  642. </property>
  643. <widget class="QTabWidget" name="tabUtils">
  644. <property name="sizePolicy">
  645. <sizepolicy hsizetype="Ignored" vsizetype="Expanding">
  646. <horstretch>0</horstretch>
  647. <verstretch>10</verstretch>
  648. </sizepolicy>
  649. </property>
  650. <property name="minimumSize">
  651. <size>
  652. <width>210</width>
  653. <height>0</height>
  654. </size>
  655. </property>
  656. <property name="acceptDrops">
  657. <bool>false</bool>
  658. </property>
  659. <property name="tabPosition">
  660. <enum>QTabWidget::West</enum>
  661. </property>
  662. <property name="currentIndex">
  663. <number>0</number>
  664. </property>
  665. <widget class="QWidget" name="disk">
  666. <property name="acceptDrops">
  667. <bool>false</bool>
  668. </property>
  669. <attribute name="title">
  670. <string>Disk</string>
  671. </attribute>
  672. <layout class="QVBoxLayout" name="verticalLayout_3">
  673. <property name="spacing">
  674. <number>1</number>
  675. </property>
  676. <property name="leftMargin">
  677. <number>0</number>
  678. </property>
  679. <property name="topMargin">
  680. <number>0</number>
  681. </property>
  682. <property name="rightMargin">
  683. <number>0</number>
  684. </property>
  685. <property name="bottomMargin">
  686. <number>1</number>
  687. </property>
  688. <item>
  689. <layout class="QHBoxLayout" name="horizontalLayout">
  690. <item>
  691. <widget class="QComboBox" name="cb_disk">
  692. <item>
  693. <property name="text">
  694. <string>Home</string>
  695. </property>
  696. </item>
  697. </widget>
  698. </item>
  699. <item>
  700. <widget class="QToolButton" name="b_disk_add">
  701. <property name="text">
  702. <string/>
  703. </property>
  704. <property name="icon">
  705. <iconset resource="../resources.qrc">
  706. <normaloff>:/16x16/list-add.svgz</normaloff>:/16x16/list-add.svgz</iconset>
  707. </property>
  708. </widget>
  709. </item>
  710. <item>
  711. <widget class="QToolButton" name="b_disk_remove">
  712. <property name="enabled">
  713. <bool>false</bool>
  714. </property>
  715. <property name="text">
  716. <string/>
  717. </property>
  718. <property name="icon">
  719. <iconset resource="../resources.qrc">
  720. <normaloff>:/16x16/list-remove.svgz</normaloff>:/16x16/list-remove.svgz</iconset>
  721. </property>
  722. </widget>
  723. </item>
  724. </layout>
  725. </item>
  726. <item>
  727. <widget class="QTreeView" name="fileTreeView">
  728. <property name="editTriggers">
  729. <set>QAbstractItemView::NoEditTriggers</set>
  730. </property>
  731. <property name="dragEnabled">
  732. <bool>true</bool>
  733. </property>
  734. <property name="dragDropMode">
  735. <enum>QAbstractItemView::DragOnly</enum>
  736. </property>
  737. </widget>
  738. </item>
  739. </layout>
  740. </widget>
  741. <widget class="QWidget" name="w_transport">
  742. <attribute name="title">
  743. <string>Transport</string>
  744. </attribute>
  745. <layout class="QVBoxLayout" name="verticalLayout_6">
  746. <item>
  747. <widget class="QGroupBox" name="group_transport_controls">
  748. <property name="title">
  749. <string>Playback Controls</string>
  750. </property>
  751. <layout class="QHBoxLayout" name="horizontalLayout_5">
  752. <item>
  753. <widget class="QPushButton" name="b_transport_play">
  754. <property name="text">
  755. <string/>
  756. </property>
  757. <property name="icon">
  758. <iconset resource="../resources.qrc">
  759. <normaloff>:/16x16/media-playback-start.svgz</normaloff>:/16x16/media-playback-start.svgz</iconset>
  760. </property>
  761. <property name="checkable">
  762. <bool>true</bool>
  763. </property>
  764. </widget>
  765. </item>
  766. <item>
  767. <widget class="QPushButton" name="b_transport_stop">
  768. <property name="text">
  769. <string/>
  770. </property>
  771. <property name="icon">
  772. <iconset resource="../resources.qrc">
  773. <normaloff>:/16x16/media-playback-stop.svgz</normaloff>:/16x16/media-playback-stop.svgz</iconset>
  774. </property>
  775. </widget>
  776. </item>
  777. <item>
  778. <widget class="QPushButton" name="b_transport_backwards">
  779. <property name="text">
  780. <string/>
  781. </property>
  782. <property name="icon">
  783. <iconset resource="../resources.qrc">
  784. <normaloff>:/16x16/media-seek-backward.svgz</normaloff>:/16x16/media-seek-backward.svgz</iconset>
  785. </property>
  786. <property name="autoRepeat">
  787. <bool>true</bool>
  788. </property>
  789. </widget>
  790. </item>
  791. <item>
  792. <widget class="QPushButton" name="b_transport_forwards">
  793. <property name="text">
  794. <string/>
  795. </property>
  796. <property name="icon">
  797. <iconset resource="../resources.qrc">
  798. <normaloff>:/16x16/media-seek-forward.svgz</normaloff>:/16x16/media-seek-forward.svgz</iconset>
  799. </property>
  800. <property name="autoRepeat">
  801. <bool>true</bool>
  802. </property>
  803. </widget>
  804. </item>
  805. </layout>
  806. </widget>
  807. </item>
  808. <item>
  809. <widget class="QGroupBox" name="group_transport_info">
  810. <property name="title">
  811. <string>Time Information</string>
  812. </property>
  813. <layout class="QVBoxLayout" name="verticalLayout_2">
  814. <item>
  815. <layout class="QHBoxLayout" name="horizontalLayout_6">
  816. <item>
  817. <widget class="QLabel" name="label_transport_frame">
  818. <property name="text">
  819. <string>Frame:</string>
  820. </property>
  821. <property name="alignment">
  822. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  823. </property>
  824. </widget>
  825. </item>
  826. <item>
  827. <widget class="QLabel" name="l_transport_frame">
  828. <property name="font">
  829. <font>
  830. <family>DejaVu Sans Mono</family>
  831. </font>
  832. </property>
  833. <property name="text">
  834. <string>000'000'000</string>
  835. </property>
  836. </widget>
  837. </item>
  838. <item>
  839. <spacer name="horizontalSpacer">
  840. <property name="orientation">
  841. <enum>Qt::Horizontal</enum>
  842. </property>
  843. <property name="sizeType">
  844. <enum>QSizePolicy::Fixed</enum>
  845. </property>
  846. <property name="sizeHint" stdset="0">
  847. <size>
  848. <width>20</width>
  849. <height>1</height>
  850. </size>
  851. </property>
  852. </spacer>
  853. </item>
  854. </layout>
  855. </item>
  856. <item>
  857. <layout class="QHBoxLayout" name="horizontalLayout_7">
  858. <item>
  859. <widget class="QLabel" name="label_transport_time">
  860. <property name="text">
  861. <string>Time:</string>
  862. </property>
  863. <property name="alignment">
  864. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  865. </property>
  866. </widget>
  867. </item>
  868. <item>
  869. <widget class="QLabel" name="l_transport_time">
  870. <property name="font">
  871. <font>
  872. <family>DejaVu Sans Mono</family>
  873. </font>
  874. </property>
  875. <property name="text">
  876. <string>00:00:00</string>
  877. </property>
  878. </widget>
  879. </item>
  880. <item>
  881. <spacer name="horizontalSpacer_2">
  882. <property name="orientation">
  883. <enum>Qt::Horizontal</enum>
  884. </property>
  885. <property name="sizeType">
  886. <enum>QSizePolicy::Fixed</enum>
  887. </property>
  888. <property name="sizeHint" stdset="0">
  889. <size>
  890. <width>20</width>
  891. <height>1</height>
  892. </size>
  893. </property>
  894. </spacer>
  895. </item>
  896. </layout>
  897. </item>
  898. <item>
  899. <layout class="QHBoxLayout" name="horizontalLayout_8">
  900. <item>
  901. <widget class="QLabel" name="label_transport_bbt">
  902. <property name="text">
  903. <string>BBT:</string>
  904. </property>
  905. <property name="alignment">
  906. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  907. </property>
  908. </widget>
  909. </item>
  910. <item>
  911. <widget class="QLabel" name="l_transport_bbt">
  912. <property name="font">
  913. <font>
  914. <family>DejaVu Sans Mono</family>
  915. </font>
  916. </property>
  917. <property name="text">
  918. <string>000|00|0000</string>
  919. </property>
  920. </widget>
  921. </item>
  922. <item>
  923. <spacer name="horizontalSpacer_3">
  924. <property name="orientation">
  925. <enum>Qt::Horizontal</enum>
  926. </property>
  927. <property name="sizeType">
  928. <enum>QSizePolicy::Fixed</enum>
  929. </property>
  930. <property name="sizeHint" stdset="0">
  931. <size>
  932. <width>20</width>
  933. <height>1</height>
  934. </size>
  935. </property>
  936. </spacer>
  937. </item>
  938. </layout>
  939. </item>
  940. </layout>
  941. </widget>
  942. </item>
  943. <item>
  944. <widget class="QGroupBox" name="group_transport_settings">
  945. <property name="title">
  946. <string>Settings</string>
  947. </property>
  948. <layout class="QVBoxLayout" name="verticalLayout_5">
  949. <item>
  950. <widget class="QDoubleSpinBox" name="dsb_transport_bpm">
  951. <property name="suffix">
  952. <string> BPM</string>
  953. </property>
  954. <property name="decimals">
  955. <number>1</number>
  956. </property>
  957. <property name="minimum">
  958. <double>20.000000000000000</double>
  959. </property>
  960. <property name="maximum">
  961. <double>999.000000000000000</double>
  962. </property>
  963. </widget>
  964. </item>
  965. <item>
  966. <widget class="QCheckBox" name="cb_transport_jack">
  967. <property name="text">
  968. <string>Use JACK Transport</string>
  969. </property>
  970. </widget>
  971. </item>
  972. <item>
  973. <widget class="QCheckBox" name="cb_transport_link">
  974. <property name="text">
  975. <string>Use Ableton Link</string>
  976. </property>
  977. </widget>
  978. </item>
  979. </layout>
  980. </widget>
  981. </item>
  982. <item>
  983. <spacer name="verticalSpacer">
  984. <property name="orientation">
  985. <enum>Qt::Vertical</enum>
  986. </property>
  987. <property name="sizeHint" stdset="0">
  988. <size>
  989. <width>20</width>
  990. <height>188</height>
  991. </size>
  992. </property>
  993. </spacer>
  994. </item>
  995. </layout>
  996. </widget>
  997. </widget>
  998. <widget class="QTabWidget" name="tw_miniCanvas">
  999. <property name="sizePolicy">
  1000. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  1001. <horstretch>0</horstretch>
  1002. <verstretch>0</verstretch>
  1003. </sizepolicy>
  1004. </property>
  1005. <property name="tabPosition">
  1006. <enum>QTabWidget::West</enum>
  1007. </property>
  1008. <property name="currentIndex">
  1009. <number>0</number>
  1010. </property>
  1011. <property name="tabBarAutoHide" stdset="0">
  1012. <bool>false</bool>
  1013. </property>
  1014. <widget class="QWidget" name="tab_3">
  1015. <property name="sizePolicy">
  1016. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  1017. <horstretch>0</horstretch>
  1018. <verstretch>0</verstretch>
  1019. </sizepolicy>
  1020. </property>
  1021. <attribute name="title">
  1022. <string/>
  1023. </attribute>
  1024. <layout class="QVBoxLayout" name="verticalLayout_7">
  1025. <property name="spacing">
  1026. <number>0</number>
  1027. </property>
  1028. <property name="sizeConstraint">
  1029. <enum>QLayout::SetDefaultConstraint</enum>
  1030. </property>
  1031. <property name="leftMargin">
  1032. <number>0</number>
  1033. </property>
  1034. <property name="topMargin">
  1035. <number>0</number>
  1036. </property>
  1037. <property name="rightMargin">
  1038. <number>0</number>
  1039. </property>
  1040. <property name="bottomMargin">
  1041. <number>1</number>
  1042. </property>
  1043. <item>
  1044. <widget class="CanvasPreviewFrame" name="miniCanvasPreview">
  1045. <property name="sizePolicy">
  1046. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  1047. <horstretch>0</horstretch>
  1048. <verstretch>0</verstretch>
  1049. </sizepolicy>
  1050. </property>
  1051. <property name="minimumSize">
  1052. <size>
  1053. <width>210</width>
  1054. <height>162</height>
  1055. </size>
  1056. </property>
  1057. <property name="acceptDrops">
  1058. <bool>false</bool>
  1059. </property>
  1060. <property name="frameShape">
  1061. <enum>QFrame::StyledPanel</enum>
  1062. </property>
  1063. <property name="frameShadow">
  1064. <enum>QFrame::Sunken</enum>
  1065. </property>
  1066. <property name="lineWidth">
  1067. <number>1</number>
  1068. </property>
  1069. </widget>
  1070. </item>
  1071. </layout>
  1072. </widget>
  1073. </widget>
  1074. </widget>
  1075. </item>
  1076. </layout>
  1077. </widget>
  1078. </widget>
  1079. <action name="act_file_new">
  1080. <property name="icon">
  1081. <iconset resource="../resources.qrc">
  1082. <normaloff>:/16x16/document-new.svgz</normaloff>:/16x16/document-new.svgz</iconset>
  1083. </property>
  1084. <property name="text">
  1085. <string>&amp;New</string>
  1086. </property>
  1087. <property name="shortcut">
  1088. <string>Ctrl+N</string>
  1089. </property>
  1090. <property name="menuRole">
  1091. <enum>QAction::NoRole</enum>
  1092. </property>
  1093. </action>
  1094. <action name="act_file_open">
  1095. <property name="icon">
  1096. <iconset resource="../resources.qrc">
  1097. <normaloff>:/16x16/document-open.svgz</normaloff>:/16x16/document-open.svgz</iconset>
  1098. </property>
  1099. <property name="text">
  1100. <string>&amp;Open...</string>
  1101. </property>
  1102. <property name="iconText">
  1103. <string>Open...</string>
  1104. </property>
  1105. <property name="toolTip">
  1106. <string>Open...</string>
  1107. </property>
  1108. <property name="shortcut">
  1109. <string>Ctrl+O</string>
  1110. </property>
  1111. <property name="menuRole">
  1112. <enum>QAction::NoRole</enum>
  1113. </property>
  1114. </action>
  1115. <action name="act_file_save">
  1116. <property name="icon">
  1117. <iconset resource="../resources.qrc">
  1118. <normaloff>:/16x16/document-save.svgz</normaloff>:/16x16/document-save.svgz</iconset>
  1119. </property>
  1120. <property name="text">
  1121. <string>&amp;Save</string>
  1122. </property>
  1123. <property name="shortcut">
  1124. <string>Ctrl+S</string>
  1125. </property>
  1126. <property name="menuRole">
  1127. <enum>QAction::NoRole</enum>
  1128. </property>
  1129. </action>
  1130. <action name="act_file_save_as">
  1131. <property name="icon">
  1132. <iconset resource="../resources.qrc">
  1133. <normaloff>:/16x16/document-save-as.svgz</normaloff>:/16x16/document-save-as.svgz</iconset>
  1134. </property>
  1135. <property name="text">
  1136. <string>Save &amp;As...</string>
  1137. </property>
  1138. <property name="iconText">
  1139. <string>Save As...</string>
  1140. </property>
  1141. <property name="toolTip">
  1142. <string>Save As...</string>
  1143. </property>
  1144. <property name="shortcut">
  1145. <string>Ctrl+Shift+S</string>
  1146. </property>
  1147. <property name="menuRole">
  1148. <enum>QAction::NoRole</enum>
  1149. </property>
  1150. </action>
  1151. <action name="act_file_quit">
  1152. <property name="icon">
  1153. <iconset resource="../resources.qrc">
  1154. <normaloff>:/16x16/application-exit.svgz</normaloff>:/16x16/application-exit.svgz</iconset>
  1155. </property>
  1156. <property name="text">
  1157. <string>&amp;Quit</string>
  1158. </property>
  1159. <property name="shortcut">
  1160. <string>Ctrl+Q</string>
  1161. </property>
  1162. <property name="menuRole">
  1163. <enum>QAction::NoRole</enum>
  1164. </property>
  1165. </action>
  1166. <action name="act_engine_start">
  1167. <property name="icon">
  1168. <iconset resource="../resources.qrc">
  1169. <normaloff>:/16x16/media-playback-start.svgz</normaloff>:/16x16/media-playback-start.svgz</iconset>
  1170. </property>
  1171. <property name="text">
  1172. <string>&amp;Start</string>
  1173. </property>
  1174. <property name="shortcut">
  1175. <string>F5</string>
  1176. </property>
  1177. <property name="menuRole">
  1178. <enum>QAction::NoRole</enum>
  1179. </property>
  1180. </action>
  1181. <action name="act_engine_stop">
  1182. <property name="icon">
  1183. <iconset resource="../resources.qrc">
  1184. <normaloff>:/16x16/media-playback-stop.svgz</normaloff>:/16x16/media-playback-stop.svgz</iconset>
  1185. </property>
  1186. <property name="text">
  1187. <string>St&amp;op</string>
  1188. </property>
  1189. <property name="shortcut">
  1190. <string>F6</string>
  1191. </property>
  1192. <property name="menuRole">
  1193. <enum>QAction::NoRole</enum>
  1194. </property>
  1195. </action>
  1196. <action name="act_plugin_add">
  1197. <property name="icon">
  1198. <iconset resource="../resources.qrc">
  1199. <normaloff>:/16x16/list-add.svgz</normaloff>:/16x16/list-add.svgz</iconset>
  1200. </property>
  1201. <property name="text">
  1202. <string>&amp;Add Plugin...</string>
  1203. </property>
  1204. <property name="shortcut">
  1205. <string>Ctrl+A</string>
  1206. </property>
  1207. <property name="menuRole">
  1208. <enum>QAction::NoRole</enum>
  1209. </property>
  1210. </action>
  1211. <action name="act_plugin_remove_all">
  1212. <property name="icon">
  1213. <iconset resource="../resources.qrc">
  1214. <normaloff>:/16x16/edit-delete.svgz</normaloff>:/16x16/edit-delete.svgz</iconset>
  1215. </property>
  1216. <property name="text">
  1217. <string>&amp;Remove All</string>
  1218. </property>
  1219. <property name="menuRole">
  1220. <enum>QAction::NoRole</enum>
  1221. </property>
  1222. </action>
  1223. <action name="act_plugins_enable">
  1224. <property name="text">
  1225. <string>Enable</string>
  1226. </property>
  1227. <property name="menuRole">
  1228. <enum>QAction::NoRole</enum>
  1229. </property>
  1230. </action>
  1231. <action name="act_plugins_disable">
  1232. <property name="text">
  1233. <string>Disable</string>
  1234. </property>
  1235. <property name="menuRole">
  1236. <enum>QAction::NoRole</enum>
  1237. </property>
  1238. </action>
  1239. <action name="act_plugins_bypass">
  1240. <property name="text">
  1241. <string>0% Wet (Bypass)</string>
  1242. </property>
  1243. <property name="menuRole">
  1244. <enum>QAction::NoRole</enum>
  1245. </property>
  1246. </action>
  1247. <action name="act_plugins_wet100">
  1248. <property name="text">
  1249. <string>100% Wet</string>
  1250. </property>
  1251. <property name="menuRole">
  1252. <enum>QAction::NoRole</enum>
  1253. </property>
  1254. </action>
  1255. <action name="act_plugins_mute">
  1256. <property name="text">
  1257. <string>0% Volume (Mute)</string>
  1258. </property>
  1259. <property name="menuRole">
  1260. <enum>QAction::NoRole</enum>
  1261. </property>
  1262. </action>
  1263. <action name="act_plugins_volume100">
  1264. <property name="text">
  1265. <string>100% Volume</string>
  1266. </property>
  1267. <property name="menuRole">
  1268. <enum>QAction::NoRole</enum>
  1269. </property>
  1270. </action>
  1271. <action name="act_plugins_center">
  1272. <property name="text">
  1273. <string>Center Balance</string>
  1274. </property>
  1275. <property name="menuRole">
  1276. <enum>QAction::NoRole</enum>
  1277. </property>
  1278. </action>
  1279. <action name="act_transport_play">
  1280. <property name="checkable">
  1281. <bool>true</bool>
  1282. </property>
  1283. <property name="icon">
  1284. <iconset resource="../resources.qrc">
  1285. <normaloff>:/16x16/media-playback-start.svgz</normaloff>:/16x16/media-playback-start.svgz</iconset>
  1286. </property>
  1287. <property name="text">
  1288. <string>&amp;Play</string>
  1289. </property>
  1290. <property name="shortcut">
  1291. <string>Ctrl+Shift+P</string>
  1292. </property>
  1293. </action>
  1294. <action name="act_transport_stop">
  1295. <property name="icon">
  1296. <iconset resource="../resources.qrc">
  1297. <normaloff>:/16x16/media-playback-stop.svgz</normaloff>:/16x16/media-playback-stop.svgz</iconset>
  1298. </property>
  1299. <property name="text">
  1300. <string>&amp;Stop</string>
  1301. </property>
  1302. <property name="shortcut">
  1303. <string>Ctrl+Shift+X</string>
  1304. </property>
  1305. </action>
  1306. <action name="act_transport_backwards">
  1307. <property name="icon">
  1308. <iconset resource="../resources.qrc">
  1309. <normaloff>:/16x16/media-seek-backward.svgz</normaloff>:/16x16/media-seek-backward.svgz</iconset>
  1310. </property>
  1311. <property name="text">
  1312. <string>&amp;Backwards</string>
  1313. </property>
  1314. <property name="shortcut">
  1315. <string>Ctrl+Shift+B</string>
  1316. </property>
  1317. </action>
  1318. <action name="act_transport_forwards">
  1319. <property name="icon">
  1320. <iconset resource="../resources.qrc">
  1321. <normaloff>:/16x16/media-seek-forward.svgz</normaloff>:/16x16/media-seek-forward.svgz</iconset>
  1322. </property>
  1323. <property name="text">
  1324. <string>&amp;Forwards</string>
  1325. </property>
  1326. <property name="shortcut">
  1327. <string>Ctrl+Shift+F</string>
  1328. </property>
  1329. </action>
  1330. <action name="act_canvas_arrange">
  1331. <property name="icon">
  1332. <iconset resource="../resources.qrc">
  1333. <normaloff>:/16x16/view-sort-ascending.svgz</normaloff>:/16x16/view-sort-ascending.svgz</iconset>
  1334. </property>
  1335. <property name="text">
  1336. <string>&amp;Arrange</string>
  1337. </property>
  1338. <property name="shortcut">
  1339. <string>Ctrl+G</string>
  1340. </property>
  1341. <property name="menuRole">
  1342. <enum>QAction::NoRole</enum>
  1343. </property>
  1344. </action>
  1345. <action name="act_canvas_refresh">
  1346. <property name="icon">
  1347. <iconset resource="../resources.qrc">
  1348. <normaloff>:/16x16/view-refresh.svgz</normaloff>:/16x16/view-refresh.svgz</iconset>
  1349. </property>
  1350. <property name="text">
  1351. <string>&amp;Refresh</string>
  1352. </property>
  1353. <property name="shortcut">
  1354. <string>Ctrl+R</string>
  1355. </property>
  1356. <property name="menuRole">
  1357. <enum>QAction::NoRole</enum>
  1358. </property>
  1359. </action>
  1360. <action name="act_canvas_save_image">
  1361. <property name="text">
  1362. <string>Save &amp;Image...</string>
  1363. </property>
  1364. <property name="menuRole">
  1365. <enum>QAction::NoRole</enum>
  1366. </property>
  1367. </action>
  1368. <action name="act_canvas_zoom_fit">
  1369. <property name="icon">
  1370. <iconset resource="../resources.qrc">
  1371. <normaloff>:/16x16/zoom-fit-best.svgz</normaloff>:/16x16/zoom-fit-best.svgz</iconset>
  1372. </property>
  1373. <property name="text">
  1374. <string>Auto-Fit</string>
  1375. </property>
  1376. <property name="shortcut">
  1377. <string>Home</string>
  1378. </property>
  1379. <property name="menuRole">
  1380. <enum>QAction::NoRole</enum>
  1381. </property>
  1382. </action>
  1383. <action name="act_canvas_zoom_in">
  1384. <property name="icon">
  1385. <iconset resource="../resources.qrc">
  1386. <normaloff>:/16x16/zoom-in.svgz</normaloff>:/16x16/zoom-in.svgz</iconset>
  1387. </property>
  1388. <property name="text">
  1389. <string>Zoom In</string>
  1390. </property>
  1391. <property name="shortcut">
  1392. <string>Ctrl++</string>
  1393. </property>
  1394. <property name="menuRole">
  1395. <enum>QAction::NoRole</enum>
  1396. </property>
  1397. </action>
  1398. <action name="act_canvas_zoom_out">
  1399. <property name="icon">
  1400. <iconset resource="../resources.qrc">
  1401. <normaloff>:/16x16/zoom-out.svgz</normaloff>:/16x16/zoom-out.svgz</iconset>
  1402. </property>
  1403. <property name="text">
  1404. <string>Zoom Out</string>
  1405. </property>
  1406. <property name="shortcut">
  1407. <string>Ctrl+-</string>
  1408. </property>
  1409. <property name="menuRole">
  1410. <enum>QAction::NoRole</enum>
  1411. </property>
  1412. </action>
  1413. <action name="act_canvas_zoom_100">
  1414. <property name="icon">
  1415. <iconset resource="../resources.qrc">
  1416. <normaloff>:/16x16/zoom-original.svgz</normaloff>:/16x16/zoom-original.svgz</iconset>
  1417. </property>
  1418. <property name="text">
  1419. <string>Zoom 100%</string>
  1420. </property>
  1421. <property name="shortcut">
  1422. <string>Ctrl+1</string>
  1423. </property>
  1424. <property name="menuRole">
  1425. <enum>QAction::NoRole</enum>
  1426. </property>
  1427. </action>
  1428. <action name="act_settings_show_toolbar">
  1429. <property name="checkable">
  1430. <bool>true</bool>
  1431. </property>
  1432. <property name="text">
  1433. <string>Show &amp;Toolbar</string>
  1434. </property>
  1435. <property name="menuRole">
  1436. <enum>QAction::NoRole</enum>
  1437. </property>
  1438. </action>
  1439. <action name="act_settings_configure">
  1440. <property name="icon">
  1441. <iconset resource="../resources.qrc">
  1442. <normaloff>:/16x16/configure.svgz</normaloff>:/16x16/configure.svgz</iconset>
  1443. </property>
  1444. <property name="text">
  1445. <string>&amp;Configure Carla</string>
  1446. </property>
  1447. <property name="menuRole">
  1448. <enum>QAction::NoRole</enum>
  1449. </property>
  1450. </action>
  1451. <action name="act_help_about">
  1452. <property name="text">
  1453. <string>&amp;About</string>
  1454. </property>
  1455. <property name="menuRole">
  1456. <enum>QAction::NoRole</enum>
  1457. </property>
  1458. </action>
  1459. <action name="act_help_about_juce">
  1460. <property name="text">
  1461. <string>About &amp;JUCE</string>
  1462. </property>
  1463. <property name="menuRole">
  1464. <enum>QAction::NoRole</enum>
  1465. </property>
  1466. </action>
  1467. <action name="act_help_about_qt">
  1468. <property name="text">
  1469. <string>About &amp;Qt</string>
  1470. </property>
  1471. <property name="menuRole">
  1472. <enum>QAction::NoRole</enum>
  1473. </property>
  1474. </action>
  1475. <action name="act_settings_show_meters">
  1476. <property name="checkable">
  1477. <bool>true</bool>
  1478. </property>
  1479. <property name="text">
  1480. <string>Show Canvas &amp;Meters</string>
  1481. </property>
  1482. <property name="menuRole">
  1483. <enum>QAction::NoRole</enum>
  1484. </property>
  1485. </action>
  1486. <action name="act_settings_show_keyboard">
  1487. <property name="checkable">
  1488. <bool>true</bool>
  1489. </property>
  1490. <property name="text">
  1491. <string>Show Canvas &amp;Keyboard</string>
  1492. </property>
  1493. <property name="menuRole">
  1494. <enum>QAction::NoRole</enum>
  1495. </property>
  1496. </action>
  1497. <action name="act_canvas_show_internal">
  1498. <property name="checkable">
  1499. <bool>true</bool>
  1500. </property>
  1501. <property name="text">
  1502. <string>Show Internal</string>
  1503. </property>
  1504. <property name="menuRole">
  1505. <enum>QAction::NoRole</enum>
  1506. </property>
  1507. </action>
  1508. <action name="act_canvas_show_external">
  1509. <property name="checkable">
  1510. <bool>true</bool>
  1511. </property>
  1512. <property name="text">
  1513. <string>Show External</string>
  1514. </property>
  1515. <property name="menuRole">
  1516. <enum>QAction::NoRole</enum>
  1517. </property>
  1518. </action>
  1519. <action name="act_settings_show_time_panel">
  1520. <property name="checkable">
  1521. <bool>true</bool>
  1522. </property>
  1523. <property name="text">
  1524. <string>Show Time Panel</string>
  1525. </property>
  1526. </action>
  1527. <action name="act_settings_show_side_panel">
  1528. <property name="checkable">
  1529. <bool>true</bool>
  1530. </property>
  1531. <property name="text">
  1532. <string>Show &amp;Side Panel</string>
  1533. </property>
  1534. <property name="shortcut">
  1535. <string>Ctrl+P</string>
  1536. </property>
  1537. <property name="menuRole">
  1538. <enum>QAction::NoRole</enum>
  1539. </property>
  1540. </action>
  1541. <action name="act_file_connect">
  1542. <property name="icon">
  1543. <iconset resource="../resources.qrc">
  1544. <normaloff>:/16x16/network-connect.svgz</normaloff>:/16x16/network-connect.svgz</iconset>
  1545. </property>
  1546. <property name="text">
  1547. <string>&amp;Connect...</string>
  1548. </property>
  1549. <property name="menuRole">
  1550. <enum>QAction::NoRole</enum>
  1551. </property>
  1552. </action>
  1553. <action name="act_file_refresh">
  1554. <property name="icon">
  1555. <iconset resource="../resources.qrc">
  1556. <normaloff>:/16x16/view-refresh.svgz</normaloff>:/16x16/view-refresh.svgz</iconset>
  1557. </property>
  1558. <property name="text">
  1559. <string>&amp;Refresh</string>
  1560. </property>
  1561. <property name="menuRole">
  1562. <enum>QAction::NoRole</enum>
  1563. </property>
  1564. </action>
  1565. <action name="act_plugins_compact">
  1566. <property name="text">
  1567. <string>Compact Slots</string>
  1568. </property>
  1569. <property name="menuRole">
  1570. <enum>QAction::NoRole</enum>
  1571. </property>
  1572. </action>
  1573. <action name="act_plugins_expand">
  1574. <property name="text">
  1575. <string>Expand Slots</string>
  1576. </property>
  1577. <property name="menuRole">
  1578. <enum>QAction::NoRole</enum>
  1579. </property>
  1580. </action>
  1581. <action name="act_secret_1">
  1582. <property name="text">
  1583. <string>Perform secret 1</string>
  1584. </property>
  1585. </action>
  1586. <action name="act_secret_2">
  1587. <property name="text">
  1588. <string>Perform secret 2</string>
  1589. </property>
  1590. </action>
  1591. <action name="act_secret_3">
  1592. <property name="text">
  1593. <string>Perform secret 3</string>
  1594. </property>
  1595. </action>
  1596. <action name="act_secret_4">
  1597. <property name="text">
  1598. <string>Perform secret 4</string>
  1599. </property>
  1600. </action>
  1601. <action name="act_secret_5">
  1602. <property name="text">
  1603. <string>Perform secret 5</string>
  1604. </property>
  1605. </action>
  1606. <action name="act_plugin_add_jack">
  1607. <property name="icon">
  1608. <iconset resource="../resources.qrc">
  1609. <normaloff>:/16x16/list-add.svgz</normaloff>:/16x16/list-add.svgz</iconset>
  1610. </property>
  1611. <property name="text">
  1612. <string>Add &amp;JACK Application...</string>
  1613. </property>
  1614. <property name="menuRole">
  1615. <enum>QAction::NoRole</enum>
  1616. </property>
  1617. </action>
  1618. <action name="act_engine_config">
  1619. <property name="icon">
  1620. <iconset resource="../resources.qrc">
  1621. <normaloff>:/16x16/configure.svgz</normaloff>:/16x16/configure.svgz</iconset>
  1622. </property>
  1623. <property name="text">
  1624. <string>&amp;Configure driver...</string>
  1625. </property>
  1626. <property name="menuRole">
  1627. <enum>QAction::NoRole</enum>
  1628. </property>
  1629. </action>
  1630. <action name="act_engine_panic">
  1631. <property name="icon">
  1632. <iconset resource="../resources.qrc">
  1633. <normaloff>:/16x16/dialog-warning.svgz</normaloff>:/16x16/dialog-warning.svgz</iconset>
  1634. </property>
  1635. <property name="text">
  1636. <string>Panic</string>
  1637. </property>
  1638. <property name="menuRole">
  1639. <enum>QAction::NoRole</enum>
  1640. </property>
  1641. </action>
  1642. <action name="act_engine_panel">
  1643. <property name="text">
  1644. <string>Open custom driver panel...</string>
  1645. </property>
  1646. </action>
  1647. <action name="act_canvas_save_image_2x">
  1648. <property name="text">
  1649. <string>Save Image... (2x zoom)</string>
  1650. </property>
  1651. </action>
  1652. <action name="act_canvas_save_image_4x">
  1653. <property name="text">
  1654. <string>Save Image... (4x zoom)</string>
  1655. </property>
  1656. </action>
  1657. <action name="act_canvas_copy_clipboard">
  1658. <property name="text">
  1659. <string>Copy as Image to Clipboard</string>
  1660. </property>
  1661. <property name="shortcut">
  1662. <string>Ctrl+Shift+C</string>
  1663. </property>
  1664. </action>
  1665. </widget>
  1666. <customwidgets>
  1667. <customwidget>
  1668. <class>DigitalPeakMeter</class>
  1669. <extends>QWidget</extends>
  1670. <header>widgets/digitalpeakmeter.h</header>
  1671. <container>1</container>
  1672. </customwidget>
  1673. <customwidget>
  1674. <class>CanvasPreviewFrame</class>
  1675. <extends>QFrame</extends>
  1676. <header>widgets/canvaspreviewframe.h</header>
  1677. <container>1</container>
  1678. </customwidget>
  1679. <customwidget>
  1680. <class>RackListWidget</class>
  1681. <extends>QListWidget</extends>
  1682. <header>widgets/racklistwidget.h</header>
  1683. </customwidget>
  1684. <customwidget>
  1685. <class>DraggableGraphicsView</class>
  1686. <extends>QGraphicsView</extends>
  1687. <header>widgets/draggablegraphicsview.h</header>
  1688. </customwidget>
  1689. </customwidgets>
  1690. <resources>
  1691. <include location="../resources.qrc"/>
  1692. </resources>
  1693. <connections>
  1694. <connection>
  1695. <sender>act_file_quit</sender>
  1696. <signal>triggered()</signal>
  1697. <receiver>CarlaHostW</receiver>
  1698. <slot>close()</slot>
  1699. <hints>
  1700. <hint type="sourcelabel">
  1701. <x>-1</x>
  1702. <y>-1</y>
  1703. </hint>
  1704. <hint type="destinationlabel">
  1705. <x>189</x>
  1706. <y>34</y>
  1707. </hint>
  1708. </hints>
  1709. </connection>
  1710. </connections>
  1711. </ui>