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.

715 lines
21KB

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