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.

547 lines
15KB

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