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.

760 lines
23KB

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