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.

724 lines
22KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CarlaMainW</class>
  4. <widget class="QMainWindow" name="CarlaMainW">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>782</width>
  10. <height>482</height>
  11. </rect>
  12. </property>
  13. <property name="acceptDrops">
  14. <bool>true</bool>
  15. </property>
  16. <property name="windowTitle">
  17. <string>Carla</string>
  18. </property>
  19. <widget class="QWidget" name="centralwidget">
  20. <layout class="QVBoxLayout" name="verticalLayout_5">
  21. <item>
  22. <widget class="QSplitter" name="splitter">
  23. <property name="acceptDrops">
  24. <bool>false</bool>
  25. </property>
  26. <property name="orientation">
  27. <enum>Qt::Horizontal</enum>
  28. </property>
  29. <widget class="QTabWidget" name="tabMain">
  30. <property name="acceptDrops">
  31. <bool>true</bool>
  32. </property>
  33. <property name="currentIndex">
  34. <number>0</number>
  35. </property>
  36. <widget class="QWidget" name="tab_plugins">
  37. <attribute name="title">
  38. <string>Plugins</string>
  39. </attribute>
  40. <layout class="QVBoxLayout" name="verticalLayout">
  41. <property name="spacing">
  42. <number>0</number>
  43. </property>
  44. <property name="leftMargin">
  45. <number>0</number>
  46. </property>
  47. <property name="topMargin">
  48. <number>2</number>
  49. </property>
  50. <property name="rightMargin">
  51. <number>0</number>
  52. </property>
  53. <property name="bottomMargin">
  54. <number>2</number>
  55. </property>
  56. <item>
  57. <widget class="QWidget" name="w_plugins" native="true">
  58. <layout class="QVBoxLayout" name="layout">
  59. <property name="spacing">
  60. <number>0</number>
  61. </property>
  62. <property name="margin">
  63. <number>0</number>
  64. </property>
  65. </layout>
  66. </widget>
  67. </item>
  68. <item>
  69. <spacer name="verticalSpacer">
  70. <property name="orientation">
  71. <enum>Qt::Vertical</enum>
  72. </property>
  73. <property name="sizeHint" stdset="0">
  74. <size>
  75. <width>20</width>
  76. <height>333</height>
  77. </size>
  78. </property>
  79. </spacer>
  80. </item>
  81. </layout>
  82. </widget>
  83. <widget class="QWidget" name="tab_patchbay">
  84. <attribute name="title">
  85. <string>Patchbay</string>
  86. </attribute>
  87. <layout class="QVBoxLayout" name="verticalLayout_2">
  88. <property name="spacing">
  89. <number>0</number>
  90. </property>
  91. <property name="margin">
  92. <number>2</number>
  93. </property>
  94. <item>
  95. <widget class="QGraphicsView" name="graphicsView">
  96. <property name="verticalScrollBarPolicy">
  97. <enum>Qt::ScrollBarAlwaysOn</enum>
  98. </property>
  99. <property name="horizontalScrollBarPolicy">
  100. <enum>Qt::ScrollBarAlwaysOn</enum>
  101. </property>
  102. </widget>
  103. </item>
  104. </layout>
  105. </widget>
  106. <widget class="QWidget" name="tab_log">
  107. <attribute name="title">
  108. <string>Log</string>
  109. </attribute>
  110. <layout class="QVBoxLayout" name="verticalLayout_6">
  111. <property name="spacing">
  112. <number>0</number>
  113. </property>
  114. <property name="margin">
  115. <number>2</number>
  116. </property>
  117. <item>
  118. <widget class="QPlainTextEdit" name="pte_log">
  119. <property name="verticalScrollBarPolicy">
  120. <enum>Qt::ScrollBarAlwaysOn</enum>
  121. </property>
  122. <property name="horizontalScrollBarPolicy">
  123. <enum>Qt::ScrollBarAlwaysOn</enum>
  124. </property>
  125. <property name="undoRedoEnabled">
  126. <bool>false</bool>
  127. </property>
  128. <property name="lineWrapMode">
  129. <enum>QPlainTextEdit::NoWrap</enum>
  130. </property>
  131. <property name="plainText">
  132. <string notr="true"/>
  133. </property>
  134. <property name="textInteractionFlags">
  135. <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
  136. </property>
  137. </widget>
  138. </item>
  139. </layout>
  140. </widget>
  141. </widget>
  142. <widget class="QWidget" name="layoutWidget">
  143. <layout class="QVBoxLayout" name="verticalLayout_4">
  144. <item>
  145. <widget class="QTabWidget" name="tabUtils">
  146. <property name="sizePolicy">
  147. <sizepolicy hsizetype="Ignored" vsizetype="Expanding">
  148. <horstretch>0</horstretch>
  149. <verstretch>0</verstretch>
  150. </sizepolicy>
  151. </property>
  152. <property name="minimumSize">
  153. <size>
  154. <width>210</width>
  155. <height>0</height>
  156. </size>
  157. </property>
  158. <property name="acceptDrops">
  159. <bool>false</bool>
  160. </property>
  161. <property name="tabPosition">
  162. <enum>QTabWidget::East</enum>
  163. </property>
  164. <property name="currentIndex">
  165. <number>0</number>
  166. </property>
  167. <widget class="QWidget" name="disk">
  168. <property name="acceptDrops">
  169. <bool>false</bool>
  170. </property>
  171. <attribute name="title">
  172. <string>Disk</string>
  173. </attribute>
  174. <layout class="QVBoxLayout" name="verticalLayout_3">
  175. <property name="spacing">
  176. <number>0</number>
  177. </property>
  178. <property name="leftMargin">
  179. <number>0</number>
  180. </property>
  181. <property name="topMargin">
  182. <number>0</number>
  183. </property>
  184. <property name="rightMargin">
  185. <number>0</number>
  186. </property>
  187. <property name="bottomMargin">
  188. <number>1</number>
  189. </property>
  190. <item>
  191. <layout class="QHBoxLayout" name="horizontalLayout">
  192. <item>
  193. <widget class="QComboBox" name="cb_disk">
  194. <item>
  195. <property name="text">
  196. <string>Home</string>
  197. </property>
  198. </item>
  199. </widget>
  200. </item>
  201. <item>
  202. <widget class="QToolButton" name="b_disk_add">
  203. <property name="text">
  204. <string/>
  205. </property>
  206. <property name="icon">
  207. <iconset resource="../resources.qrc">
  208. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  209. </property>
  210. </widget>
  211. </item>
  212. <item>
  213. <widget class="QToolButton" name="b_disk_remove">
  214. <property name="enabled">
  215. <bool>false</bool>
  216. </property>
  217. <property name="text">
  218. <string/>
  219. </property>
  220. <property name="icon">
  221. <iconset resource="../resources.qrc">
  222. <normaloff>:/16x16/list-remove.png</normaloff>:/16x16/list-remove.png</iconset>
  223. </property>
  224. </widget>
  225. </item>
  226. </layout>
  227. </item>
  228. <item>
  229. <widget class="QTreeView" name="fileTreeView">
  230. <property name="editTriggers">
  231. <set>QAbstractItemView::NoEditTriggers</set>
  232. </property>
  233. <property name="dragEnabled">
  234. <bool>true</bool>
  235. </property>
  236. <property name="dragDropMode">
  237. <enum>QAbstractItemView::DragDrop</enum>
  238. </property>
  239. </widget>
  240. </item>
  241. </layout>
  242. </widget>
  243. </widget>
  244. </item>
  245. <item>
  246. <widget class="CanvasPreviewFrame" name="miniCanvasPreview">
  247. <property name="minimumSize">
  248. <size>
  249. <width>210</width>
  250. <height>162</height>
  251. </size>
  252. </property>
  253. <property name="maximumSize">
  254. <size>
  255. <width>210</width>
  256. <height>162</height>
  257. </size>
  258. </property>
  259. <property name="acceptDrops">
  260. <bool>false</bool>
  261. </property>
  262. <property name="frameShape">
  263. <enum>QFrame::StyledPanel</enum>
  264. </property>
  265. <property name="frameShadow">
  266. <enum>QFrame::Sunken</enum>
  267. </property>
  268. </widget>
  269. </item>
  270. </layout>
  271. </widget>
  272. </widget>
  273. </item>
  274. </layout>
  275. </widget>
  276. <widget class="QMenuBar" name="menubar">
  277. <property name="geometry">
  278. <rect>
  279. <x>0</x>
  280. <y>0</y>
  281. <width>782</width>
  282. <height>19</height>
  283. </rect>
  284. </property>
  285. <widget class="QMenu" name="menu_File">
  286. <property name="title">
  287. <string>&amp;File</string>
  288. </property>
  289. <addaction name="act_file_new"/>
  290. <addaction name="act_file_open"/>
  291. <addaction name="act_file_save"/>
  292. <addaction name="act_file_save_as"/>
  293. <addaction name="separator"/>
  294. <addaction name="act_file_quit"/>
  295. </widget>
  296. <widget class="QMenu" name="menu_Plugin">
  297. <property name="title">
  298. <string>&amp;Plugin</string>
  299. </property>
  300. <addaction name="act_plugin_add"/>
  301. <addaction name="separator"/>
  302. <addaction name="act_plugin_remove_all"/>
  303. </widget>
  304. <widget class="QMenu" name="menu_Help">
  305. <property name="title">
  306. <string>&amp;Help</string>
  307. </property>
  308. <addaction name="act_help_about"/>
  309. <addaction name="act_help_about_qt"/>
  310. </widget>
  311. <widget class="QMenu" name="menu_Engine">
  312. <property name="title">
  313. <string>&amp;Engine</string>
  314. </property>
  315. <addaction name="act_engine_start"/>
  316. <addaction name="act_engine_stop"/>
  317. </widget>
  318. <widget class="QMenu" name="menu_Settings">
  319. <property name="title">
  320. <string>&amp;Settings</string>
  321. </property>
  322. <addaction name="act_settings_show_toolbar"/>
  323. <addaction name="separator"/>
  324. <addaction name="act_settings_configure"/>
  325. </widget>
  326. <widget class="QMenu" name="menu_Canvas">
  327. <property name="title">
  328. <string>&amp;Canvas</string>
  329. </property>
  330. <widget class="QMenu" name="menu_Canvas_Zoom">
  331. <property name="title">
  332. <string>Zoom</string>
  333. </property>
  334. <addaction name="act_canvas_zoom_fit"/>
  335. <addaction name="separator"/>
  336. <addaction name="act_canvas_zoom_in"/>
  337. <addaction name="act_canvas_zoom_out"/>
  338. <addaction name="act_canvas_zoom_100"/>
  339. </widget>
  340. <addaction name="act_canvas_arrange"/>
  341. <addaction name="act_canvas_refresh"/>
  342. <addaction name="menu_Canvas_Zoom"/>
  343. <addaction name="separator"/>
  344. <addaction name="act_canvas_print"/>
  345. <addaction name="act_canvas_save_image"/>
  346. </widget>
  347. <widget class="QMenu" name="menu_Transport">
  348. <property name="title">
  349. <string>&amp;Transport</string>
  350. </property>
  351. <addaction name="act_transport_play"/>
  352. <addaction name="act_transport_stop"/>
  353. <addaction name="act_transport_backwards"/>
  354. <addaction name="act_transport_forwards"/>
  355. </widget>
  356. <addaction name="menu_File"/>
  357. <addaction name="menu_Engine"/>
  358. <addaction name="menu_Plugin"/>
  359. <addaction name="menu_Transport"/>
  360. <addaction name="menu_Canvas"/>
  361. <addaction name="menu_Settings"/>
  362. <addaction name="menu_Help"/>
  363. </widget>
  364. <widget class="QToolBar" name="toolBar">
  365. <property name="windowTitle">
  366. <string>toolBar</string>
  367. </property>
  368. <property name="movable">
  369. <bool>false</bool>
  370. </property>
  371. <property name="allowedAreas">
  372. <set>Qt::NoToolBarArea</set>
  373. </property>
  374. <property name="toolButtonStyle">
  375. <enum>Qt::ToolButtonTextBesideIcon</enum>
  376. </property>
  377. <attribute name="toolBarArea">
  378. <enum>TopToolBarArea</enum>
  379. </attribute>
  380. <attribute name="toolBarBreak">
  381. <bool>false</bool>
  382. </attribute>
  383. <addaction name="act_file_new"/>
  384. <addaction name="act_file_open"/>
  385. <addaction name="act_file_save"/>
  386. <addaction name="act_file_save_as"/>
  387. <addaction name="separator"/>
  388. <addaction name="act_engine_start"/>
  389. <addaction name="act_engine_stop"/>
  390. <addaction name="separator"/>
  391. <addaction name="act_plugin_add"/>
  392. <addaction name="act_plugin_remove_all"/>
  393. </widget>
  394. <action name="act_file_save">
  395. <property name="icon">
  396. <iconset resource="../resources.qrc">
  397. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  398. </property>
  399. <property name="text">
  400. <string>&amp;Save</string>
  401. </property>
  402. <property name="shortcut">
  403. <string>Ctrl+S</string>
  404. </property>
  405. </action>
  406. <action name="act_file_save_as">
  407. <property name="icon">
  408. <iconset resource="../resources.qrc">
  409. <normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset>
  410. </property>
  411. <property name="text">
  412. <string>Save &amp;As...</string>
  413. </property>
  414. <property name="shortcut">
  415. <string>Ctrl+Shift+S</string>
  416. </property>
  417. </action>
  418. <action name="act_file_new">
  419. <property name="icon">
  420. <iconset resource="../resources.qrc">
  421. <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
  422. </property>
  423. <property name="text">
  424. <string>&amp;New</string>
  425. </property>
  426. <property name="shortcut">
  427. <string>Ctrl+N</string>
  428. </property>
  429. </action>
  430. <action name="act_file_open">
  431. <property name="icon">
  432. <iconset resource="../resources.qrc">
  433. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  434. </property>
  435. <property name="text">
  436. <string>&amp;Open...</string>
  437. </property>
  438. <property name="shortcut">
  439. <string>Ctrl+O</string>
  440. </property>
  441. </action>
  442. <action name="act_file_quit">
  443. <property name="icon">
  444. <iconset resource="../resources.qrc">
  445. <normaloff>:/16x16/application-exit.png</normaloff>:/16x16/application-exit.png</iconset>
  446. </property>
  447. <property name="text">
  448. <string>&amp;Quit</string>
  449. </property>
  450. <property name="shortcut">
  451. <string>Ctrl+Q</string>
  452. </property>
  453. </action>
  454. <action name="act_plugin_remove_all">
  455. <property name="icon">
  456. <iconset resource="../resources.qrc">
  457. <normaloff>:/16x16/edit-delete.png</normaloff>:/16x16/edit-delete.png</iconset>
  458. </property>
  459. <property name="text">
  460. <string>&amp;Remove All</string>
  461. </property>
  462. </action>
  463. <action name="act_help_about">
  464. <property name="text">
  465. <string>&amp;About</string>
  466. </property>
  467. </action>
  468. <action name="act_help_about_qt">
  469. <property name="text">
  470. <string>About &amp;Qt</string>
  471. </property>
  472. </action>
  473. <action name="act_plugin_add">
  474. <property name="icon">
  475. <iconset resource="../resources.qrc">
  476. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  477. </property>
  478. <property name="text">
  479. <string>&amp;Add New...</string>
  480. </property>
  481. <property name="shortcut">
  482. <string>Ctrl+A</string>
  483. </property>
  484. </action>
  485. <action name="act_settings_show_toolbar">
  486. <property name="checkable">
  487. <bool>true</bool>
  488. </property>
  489. <property name="text">
  490. <string>Show &amp;Toolbar</string>
  491. </property>
  492. </action>
  493. <action name="act_settings_configure">
  494. <property name="icon">
  495. <iconset resource="../resources.qrc">
  496. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  497. </property>
  498. <property name="text">
  499. <string>Configure Carla</string>
  500. </property>
  501. </action>
  502. <action name="act_engine_start">
  503. <property name="icon">
  504. <iconset resource="../resources.qrc">
  505. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  506. </property>
  507. <property name="text">
  508. <string>&amp;Start</string>
  509. </property>
  510. <property name="shortcut">
  511. <string>F5</string>
  512. </property>
  513. </action>
  514. <action name="act_engine_stop">
  515. <property name="icon">
  516. <iconset resource="../resources.qrc">
  517. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  518. </property>
  519. <property name="text">
  520. <string>St&amp;op</string>
  521. </property>
  522. <property name="shortcut">
  523. <string>F6</string>
  524. </property>
  525. </action>
  526. <action name="act_settings_show_transport">
  527. <property name="checkable">
  528. <bool>true</bool>
  529. </property>
  530. <property name="enabled">
  531. <bool>false</bool>
  532. </property>
  533. <property name="text">
  534. <string>Show Transport bar</string>
  535. </property>
  536. <property name="iconText">
  537. <string>Show Transport bar</string>
  538. </property>
  539. </action>
  540. <action name="act_canvas_arrange">
  541. <property name="icon">
  542. <iconset resource="../resources.qrc">
  543. <normaloff>:/16x16/view-sort-ascending.png</normaloff>:/16x16/view-sort-ascending.png</iconset>
  544. </property>
  545. <property name="text">
  546. <string>&amp;Arrange</string>
  547. </property>
  548. <property name="shortcut">
  549. <string>Ctrl+G</string>
  550. </property>
  551. </action>
  552. <action name="act_canvas_refresh">
  553. <property name="icon">
  554. <iconset resource="../resources.qrc">
  555. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  556. </property>
  557. <property name="text">
  558. <string>&amp;Refresh</string>
  559. </property>
  560. <property name="shortcut">
  561. <string>Ctrl+R</string>
  562. </property>
  563. </action>
  564. <action name="act_canvas_print">
  565. <property name="icon">
  566. <iconset resource="../resources.qrc">
  567. <normaloff>:/16x16/document-print.png</normaloff>:/16x16/document-print.png</iconset>
  568. </property>
  569. <property name="text">
  570. <string>&amp;Print...</string>
  571. </property>
  572. </action>
  573. <action name="act_canvas_save_image">
  574. <property name="text">
  575. <string>Save &amp;Image...</string>
  576. </property>
  577. </action>
  578. <action name="act_canvas_zoom_fit">
  579. <property name="icon">
  580. <iconset resource="../resources.qrc">
  581. <normaloff>:/16x16/zoom-fit-best.png</normaloff>:/16x16/zoom-fit-best.png</iconset>
  582. </property>
  583. <property name="text">
  584. <string>Auto-Fit</string>
  585. </property>
  586. <property name="shortcut">
  587. <string>Home</string>
  588. </property>
  589. </action>
  590. <action name="act_canvas_zoom_in">
  591. <property name="icon">
  592. <iconset resource="../resources.qrc">
  593. <normaloff>:/16x16/zoom-in.png</normaloff>:/16x16/zoom-in.png</iconset>
  594. </property>
  595. <property name="text">
  596. <string>Zoom In</string>
  597. </property>
  598. <property name="shortcut">
  599. <string>Ctrl++</string>
  600. </property>
  601. </action>
  602. <action name="act_canvas_zoom_out">
  603. <property name="icon">
  604. <iconset resource="../resources.qrc">
  605. <normaloff>:/16x16/zoom-out.png</normaloff>:/16x16/zoom-out.png</iconset>
  606. </property>
  607. <property name="text">
  608. <string>Zoom Out</string>
  609. </property>
  610. <property name="shortcut">
  611. <string>Ctrl+-</string>
  612. </property>
  613. </action>
  614. <action name="act_canvas_zoom_100">
  615. <property name="icon">
  616. <iconset resource="../resources.qrc">
  617. <normaloff>:/16x16/zoom-original.png</normaloff>:/16x16/zoom-original.png</iconset>
  618. </property>
  619. <property name="text">
  620. <string>Zoom 100%</string>
  621. </property>
  622. <property name="shortcut">
  623. <string>Ctrl+1</string>
  624. </property>
  625. </action>
  626. <action name="act_transport_play">
  627. <property name="checkable">
  628. <bool>true</bool>
  629. </property>
  630. <property name="icon">
  631. <iconset resource="../resources.qrc">
  632. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  633. </property>
  634. <property name="text">
  635. <string>&amp;Play</string>
  636. </property>
  637. <property name="shortcut">
  638. <string>Ctrl+Shift+P</string>
  639. </property>
  640. </action>
  641. <action name="act_transport_stop">
  642. <property name="icon">
  643. <iconset resource="../resources.qrc">
  644. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  645. </property>
  646. <property name="text">
  647. <string>&amp;Stop</string>
  648. </property>
  649. <property name="shortcut">
  650. <string>Ctrl+Shift+X</string>
  651. </property>
  652. </action>
  653. <action name="act_transport_backwards">
  654. <property name="icon">
  655. <iconset resource="../resources.qrc">
  656. <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
  657. </property>
  658. <property name="text">
  659. <string>&amp;Backwards</string>
  660. </property>
  661. <property name="shortcut">
  662. <string>Ctrl+Shift+B</string>
  663. </property>
  664. </action>
  665. <action name="act_transport_forwards">
  666. <property name="icon">
  667. <iconset resource="../resources.qrc">
  668. <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
  669. </property>
  670. <property name="text">
  671. <string>&amp;Forwards</string>
  672. </property>
  673. <property name="shortcut">
  674. <string>Ctrl+Shift+F</string>
  675. </property>
  676. </action>
  677. </widget>
  678. <customwidgets>
  679. <customwidget>
  680. <class>CanvasPreviewFrame</class>
  681. <extends>QFrame</extends>
  682. <header>canvaspreviewframe.h</header>
  683. <container>1</container>
  684. </customwidget>
  685. </customwidgets>
  686. <resources>
  687. <include location="../resources.qrc"/>
  688. </resources>
  689. <connections>
  690. <connection>
  691. <sender>act_file_quit</sender>
  692. <signal>triggered()</signal>
  693. <receiver>CarlaMainW</receiver>
  694. <slot>close()</slot>
  695. <hints>
  696. <hint type="sourcelabel">
  697. <x>-1</x>
  698. <y>-1</y>
  699. </hint>
  700. <hint type="destinationlabel">
  701. <x>189</x>
  702. <y>34</y>
  703. </hint>
  704. </hints>
  705. </connection>
  706. <connection>
  707. <sender>act_settings_show_toolbar</sender>
  708. <signal>triggered(bool)</signal>
  709. <receiver>toolBar</receiver>
  710. <slot>setVisible(bool)</slot>
  711. <hints>
  712. <hint type="sourcelabel">
  713. <x>-1</x>
  714. <y>-1</y>
  715. </hint>
  716. <hint type="destinationlabel">
  717. <x>354</x>
  718. <y>35</y>
  719. </hint>
  720. </hints>
  721. </connection>
  722. </connections>
  723. </ui>