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.

569 lines
16KB

  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. </widget>
  99. </item>
  100. <item>
  101. <widget class="QPushButton" name="b_transport_forward">
  102. <property name="maximumSize">
  103. <size>
  104. <width>22</width>
  105. <height>22</height>
  106. </size>
  107. </property>
  108. <property name="text">
  109. <string/>
  110. </property>
  111. </widget>
  112. </item>
  113. <item>
  114. <widget class="Line" name="line_2">
  115. <property name="orientation">
  116. <enum>Qt::Vertical</enum>
  117. </property>
  118. </widget>
  119. </item>
  120. <item>
  121. <widget class="QLabel" name="label_time">
  122. <property name="text">
  123. <string>TIME (TODO)</string>
  124. </property>
  125. </widget>
  126. </item>
  127. <item>
  128. <spacer name="horizontalSpacer">
  129. <property name="orientation">
  130. <enum>Qt::Horizontal</enum>
  131. </property>
  132. <property name="sizeHint" stdset="0">
  133. <size>
  134. <width>40</width>
  135. <height>20</height>
  136. </size>
  137. </property>
  138. </spacer>
  139. </item>
  140. </layout>
  141. </widget>
  142. </item>
  143. <item>
  144. <widget class="QSplitter" name="splitter">
  145. <property name="orientation">
  146. <enum>Qt::Horizontal</enum>
  147. </property>
  148. <widget class="QTabWidget" name="tabMain">
  149. <property name="currentIndex">
  150. <number>0</number>
  151. </property>
  152. <widget class="QWidget" name="tab_plugins">
  153. <attribute name="title">
  154. <string>Plugins</string>
  155. </attribute>
  156. <layout class="QVBoxLayout" name="verticalLayout">
  157. <property name="spacing">
  158. <number>1</number>
  159. </property>
  160. <property name="margin">
  161. <number>2</number>
  162. </property>
  163. <item>
  164. <widget class="QWidget" name="w_plugins" native="true">
  165. <layout class="QVBoxLayout" name="layout">
  166. <property name="spacing">
  167. <number>1</number>
  168. </property>
  169. <property name="margin">
  170. <number>0</number>
  171. </property>
  172. </layout>
  173. </widget>
  174. </item>
  175. <item>
  176. <spacer name="verticalSpacer">
  177. <property name="orientation">
  178. <enum>Qt::Vertical</enum>
  179. </property>
  180. <property name="sizeHint" stdset="0">
  181. <size>
  182. <width>20</width>
  183. <height>333</height>
  184. </size>
  185. </property>
  186. </spacer>
  187. </item>
  188. </layout>
  189. </widget>
  190. <widget class="QWidget" name="tab_patchbay">
  191. <attribute name="title">
  192. <string>Patchbay</string>
  193. </attribute>
  194. <layout class="QVBoxLayout" name="verticalLayout_2">
  195. <property name="spacing">
  196. <number>0</number>
  197. </property>
  198. <property name="margin">
  199. <number>2</number>
  200. </property>
  201. <item>
  202. <widget class="QGraphicsView" name="graphicsView">
  203. <property name="verticalScrollBarPolicy">
  204. <enum>Qt::ScrollBarAlwaysOn</enum>
  205. </property>
  206. <property name="horizontalScrollBarPolicy">
  207. <enum>Qt::ScrollBarAlwaysOn</enum>
  208. </property>
  209. </widget>
  210. </item>
  211. </layout>
  212. </widget>
  213. </widget>
  214. <widget class="QWidget" name="">
  215. <layout class="QVBoxLayout" name="verticalLayout_4">
  216. <item>
  217. <widget class="QTabWidget" name="tabUtils">
  218. <property name="sizePolicy">
  219. <sizepolicy hsizetype="Ignored" vsizetype="Expanding">
  220. <horstretch>0</horstretch>
  221. <verstretch>0</verstretch>
  222. </sizepolicy>
  223. </property>
  224. <property name="minimumSize">
  225. <size>
  226. <width>210</width>
  227. <height>0</height>
  228. </size>
  229. </property>
  230. <property name="tabPosition">
  231. <enum>QTabWidget::East</enum>
  232. </property>
  233. <property name="currentIndex">
  234. <number>0</number>
  235. </property>
  236. <widget class="QWidget" name="disk">
  237. <attribute name="title">
  238. <string>Disk</string>
  239. </attribute>
  240. <layout class="QVBoxLayout" name="verticalLayout_3">
  241. <property name="spacing">
  242. <number>0</number>
  243. </property>
  244. <property name="margin">
  245. <number>0</number>
  246. </property>
  247. <item>
  248. <widget class="QTreeView" name="fileTreeView"/>
  249. </item>
  250. </layout>
  251. </widget>
  252. </widget>
  253. </item>
  254. <item>
  255. <widget class="CanvasPreviewFrame" name="miniCanvasPreview">
  256. <property name="minimumSize">
  257. <size>
  258. <width>210</width>
  259. <height>162</height>
  260. </size>
  261. </property>
  262. <property name="maximumSize">
  263. <size>
  264. <width>210</width>
  265. <height>162</height>
  266. </size>
  267. </property>
  268. <property name="frameShape">
  269. <enum>QFrame::StyledPanel</enum>
  270. </property>
  271. <property name="frameShadow">
  272. <enum>QFrame::Raised</enum>
  273. </property>
  274. </widget>
  275. </item>
  276. </layout>
  277. </widget>
  278. </widget>
  279. </item>
  280. </layout>
  281. </widget>
  282. <widget class="QMenuBar" name="menubar">
  283. <property name="geometry">
  284. <rect>
  285. <x>0</x>
  286. <y>0</y>
  287. <width>782</width>
  288. <height>19</height>
  289. </rect>
  290. </property>
  291. <widget class="QMenu" name="menu_File">
  292. <property name="title">
  293. <string>&amp;File</string>
  294. </property>
  295. <addaction name="act_file_new"/>
  296. <addaction name="act_file_open"/>
  297. <addaction name="act_file_save"/>
  298. <addaction name="act_file_save_as"/>
  299. <addaction name="separator"/>
  300. <addaction name="act_file_quit"/>
  301. </widget>
  302. <widget class="QMenu" name="menu_Plugin">
  303. <property name="title">
  304. <string>&amp;Plugin</string>
  305. </property>
  306. <addaction name="act_plugin_add"/>
  307. <addaction name="separator"/>
  308. <addaction name="act_plugin_remove_all"/>
  309. </widget>
  310. <widget class="QMenu" name="menu_Help">
  311. <property name="title">
  312. <string>&amp;Help</string>
  313. </property>
  314. <addaction name="act_help_about"/>
  315. <addaction name="act_help_about_qt"/>
  316. </widget>
  317. <widget class="QMenu" name="menu_Engine">
  318. <property name="title">
  319. <string>&amp;Engine</string>
  320. </property>
  321. <addaction name="act_engine_start"/>
  322. <addaction name="act_engine_stop"/>
  323. <addaction name="separator"/>
  324. <addaction name="act_engine_configure"/>
  325. </widget>
  326. <widget class="QMenu" name="menu_Settings">
  327. <property name="title">
  328. <string>&amp;Settings</string>
  329. </property>
  330. <addaction name="act_settings_show_toolbar"/>
  331. <addaction name="act_settings_show_transport"/>
  332. <addaction name="separator"/>
  333. <addaction name="act_settings_configure"/>
  334. </widget>
  335. <addaction name="menu_File"/>
  336. <addaction name="menu_Engine"/>
  337. <addaction name="menu_Plugin"/>
  338. <addaction name="menu_Settings"/>
  339. <addaction name="menu_Help"/>
  340. </widget>
  341. <widget class="QToolBar" name="toolBar">
  342. <property name="windowTitle">
  343. <string>toolBar</string>
  344. </property>
  345. <property name="movable">
  346. <bool>false</bool>
  347. </property>
  348. <property name="allowedAreas">
  349. <set>Qt::NoToolBarArea</set>
  350. </property>
  351. <property name="toolButtonStyle">
  352. <enum>Qt::ToolButtonTextBesideIcon</enum>
  353. </property>
  354. <attribute name="toolBarArea">
  355. <enum>TopToolBarArea</enum>
  356. </attribute>
  357. <attribute name="toolBarBreak">
  358. <bool>false</bool>
  359. </attribute>
  360. <addaction name="act_file_new"/>
  361. <addaction name="act_file_open"/>
  362. <addaction name="act_file_save"/>
  363. <addaction name="act_file_save_as"/>
  364. <addaction name="separator"/>
  365. <addaction name="act_engine_start"/>
  366. <addaction name="act_engine_stop"/>
  367. <addaction name="act_engine_configure"/>
  368. <addaction name="separator"/>
  369. <addaction name="act_plugin_add"/>
  370. <addaction name="act_plugin_remove_all"/>
  371. </widget>
  372. <action name="act_file_save">
  373. <property name="icon">
  374. <iconset resource="../resources.qrc">
  375. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  376. </property>
  377. <property name="text">
  378. <string>&amp;Save</string>
  379. </property>
  380. </action>
  381. <action name="act_file_save_as">
  382. <property name="icon">
  383. <iconset resource="../resources.qrc">
  384. <normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset>
  385. </property>
  386. <property name="text">
  387. <string>Save &amp;As...</string>
  388. </property>
  389. </action>
  390. <action name="act_file_new">
  391. <property name="icon">
  392. <iconset resource="../resources.qrc">
  393. <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
  394. </property>
  395. <property name="text">
  396. <string>&amp;New</string>
  397. </property>
  398. </action>
  399. <action name="act_file_open">
  400. <property name="icon">
  401. <iconset resource="../resources.qrc">
  402. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  403. </property>
  404. <property name="text">
  405. <string>&amp;Open...</string>
  406. </property>
  407. </action>
  408. <action name="act_file_quit">
  409. <property name="icon">
  410. <iconset resource="../resources.qrc">
  411. <normaloff>:/16x16/application-exit.png</normaloff>:/16x16/application-exit.png</iconset>
  412. </property>
  413. <property name="text">
  414. <string>&amp;Quit</string>
  415. </property>
  416. </action>
  417. <action name="act_plugin_remove_all">
  418. <property name="icon">
  419. <iconset resource="../resources.qrc">
  420. <normaloff>:/16x16/edit-delete.png</normaloff>:/16x16/edit-delete.png</iconset>
  421. </property>
  422. <property name="text">
  423. <string>&amp;Remove All</string>
  424. </property>
  425. </action>
  426. <action name="act_help_about">
  427. <property name="text">
  428. <string>&amp;About</string>
  429. </property>
  430. </action>
  431. <action name="act_help_about_qt">
  432. <property name="text">
  433. <string>About &amp;Qt</string>
  434. </property>
  435. </action>
  436. <action name="act_plugin_add">
  437. <property name="icon">
  438. <iconset resource="../resources.qrc">
  439. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  440. </property>
  441. <property name="text">
  442. <string>&amp;Add New...</string>
  443. </property>
  444. </action>
  445. <action name="act_settings_show_toolbar">
  446. <property name="checkable">
  447. <bool>true</bool>
  448. </property>
  449. <property name="text">
  450. <string>Show &amp;Toolbar</string>
  451. </property>
  452. </action>
  453. <action name="act_settings_configure">
  454. <property name="icon">
  455. <iconset resource="../resources.qrc">
  456. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  457. </property>
  458. <property name="text">
  459. <string>Configure Carla</string>
  460. </property>
  461. </action>
  462. <action name="act_engine_start">
  463. <property name="icon">
  464. <iconset resource="../resources.qrc">
  465. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  466. </property>
  467. <property name="text">
  468. <string>&amp;Start</string>
  469. </property>
  470. </action>
  471. <action name="act_engine_stop">
  472. <property name="icon">
  473. <iconset resource="../resources.qrc">
  474. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  475. </property>
  476. <property name="text">
  477. <string>St&amp;op</string>
  478. </property>
  479. </action>
  480. <action name="act_engine_configure">
  481. <property name="enabled">
  482. <bool>true</bool>
  483. </property>
  484. <property name="icon">
  485. <iconset resource="../resources.qrc">
  486. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  487. </property>
  488. <property name="text">
  489. <string>Configure Driver</string>
  490. </property>
  491. </action>
  492. <action name="act_settings_show_transport">
  493. <property name="checkable">
  494. <bool>true</bool>
  495. </property>
  496. <property name="enabled">
  497. <bool>false</bool>
  498. </property>
  499. <property name="text">
  500. <string>Show Transport bar</string>
  501. </property>
  502. <property name="iconText">
  503. <string>Show Transport bar</string>
  504. </property>
  505. </action>
  506. </widget>
  507. <customwidgets>
  508. <customwidget>
  509. <class>CanvasPreviewFrame</class>
  510. <extends>QFrame</extends>
  511. <header>canvaspreviewframe.h</header>
  512. <container>1</container>
  513. </customwidget>
  514. </customwidgets>
  515. <resources>
  516. <include location="../resources.qrc"/>
  517. </resources>
  518. <connections>
  519. <connection>
  520. <sender>act_file_quit</sender>
  521. <signal>triggered()</signal>
  522. <receiver>CarlaMainW</receiver>
  523. <slot>close()</slot>
  524. <hints>
  525. <hint type="sourcelabel">
  526. <x>-1</x>
  527. <y>-1</y>
  528. </hint>
  529. <hint type="destinationlabel">
  530. <x>189</x>
  531. <y>34</y>
  532. </hint>
  533. </hints>
  534. </connection>
  535. <connection>
  536. <sender>act_settings_show_toolbar</sender>
  537. <signal>triggered(bool)</signal>
  538. <receiver>toolBar</receiver>
  539. <slot>setVisible(bool)</slot>
  540. <hints>
  541. <hint type="sourcelabel">
  542. <x>-1</x>
  543. <y>-1</y>
  544. </hint>
  545. <hint type="destinationlabel">
  546. <x>354</x>
  547. <y>35</y>
  548. </hint>
  549. </hints>
  550. </connection>
  551. <connection>
  552. <sender>act_settings_show_transport</sender>
  553. <signal>triggered(bool)</signal>
  554. <receiver>frame_transport</receiver>
  555. <slot>setVisible(bool)</slot>
  556. <hints>
  557. <hint type="sourcelabel">
  558. <x>-1</x>
  559. <y>-1</y>
  560. </hint>
  561. <hint type="destinationlabel">
  562. <x>377</x>
  563. <y>65</y>
  564. </hint>
  565. </hints>
  566. </connection>
  567. </connections>
  568. </ui>