Collection of tools useful for audio production
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.

1519 lines
47KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ClaudiaMainW</class>
  4. <widget class="QMainWindow" name="ClaudiaMainW">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>877</width>
  10. <height>566</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Claudia</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QVBoxLayout" name="verticalLayout_2">
  18. <item>
  19. <widget class="QFrame" name="frame_toolbar">
  20. <property name="sizePolicy">
  21. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  22. <horstretch>0</horstretch>
  23. <verstretch>0</verstretch>
  24. </sizepolicy>
  25. </property>
  26. <layout class="QHBoxLayout" name="horizontalLayout_7">
  27. <property name="spacing">
  28. <number>4</number>
  29. </property>
  30. <property name="margin">
  31. <number>0</number>
  32. </property>
  33. <item>
  34. <widget class="QGroupBox" name="group_studio">
  35. <property name="title">
  36. <string>Studio</string>
  37. </property>
  38. <layout class="QHBoxLayout" name="horizontalLayout_2">
  39. <item>
  40. <widget class="QPushButton" name="b_studio_new">
  41. <property name="maximumSize">
  42. <size>
  43. <width>23</width>
  44. <height>16777215</height>
  45. </size>
  46. </property>
  47. <property name="toolTip">
  48. <string>New Studio</string>
  49. </property>
  50. <property name="text">
  51. <string/>
  52. </property>
  53. <property name="icon">
  54. <iconset resource="../resources.qrc">
  55. <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
  56. </property>
  57. </widget>
  58. </item>
  59. <item>
  60. <widget class="QPushButton" name="b_studio_load">
  61. <property name="maximumSize">
  62. <size>
  63. <width>23</width>
  64. <height>16777215</height>
  65. </size>
  66. </property>
  67. <property name="toolTip">
  68. <string>Load Studio</string>
  69. </property>
  70. <property name="text">
  71. <string/>
  72. </property>
  73. <property name="icon">
  74. <iconset resource="../resources.qrc">
  75. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  76. </property>
  77. <property name="shortcut">
  78. <string>Ctrl+Shift+L</string>
  79. </property>
  80. </widget>
  81. </item>
  82. <item>
  83. <widget class="QPushButton" name="b_studio_save">
  84. <property name="maximumSize">
  85. <size>
  86. <width>23</width>
  87. <height>16777215</height>
  88. </size>
  89. </property>
  90. <property name="toolTip">
  91. <string>Save Studio</string>
  92. </property>
  93. <property name="text">
  94. <string/>
  95. </property>
  96. <property name="icon">
  97. <iconset resource="../resources.qrc">
  98. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  99. </property>
  100. </widget>
  101. </item>
  102. <item>
  103. <widget class="QPushButton" name="b_studio_save_as">
  104. <property name="maximumSize">
  105. <size>
  106. <width>23</width>
  107. <height>16777215</height>
  108. </size>
  109. </property>
  110. <property name="toolTip">
  111. <string>Save Studio As</string>
  112. </property>
  113. <property name="text">
  114. <string/>
  115. </property>
  116. <property name="icon">
  117. <iconset resource="../resources.qrc">
  118. <normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset>
  119. </property>
  120. </widget>
  121. </item>
  122. <item>
  123. <widget class="QPushButton" name="b_studio_start">
  124. <property name="maximumSize">
  125. <size>
  126. <width>23</width>
  127. <height>16777215</height>
  128. </size>
  129. </property>
  130. <property name="toolTip">
  131. <string>Start Studio</string>
  132. </property>
  133. <property name="text">
  134. <string/>
  135. </property>
  136. <property name="icon">
  137. <iconset resource="../resources.qrc">
  138. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  139. </property>
  140. </widget>
  141. </item>
  142. <item>
  143. <widget class="QPushButton" name="b_studio_stop">
  144. <property name="maximumSize">
  145. <size>
  146. <width>23</width>
  147. <height>16777215</height>
  148. </size>
  149. </property>
  150. <property name="toolTip">
  151. <string>Stop Studio</string>
  152. </property>
  153. <property name="text">
  154. <string/>
  155. </property>
  156. <property name="icon">
  157. <iconset resource="../resources.qrc">
  158. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  159. </property>
  160. </widget>
  161. </item>
  162. </layout>
  163. </widget>
  164. </item>
  165. <item>
  166. <widget class="QGroupBox" name="group_project">
  167. <property name="title">
  168. <string>Project</string>
  169. </property>
  170. <layout class="QHBoxLayout" name="horizontalLayout_6">
  171. <item>
  172. <widget class="QPushButton" name="b_project_new">
  173. <property name="maximumSize">
  174. <size>
  175. <width>23</width>
  176. <height>16777215</height>
  177. </size>
  178. </property>
  179. <property name="toolTip">
  180. <string>New Project</string>
  181. </property>
  182. <property name="text">
  183. <string/>
  184. </property>
  185. <property name="icon">
  186. <iconset resource="../resources.qrc">
  187. <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
  188. </property>
  189. </widget>
  190. </item>
  191. <item>
  192. <widget class="QPushButton" name="b_project_load">
  193. <property name="maximumSize">
  194. <size>
  195. <width>23</width>
  196. <height>16777215</height>
  197. </size>
  198. </property>
  199. <property name="toolTip">
  200. <string>Open Project</string>
  201. </property>
  202. <property name="text">
  203. <string/>
  204. </property>
  205. <property name="icon">
  206. <iconset resource="../resources.qrc">
  207. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  208. </property>
  209. </widget>
  210. </item>
  211. <item>
  212. <widget class="QPushButton" name="b_project_save">
  213. <property name="maximumSize">
  214. <size>
  215. <width>23</width>
  216. <height>16777215</height>
  217. </size>
  218. </property>
  219. <property name="toolTip">
  220. <string>Save Project</string>
  221. </property>
  222. <property name="text">
  223. <string/>
  224. </property>
  225. <property name="icon">
  226. <iconset resource="../resources.qrc">
  227. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  228. </property>
  229. </widget>
  230. </item>
  231. <item>
  232. <widget class="QPushButton" name="b_project_save_as">
  233. <property name="maximumSize">
  234. <size>
  235. <width>23</width>
  236. <height>16777215</height>
  237. </size>
  238. </property>
  239. <property name="toolTip">
  240. <string>Save Project As</string>
  241. </property>
  242. <property name="text">
  243. <string/>
  244. </property>
  245. <property name="icon">
  246. <iconset resource="../resources.qrc">
  247. <normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset>
  248. </property>
  249. </widget>
  250. </item>
  251. </layout>
  252. </widget>
  253. </item>
  254. <item>
  255. <widget class="QGroupBox" name="group_transport">
  256. <property name="title">
  257. <string>Transport</string>
  258. </property>
  259. <layout class="QHBoxLayout" name="horizontalLayout_3">
  260. <item>
  261. <widget class="QPushButton" name="b_transport_play">
  262. <property name="maximumSize">
  263. <size>
  264. <width>23</width>
  265. <height>16777215</height>
  266. </size>
  267. </property>
  268. <property name="toolTip">
  269. <string>Transport Play/Pause</string>
  270. </property>
  271. <property name="text">
  272. <string/>
  273. </property>
  274. <property name="icon">
  275. <iconset resource="../resources.qrc">
  276. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  277. </property>
  278. <property name="checkable">
  279. <bool>true</bool>
  280. </property>
  281. </widget>
  282. </item>
  283. <item>
  284. <widget class="QPushButton" name="b_transport_stop">
  285. <property name="maximumSize">
  286. <size>
  287. <width>23</width>
  288. <height>16777215</height>
  289. </size>
  290. </property>
  291. <property name="toolTip">
  292. <string>Transport Stop</string>
  293. </property>
  294. <property name="text">
  295. <string/>
  296. </property>
  297. <property name="icon">
  298. <iconset resource="../resources.qrc">
  299. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  300. </property>
  301. </widget>
  302. </item>
  303. <item>
  304. <widget class="QPushButton" name="b_transport_backwards">
  305. <property name="maximumSize">
  306. <size>
  307. <width>23</width>
  308. <height>16777215</height>
  309. </size>
  310. </property>
  311. <property name="toolTip">
  312. <string>Transport Backwards</string>
  313. </property>
  314. <property name="text">
  315. <string/>
  316. </property>
  317. <property name="icon">
  318. <iconset resource="../resources.qrc">
  319. <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
  320. </property>
  321. <property name="autoRepeat">
  322. <bool>true</bool>
  323. </property>
  324. </widget>
  325. </item>
  326. <item>
  327. <widget class="QPushButton" name="b_transport_forwards">
  328. <property name="maximumSize">
  329. <size>
  330. <width>23</width>
  331. <height>16777215</height>
  332. </size>
  333. </property>
  334. <property name="toolTip">
  335. <string>Transport Forwards</string>
  336. </property>
  337. <property name="text">
  338. <string/>
  339. </property>
  340. <property name="icon">
  341. <iconset resource="../resources.qrc">
  342. <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
  343. </property>
  344. <property name="autoRepeat">
  345. <bool>true</bool>
  346. </property>
  347. </widget>
  348. </item>
  349. <item>
  350. <widget class="Line" name="line">
  351. <property name="orientation">
  352. <enum>Qt::Vertical</enum>
  353. </property>
  354. </widget>
  355. </item>
  356. <item>
  357. <widget class="QLabel" name="label_time">
  358. <property name="font">
  359. <font>
  360. <family>DejaVu Sans Mono</family>
  361. <pointsize>9</pointsize>
  362. </font>
  363. </property>
  364. <property name="contextMenuPolicy">
  365. <enum>Qt::CustomContextMenu</enum>
  366. </property>
  367. <property name="text">
  368. <string>??:??:??</string>
  369. </property>
  370. </widget>
  371. </item>
  372. <item>
  373. <widget class="QDoubleSpinBox" name="sb_bpm">
  374. <property name="toolTip">
  375. <string>Beats per Minute</string>
  376. </property>
  377. <property name="readOnly">
  378. <bool>true</bool>
  379. </property>
  380. <property name="buttonSymbols">
  381. <enum>QAbstractSpinBox::NoButtons</enum>
  382. </property>
  383. <property name="suffix">
  384. <string> BPM</string>
  385. </property>
  386. <property name="decimals">
  387. <number>2</number>
  388. </property>
  389. <property name="maximum">
  390. <double>999.000000000000000</double>
  391. </property>
  392. <property name="value">
  393. <double>120.000000000000000</double>
  394. </property>
  395. </widget>
  396. </item>
  397. </layout>
  398. </widget>
  399. </item>
  400. <item>
  401. <widget class="QGroupBox" name="group_canvas">
  402. <property name="title">
  403. <string>Canvas</string>
  404. </property>
  405. <layout class="QHBoxLayout" name="horizontalLayout_4">
  406. <item>
  407. <widget class="QPushButton" name="b_canvas_zoom_fit">
  408. <property name="maximumSize">
  409. <size>
  410. <width>23</width>
  411. <height>16777215</height>
  412. </size>
  413. </property>
  414. <property name="toolTip">
  415. <string>Zoom Auto-Fit</string>
  416. </property>
  417. <property name="text">
  418. <string/>
  419. </property>
  420. <property name="icon">
  421. <iconset resource="../resources.qrc">
  422. <normaloff>:/16x16/zoom-fit-best.png</normaloff>:/16x16/zoom-fit-best.png</iconset>
  423. </property>
  424. </widget>
  425. </item>
  426. <item>
  427. <widget class="QPushButton" name="b_canvas_zoom_in">
  428. <property name="maximumSize">
  429. <size>
  430. <width>23</width>
  431. <height>16777215</height>
  432. </size>
  433. </property>
  434. <property name="toolTip">
  435. <string>Zoom In</string>
  436. </property>
  437. <property name="text">
  438. <string/>
  439. </property>
  440. <property name="icon">
  441. <iconset resource="../resources.qrc">
  442. <normaloff>:/16x16/zoom-in.png</normaloff>:/16x16/zoom-in.png</iconset>
  443. </property>
  444. </widget>
  445. </item>
  446. <item>
  447. <widget class="QPushButton" name="b_canvas_zoom_out">
  448. <property name="maximumSize">
  449. <size>
  450. <width>23</width>
  451. <height>16777215</height>
  452. </size>
  453. </property>
  454. <property name="toolTip">
  455. <string>Zoom Out</string>
  456. </property>
  457. <property name="text">
  458. <string/>
  459. </property>
  460. <property name="icon">
  461. <iconset resource="../resources.qrc">
  462. <normaloff>:/16x16/zoom-out.png</normaloff>:/16x16/zoom-out.png</iconset>
  463. </property>
  464. </widget>
  465. </item>
  466. <item>
  467. <widget class="QPushButton" name="b_canvas_zoom_100">
  468. <property name="maximumSize">
  469. <size>
  470. <width>23</width>
  471. <height>16777215</height>
  472. </size>
  473. </property>
  474. <property name="toolTip">
  475. <string>Zoom 100%</string>
  476. </property>
  477. <property name="text">
  478. <string/>
  479. </property>
  480. <property name="icon">
  481. <iconset resource="../resources.qrc">
  482. <normaloff>:/16x16/zoom-original.png</normaloff>:/16x16/zoom-original.png</iconset>
  483. </property>
  484. </widget>
  485. </item>
  486. </layout>
  487. </widget>
  488. </item>
  489. <item>
  490. <widget class="QGroupBox" name="group_tools">
  491. <property name="title">
  492. <string>Tools</string>
  493. </property>
  494. <layout class="QHBoxLayout" name="horizontalLayout_5">
  495. <item>
  496. <widget class="QPushButton" name="b_jack_clear_xruns">
  497. <property name="maximumSize">
  498. <size>
  499. <width>23</width>
  500. <height>16777215</height>
  501. </size>
  502. </property>
  503. <property name="toolTip">
  504. <string>Clear Xruns</string>
  505. </property>
  506. <property name="text">
  507. <string/>
  508. </property>
  509. <property name="icon">
  510. <iconset resource="../resources.qrc">
  511. <normaloff>:/16x16/edit-clear.png</normaloff>:/16x16/edit-clear.png</iconset>
  512. </property>
  513. </widget>
  514. </item>
  515. <item>
  516. <widget class="QPushButton" name="b_jack_configure">
  517. <property name="maximumSize">
  518. <size>
  519. <width>23</width>
  520. <height>16777215</height>
  521. </size>
  522. </property>
  523. <property name="toolTip">
  524. <string>Configure JACK</string>
  525. </property>
  526. <property name="text">
  527. <string/>
  528. </property>
  529. <property name="icon">
  530. <iconset resource="../resources.qrc">
  531. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  532. </property>
  533. </widget>
  534. </item>
  535. <item>
  536. <widget class="QPushButton" name="b_jack_render">
  537. <property name="maximumSize">
  538. <size>
  539. <width>23</width>
  540. <height>16777215</height>
  541. </size>
  542. </property>
  543. <property name="toolTip">
  544. <string>JACK Render</string>
  545. </property>
  546. <property name="text">
  547. <string/>
  548. </property>
  549. <property name="icon">
  550. <iconset resource="../resources.qrc">
  551. <normaloff>:/16x16/media-record.png</normaloff>:/16x16/media-record.png</iconset>
  552. </property>
  553. </widget>
  554. </item>
  555. </layout>
  556. </widget>
  557. </item>
  558. <item>
  559. <spacer name="horizontalSpacer">
  560. <property name="orientation">
  561. <enum>Qt::Horizontal</enum>
  562. </property>
  563. <property name="sizeHint" stdset="0">
  564. <size>
  565. <width>40</width>
  566. <height>20</height>
  567. </size>
  568. </property>
  569. </spacer>
  570. </item>
  571. </layout>
  572. </widget>
  573. </item>
  574. <item>
  575. <widget class="QSplitter" name="splitter">
  576. <property name="sizePolicy">
  577. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  578. <horstretch>0</horstretch>
  579. <verstretch>0</verstretch>
  580. </sizepolicy>
  581. </property>
  582. <property name="orientation">
  583. <enum>Qt::Horizontal</enum>
  584. </property>
  585. <widget class="QWidget" name="layoutWidget">
  586. <layout class="QVBoxLayout" name="AppListLayout">
  587. <item>
  588. <widget class="QTreeWidget" name="treeWidget">
  589. <property name="sizePolicy">
  590. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  591. <horstretch>0</horstretch>
  592. <verstretch>0</verstretch>
  593. </sizepolicy>
  594. </property>
  595. <property name="contextMenuPolicy">
  596. <enum>Qt::CustomContextMenu</enum>
  597. </property>
  598. <property name="editTriggers">
  599. <set>QAbstractItemView::NoEditTriggers</set>
  600. </property>
  601. <property name="showDropIndicator" stdset="0">
  602. <bool>false</bool>
  603. </property>
  604. <property name="alternatingRowColors">
  605. <bool>true</bool>
  606. </property>
  607. <attribute name="headerVisible">
  608. <bool>false</bool>
  609. </attribute>
  610. <column>
  611. <property name="text">
  612. <string notr="true">1</string>
  613. </property>
  614. </column>
  615. </widget>
  616. </item>
  617. <item>
  618. <widget class="CanvasPreviewFrame" name="miniCanvasPreview">
  619. <property name="frameShape">
  620. <enum>QFrame::StyledPanel</enum>
  621. </property>
  622. <property name="frameShadow">
  623. <enum>QFrame::Sunken</enum>
  624. </property>
  625. <layout class="QVBoxLayout" name="verticalLayout_3"/>
  626. </widget>
  627. </item>
  628. </layout>
  629. </widget>
  630. <widget class="QWidget" name="layoutWidget">
  631. <layout class="QVBoxLayout" name="verticalLayout">
  632. <item>
  633. <widget class="QLabel" name="label_first_time">
  634. <property name="text">
  635. <string>&lt;table&gt;&lt;tr&gt;&lt;td width='100'&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;If you've started ladish for the first time, you should:&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;
  636. 1. Create a new studio (in the menu, Studio -&gt; New Studio)&lt;br&gt;
  637. 2. Configure JACK (in the menu, Tools -&gt; Configure JACK)&lt;br&gt;
  638. 3. Start the studio (in the menu, Studio -&gt; Start Studio)&lt;br&gt;
  639. 4. Start apps (in the menu, Application -&gt; Run)&lt;br&gt;
  640. 5. Connect their ports by click &amp;amp; drag on canvas&lt;br&gt;
  641. 6. Save the studio (in the menu, Studio -&gt; Save Studio)
  642. &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</string>
  643. </property>
  644. <property name="alignment">
  645. <set>Qt::AlignCenter</set>
  646. </property>
  647. </widget>
  648. </item>
  649. <item>
  650. <widget class="QGraphicsView" name="graphicsView">
  651. <property name="verticalScrollBarPolicy">
  652. <enum>Qt::ScrollBarAlwaysOn</enum>
  653. </property>
  654. <property name="horizontalScrollBarPolicy">
  655. <enum>Qt::ScrollBarAlwaysOn</enum>
  656. </property>
  657. </widget>
  658. </item>
  659. </layout>
  660. </widget>
  661. </widget>
  662. </item>
  663. <item>
  664. <widget class="QFrame" name="frame_statusbar">
  665. <property name="sizePolicy">
  666. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  667. <horstretch>0</horstretch>
  668. <verstretch>0</verstretch>
  669. </sizepolicy>
  670. </property>
  671. <property name="maximumSize">
  672. <size>
  673. <width>16777215</width>
  674. <height>32</height>
  675. </size>
  676. </property>
  677. <property name="frameShape">
  678. <enum>QFrame::NoFrame</enum>
  679. </property>
  680. <property name="frameShadow">
  681. <enum>QFrame::Sunken</enum>
  682. </property>
  683. <layout class="QHBoxLayout" name="horizontalLayout">
  684. <property name="margin">
  685. <number>2</number>
  686. </property>
  687. <item>
  688. <widget class="QLabel" name="label_buffer_size">
  689. <property name="text">
  690. <string>Buffer Size:</string>
  691. </property>
  692. </widget>
  693. </item>
  694. <item>
  695. <widget class="QComboBox" name="cb_buffer_size"/>
  696. </item>
  697. <item>
  698. <widget class="Line" name="line_1">
  699. <property name="orientation">
  700. <enum>Qt::Vertical</enum>
  701. </property>
  702. </widget>
  703. </item>
  704. <item>
  705. <widget class="QLabel" name="label_sample_rate">
  706. <property name="text">
  707. <string>Sample Rate:</string>
  708. </property>
  709. </widget>
  710. </item>
  711. <item>
  712. <widget class="QComboBox" name="cb_sample_rate"/>
  713. </item>
  714. <item>
  715. <widget class="Line" name="line_2">
  716. <property name="orientation">
  717. <enum>Qt::Vertical</enum>
  718. </property>
  719. </widget>
  720. </item>
  721. <item>
  722. <widget class="QLabel" name="label_realtime">
  723. <property name="text">
  724. <string> RT </string>
  725. </property>
  726. </widget>
  727. </item>
  728. <item>
  729. <widget class="Line" name="line_3">
  730. <property name="orientation">
  731. <enum>Qt::Vertical</enum>
  732. </property>
  733. </widget>
  734. </item>
  735. <item>
  736. <widget class="QPushButton" name="b_xruns">
  737. <property name="text">
  738. <string>? Xruns</string>
  739. </property>
  740. <property name="flat">
  741. <bool>true</bool>
  742. </property>
  743. </widget>
  744. </item>
  745. <item>
  746. <widget class="Line" name="line_4">
  747. <property name="orientation">
  748. <enum>Qt::Vertical</enum>
  749. </property>
  750. </widget>
  751. </item>
  752. <item>
  753. <widget class="QProgressBar" name="pb_dsp_load">
  754. <property name="value">
  755. <number>0</number>
  756. </property>
  757. <property name="format">
  758. <string>DSP Load: %p%</string>
  759. </property>
  760. </widget>
  761. </item>
  762. </layout>
  763. </widget>
  764. </item>
  765. </layout>
  766. </widget>
  767. <widget class="QMenuBar" name="menubar">
  768. <property name="geometry">
  769. <rect>
  770. <x>0</x>
  771. <y>0</y>
  772. <width>877</width>
  773. <height>20</height>
  774. </rect>
  775. </property>
  776. <widget class="QMenu" name="menu_Studio">
  777. <property name="title">
  778. <string>&amp;Studio</string>
  779. </property>
  780. <widget class="QMenu" name="menu_studio_load">
  781. <property name="title">
  782. <string>&amp;Load Studio</string>
  783. </property>
  784. <property name="icon">
  785. <iconset resource="../resources.qrc">
  786. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  787. </property>
  788. </widget>
  789. <widget class="QMenu" name="menu_studio_delete">
  790. <property name="title">
  791. <string>&amp;Delete Studio</string>
  792. </property>
  793. <property name="icon">
  794. <iconset resource="../resources.qrc">
  795. <normaloff>:/16x16/edit-delete.png</normaloff>:/16x16/edit-delete.png</iconset>
  796. </property>
  797. </widget>
  798. <addaction name="act_studio_new"/>
  799. <addaction name="menu_studio_load"/>
  800. <addaction name="separator"/>
  801. <addaction name="act_studio_start"/>
  802. <addaction name="act_studio_stop"/>
  803. <addaction name="separator"/>
  804. <addaction name="act_studio_save"/>
  805. <addaction name="act_studio_save_as"/>
  806. <addaction name="act_studio_rename"/>
  807. <addaction name="act_studio_unload"/>
  808. <addaction name="menu_studio_delete"/>
  809. <addaction name="separator"/>
  810. <addaction name="act_quit"/>
  811. </widget>
  812. <widget class="QMenu" name="menu_Room">
  813. <property name="title">
  814. <string>&amp;Room</string>
  815. </property>
  816. <widget class="QMenu" name="menu_room_delete">
  817. <property name="title">
  818. <string>Delete Room</string>
  819. </property>
  820. <property name="icon">
  821. <iconset resource="../resources.qrc">
  822. <normaloff>:/16x16/edit-delete.png</normaloff>:/16x16/edit-delete.png</iconset>
  823. </property>
  824. </widget>
  825. <addaction name="act_room_create"/>
  826. <addaction name="menu_room_delete"/>
  827. </widget>
  828. <widget class="QMenu" name="menu_Project">
  829. <property name="title">
  830. <string>&amp;Project</string>
  831. </property>
  832. <widget class="QMenu" name="menu_project_load">
  833. <property name="title">
  834. <string>Load Project</string>
  835. </property>
  836. <property name="icon">
  837. <iconset resource="../resources.qrc">
  838. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  839. </property>
  840. </widget>
  841. <addaction name="act_project_new"/>
  842. <addaction name="menu_project_load"/>
  843. <addaction name="act_project_save"/>
  844. <addaction name="act_project_save_as"/>
  845. <addaction name="act_project_unload"/>
  846. <addaction name="separator"/>
  847. <addaction name="act_project_properties"/>
  848. </widget>
  849. <widget class="QMenu" name="menu_Application">
  850. <property name="title">
  851. <string>&amp;Application</string>
  852. </property>
  853. <addaction name="act_app_add_new"/>
  854. <addaction name="act_app_run_custom"/>
  855. </widget>
  856. <widget class="QMenu" name="menu_Transport">
  857. <property name="title">
  858. <string>&amp;Transport</string>
  859. </property>
  860. <addaction name="act_transport_play"/>
  861. <addaction name="act_transport_stop"/>
  862. <addaction name="act_transport_backwards"/>
  863. <addaction name="act_transport_forwards"/>
  864. </widget>
  865. <widget class="QMenu" name="menu_Tools">
  866. <property name="title">
  867. <string>&amp;Tools</string>
  868. </property>
  869. <widget class="QMenu" name="menu_A2J_Bridge">
  870. <property name="title">
  871. <string>ALSA-MIDI Bridge</string>
  872. </property>
  873. <addaction name="act_tools_a2j_start"/>
  874. <addaction name="act_tools_a2j_stop"/>
  875. <addaction name="act_tools_a2j_export_hw"/>
  876. </widget>
  877. <addaction name="act_jack_configure"/>
  878. <addaction name="menu_A2J_Bridge"/>
  879. <addaction name="separator"/>
  880. <addaction name="act_jack_render"/>
  881. <addaction name="act_show_logs"/>
  882. <addaction name="separator"/>
  883. <addaction name="act_jack_clear_xruns"/>
  884. </widget>
  885. <widget class="QMenu" name="menu_Settings">
  886. <property name="title">
  887. <string>S&amp;ettings</string>
  888. </property>
  889. <addaction name="act_settings_show_toolbar"/>
  890. <addaction name="act_settings_show_statusbar"/>
  891. <addaction name="separator"/>
  892. <addaction name="act_settings_configure"/>
  893. </widget>
  894. <widget class="QMenu" name="menu_Help">
  895. <property name="title">
  896. <string>&amp;Help</string>
  897. </property>
  898. <addaction name="act_help_about"/>
  899. <addaction name="act_help_about_qt"/>
  900. </widget>
  901. <widget class="QMenu" name="menu_Canvas">
  902. <property name="title">
  903. <string>&amp;Canvas</string>
  904. </property>
  905. <widget class="QMenu" name="menu_Canvas_Zoom">
  906. <property name="title">
  907. <string>Zoom</string>
  908. </property>
  909. <addaction name="act_canvas_zoom_fit"/>
  910. <addaction name="separator"/>
  911. <addaction name="act_canvas_zoom_in"/>
  912. <addaction name="act_canvas_zoom_out"/>
  913. <addaction name="act_canvas_zoom_100"/>
  914. </widget>
  915. <addaction name="act_canvas_arrange"/>
  916. <addaction name="act_canvas_refresh"/>
  917. <addaction name="menu_Canvas_Zoom"/>
  918. <addaction name="separator"/>
  919. <addaction name="act_canvas_save_image"/>
  920. </widget>
  921. <addaction name="menu_Studio"/>
  922. <addaction name="menu_Room"/>
  923. <addaction name="menu_Project"/>
  924. <addaction name="menu_Application"/>
  925. <addaction name="menu_Transport"/>
  926. <addaction name="menu_Canvas"/>
  927. <addaction name="menu_Tools"/>
  928. <addaction name="menu_Settings"/>
  929. <addaction name="menu_Help"/>
  930. </widget>
  931. <action name="act_help_about">
  932. <property name="text">
  933. <string>&amp;About</string>
  934. </property>
  935. </action>
  936. <action name="act_studio_new">
  937. <property name="icon">
  938. <iconset resource="../resources.qrc">
  939. <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
  940. </property>
  941. <property name="text">
  942. <string>&amp;New Studio...</string>
  943. </property>
  944. <property name="shortcut">
  945. <string>Ctrl+Shift+N</string>
  946. </property>
  947. </action>
  948. <action name="act_studio_start">
  949. <property name="icon">
  950. <iconset resource="../resources.qrc">
  951. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  952. </property>
  953. <property name="text">
  954. <string>Start Studio</string>
  955. </property>
  956. <property name="shortcut">
  957. <string>F5</string>
  958. </property>
  959. </action>
  960. <action name="act_studio_stop">
  961. <property name="icon">
  962. <iconset resource="../resources.qrc">
  963. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  964. </property>
  965. <property name="text">
  966. <string>Stop Studio</string>
  967. </property>
  968. <property name="shortcut">
  969. <string>F6</string>
  970. </property>
  971. </action>
  972. <action name="act_studio_rename">
  973. <property name="icon">
  974. <iconset resource="../resources.qrc">
  975. <normaloff>:/16x16/edit-rename.png</normaloff>:/16x16/edit-rename.png</iconset>
  976. </property>
  977. <property name="text">
  978. <string>&amp;Rename Studio...</string>
  979. </property>
  980. <property name="shortcut">
  981. <string>Ctrl+Shift+R</string>
  982. </property>
  983. </action>
  984. <action name="act_studio_save">
  985. <property name="icon">
  986. <iconset resource="../resources.qrc">
  987. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  988. </property>
  989. <property name="text">
  990. <string>&amp;Save Studio</string>
  991. </property>
  992. <property name="shortcut">
  993. <string>Ctrl+Shift+S</string>
  994. </property>
  995. </action>
  996. <action name="act_studio_save_as">
  997. <property name="icon">
  998. <iconset resource="../resources.qrc">
  999. <normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset>
  1000. </property>
  1001. <property name="text">
  1002. <string>Save Studio &amp;As...</string>
  1003. </property>
  1004. </action>
  1005. <action name="act_studio_unload">
  1006. <property name="icon">
  1007. <iconset>
  1008. <normaloff>:/16x16/dialog-close.png</normaloff>:/16x16/dialog-close.png</iconset>
  1009. </property>
  1010. <property name="text">
  1011. <string>&amp;Unload Studio</string>
  1012. </property>
  1013. <property name="shortcut">
  1014. <string>Ctrl+Shift+U</string>
  1015. </property>
  1016. </action>
  1017. <action name="act_quit">
  1018. <property name="icon">
  1019. <iconset resource="../resources.qrc">
  1020. <normaloff>:/16x16/application-exit.png</normaloff>:/16x16/application-exit.png</iconset>
  1021. </property>
  1022. <property name="text">
  1023. <string>&amp;Quit</string>
  1024. </property>
  1025. <property name="shortcut">
  1026. <string>Ctrl+Q</string>
  1027. </property>
  1028. </action>
  1029. <action name="act_room_create">
  1030. <property name="icon">
  1031. <iconset resource="../resources.qrc">
  1032. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  1033. </property>
  1034. <property name="text">
  1035. <string>Create Room...</string>
  1036. </property>
  1037. <property name="shortcut">
  1038. <string>Ctrl+Shift+C</string>
  1039. </property>
  1040. </action>
  1041. <action name="act_project_save">
  1042. <property name="icon">
  1043. <iconset resource="../resources.qrc">
  1044. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  1045. </property>
  1046. <property name="text">
  1047. <string>Save Project</string>
  1048. </property>
  1049. <property name="shortcut">
  1050. <string>Ctrl+S</string>
  1051. </property>
  1052. </action>
  1053. <action name="act_project_save_as">
  1054. <property name="icon">
  1055. <iconset resource="../resources.qrc">
  1056. <normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset>
  1057. </property>
  1058. <property name="text">
  1059. <string>Save Project As...</string>
  1060. </property>
  1061. </action>
  1062. <action name="act_project_unload">
  1063. <property name="icon">
  1064. <iconset>
  1065. <normaloff>:/16x16/dialog-close.png</normaloff>:/16x16/dialog-close.png</iconset>
  1066. </property>
  1067. <property name="text">
  1068. <string>Unload Project</string>
  1069. </property>
  1070. <property name="shortcut">
  1071. <string>Ctrl+U</string>
  1072. </property>
  1073. </action>
  1074. <action name="act_app_add_new">
  1075. <property name="icon">
  1076. <iconset resource="../resources.qrc">
  1077. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  1078. </property>
  1079. <property name="text">
  1080. <string>Add &amp;New...</string>
  1081. </property>
  1082. <property name="shortcut">
  1083. <string>Shift+F2</string>
  1084. </property>
  1085. </action>
  1086. <action name="act_app_run_custom">
  1087. <property name="icon">
  1088. <iconset resource="../resources.qrc">
  1089. <normaloff>:/16x16/system-run.png</normaloff>:/16x16/system-run.png</iconset>
  1090. </property>
  1091. <property name="text">
  1092. <string>Run &amp;Custom...</string>
  1093. </property>
  1094. <property name="shortcut">
  1095. <string>F2</string>
  1096. </property>
  1097. </action>
  1098. <action name="act_transport_play">
  1099. <property name="checkable">
  1100. <bool>true</bool>
  1101. </property>
  1102. <property name="icon">
  1103. <iconset resource="../resources.qrc">
  1104. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  1105. </property>
  1106. <property name="text">
  1107. <string>&amp;Play</string>
  1108. </property>
  1109. <property name="shortcut">
  1110. <string>Ctrl+Shift+P</string>
  1111. </property>
  1112. </action>
  1113. <action name="act_transport_stop">
  1114. <property name="icon">
  1115. <iconset resource="../resources.qrc">
  1116. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  1117. </property>
  1118. <property name="text">
  1119. <string>&amp;Stop</string>
  1120. </property>
  1121. <property name="shortcut">
  1122. <string>Ctrl+Shift+X</string>
  1123. </property>
  1124. </action>
  1125. <action name="act_transport_backwards">
  1126. <property name="icon">
  1127. <iconset resource="../resources.qrc">
  1128. <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
  1129. </property>
  1130. <property name="text">
  1131. <string>&amp;Backwards</string>
  1132. </property>
  1133. <property name="shortcut">
  1134. <string>Ctrl+Shift+B</string>
  1135. </property>
  1136. </action>
  1137. <action name="act_transport_forwards">
  1138. <property name="icon">
  1139. <iconset resource="../resources.qrc">
  1140. <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
  1141. </property>
  1142. <property name="text">
  1143. <string>&amp;Forwards</string>
  1144. </property>
  1145. <property name="shortcut">
  1146. <string>Ctrl+Shift+F</string>
  1147. </property>
  1148. </action>
  1149. <action name="act_jack_clear_xruns">
  1150. <property name="icon">
  1151. <iconset resource="../resources.qrc">
  1152. <normaloff>:/16x16/edit-clear.png</normaloff>:/16x16/edit-clear.png</iconset>
  1153. </property>
  1154. <property name="text">
  1155. <string>Clear &amp;Xruns</string>
  1156. </property>
  1157. </action>
  1158. <action name="act_jack_configure">
  1159. <property name="icon">
  1160. <iconset resource="../resources.qrc">
  1161. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  1162. </property>
  1163. <property name="text">
  1164. <string>&amp;Configure JACK</string>
  1165. </property>
  1166. </action>
  1167. <action name="act_tools_reactivate_ladishd">
  1168. <property name="icon">
  1169. <iconset resource="../resources.qrc">
  1170. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  1171. </property>
  1172. <property name="text">
  1173. <string>Reactivate ladishd</string>
  1174. </property>
  1175. </action>
  1176. <action name="act_bf_32">
  1177. <property name="checkable">
  1178. <bool>true</bool>
  1179. </property>
  1180. <property name="text">
  1181. <string>32</string>
  1182. </property>
  1183. </action>
  1184. <action name="act_bf_64">
  1185. <property name="checkable">
  1186. <bool>true</bool>
  1187. </property>
  1188. <property name="text">
  1189. <string>64</string>
  1190. </property>
  1191. </action>
  1192. <action name="act_bf_128">
  1193. <property name="checkable">
  1194. <bool>true</bool>
  1195. </property>
  1196. <property name="text">
  1197. <string>128</string>
  1198. </property>
  1199. </action>
  1200. <action name="act_bf_256">
  1201. <property name="checkable">
  1202. <bool>true</bool>
  1203. </property>
  1204. <property name="text">
  1205. <string>256</string>
  1206. </property>
  1207. </action>
  1208. <action name="act_bf_512">
  1209. <property name="checkable">
  1210. <bool>true</bool>
  1211. </property>
  1212. <property name="text">
  1213. <string>512</string>
  1214. </property>
  1215. </action>
  1216. <action name="act_bf_1024">
  1217. <property name="checkable">
  1218. <bool>true</bool>
  1219. </property>
  1220. <property name="text">
  1221. <string>1024</string>
  1222. </property>
  1223. </action>
  1224. <action name="act_bf_2048">
  1225. <property name="checkable">
  1226. <bool>true</bool>
  1227. </property>
  1228. <property name="text">
  1229. <string>2048</string>
  1230. </property>
  1231. </action>
  1232. <action name="act_bf_4096">
  1233. <property name="checkable">
  1234. <bool>true</bool>
  1235. </property>
  1236. <property name="text">
  1237. <string>4096</string>
  1238. </property>
  1239. </action>
  1240. <action name="act_bf_8192">
  1241. <property name="checkable">
  1242. <bool>true</bool>
  1243. </property>
  1244. <property name="text">
  1245. <string>8192</string>
  1246. </property>
  1247. </action>
  1248. <action name="act_settings_show_statusbar">
  1249. <property name="checkable">
  1250. <bool>true</bool>
  1251. </property>
  1252. <property name="text">
  1253. <string>Show &amp;Statusbar</string>
  1254. </property>
  1255. </action>
  1256. <action name="act_settings_show_toolbar">
  1257. <property name="checkable">
  1258. <bool>true</bool>
  1259. </property>
  1260. <property name="text">
  1261. <string>Show &amp;Toolbar</string>
  1262. </property>
  1263. </action>
  1264. <action name="act_settings_configure">
  1265. <property name="icon">
  1266. <iconset resource="../resources.qrc">
  1267. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  1268. </property>
  1269. <property name="text">
  1270. <string>Configure Claudia</string>
  1271. </property>
  1272. <property name="shortcut">
  1273. <string>Ctrl+P</string>
  1274. </property>
  1275. </action>
  1276. <action name="act_canvas_arrange">
  1277. <property name="icon">
  1278. <iconset resource="../resources.qrc">
  1279. <normaloff>:/16x16/view-sort-ascending.png</normaloff>:/16x16/view-sort-ascending.png</iconset>
  1280. </property>
  1281. <property name="text">
  1282. <string>&amp;Arrange</string>
  1283. </property>
  1284. <property name="shortcut">
  1285. <string>Ctrl+G</string>
  1286. </property>
  1287. </action>
  1288. <action name="act_canvas_refresh">
  1289. <property name="icon">
  1290. <iconset resource="../resources.qrc">
  1291. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  1292. </property>
  1293. <property name="text">
  1294. <string>&amp;Refresh</string>
  1295. </property>
  1296. <property name="shortcut">
  1297. <string>Ctrl+R</string>
  1298. </property>
  1299. </action>
  1300. <action name="act_canvas_zoom_fit">
  1301. <property name="icon">
  1302. <iconset resource="../resources.qrc">
  1303. <normaloff>:/16x16/zoom-fit-best.png</normaloff>:/16x16/zoom-fit-best.png</iconset>
  1304. </property>
  1305. <property name="text">
  1306. <string>Auto-Fit</string>
  1307. </property>
  1308. <property name="shortcut">
  1309. <string>Home</string>
  1310. </property>
  1311. </action>
  1312. <action name="act_canvas_zoom_in">
  1313. <property name="icon">
  1314. <iconset resource="../resources.qrc">
  1315. <normaloff>:/16x16/zoom-in.png</normaloff>:/16x16/zoom-in.png</iconset>
  1316. </property>
  1317. <property name="text">
  1318. <string>Zoom In</string>
  1319. </property>
  1320. <property name="shortcut">
  1321. <string>Ctrl++</string>
  1322. </property>
  1323. </action>
  1324. <action name="act_canvas_zoom_out">
  1325. <property name="icon">
  1326. <iconset resource="../resources.qrc">
  1327. <normaloff>:/16x16/zoom-out.png</normaloff>:/16x16/zoom-out.png</iconset>
  1328. </property>
  1329. <property name="text">
  1330. <string>Zoom Out</string>
  1331. </property>
  1332. <property name="shortcut">
  1333. <string>Ctrl+-</string>
  1334. </property>
  1335. </action>
  1336. <action name="act_canvas_zoom_100">
  1337. <property name="icon">
  1338. <iconset resource="../resources.qrc">
  1339. <normaloff>:/16x16/zoom-original.png</normaloff>:/16x16/zoom-original.png</iconset>
  1340. </property>
  1341. <property name="text">
  1342. <string>Zoom 100%</string>
  1343. </property>
  1344. <property name="shortcut">
  1345. <string>Ctrl+1</string>
  1346. </property>
  1347. </action>
  1348. <action name="act_canvas_save_image">
  1349. <property name="text">
  1350. <string>Save Image...</string>
  1351. </property>
  1352. </action>
  1353. <action name="act_help_about_qt">
  1354. <property name="text">
  1355. <string>About Qt</string>
  1356. </property>
  1357. </action>
  1358. <action name="act_jack_render">
  1359. <property name="icon">
  1360. <iconset resource="../resources.qrc">
  1361. <normaloff>:/16x16/media-record.png</normaloff>:/16x16/media-record.png</iconset>
  1362. </property>
  1363. <property name="text">
  1364. <string>JACK R&amp;ender</string>
  1365. </property>
  1366. </action>
  1367. <action name="act_show_logs">
  1368. <property name="text">
  1369. <string>&amp;Logs</string>
  1370. </property>
  1371. </action>
  1372. <action name="act_project_new">
  1373. <property name="icon">
  1374. <iconset resource="../resources.qrc">
  1375. <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
  1376. </property>
  1377. <property name="text">
  1378. <string>New Project...</string>
  1379. </property>
  1380. <property name="shortcut">
  1381. <string>Ctrl+N</string>
  1382. </property>
  1383. </action>
  1384. <action name="act_project_load">
  1385. <property name="text">
  1386. <string>Load from folder...</string>
  1387. </property>
  1388. <property name="shortcut">
  1389. <string>Ctrl+L</string>
  1390. </property>
  1391. </action>
  1392. <action name="act_project_properties">
  1393. <property name="icon">
  1394. <iconset resource="../resources.qrc">
  1395. <normaloff>:/16x16/edit-rename.png</normaloff>:/16x16/edit-rename.png</iconset>
  1396. </property>
  1397. <property name="text">
  1398. <string>Project Properties...</string>
  1399. </property>
  1400. </action>
  1401. <action name="act_tools_a2j_start">
  1402. <property name="icon">
  1403. <iconset resource="../resources.qrc">
  1404. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  1405. </property>
  1406. <property name="text">
  1407. <string>Start Bridge</string>
  1408. </property>
  1409. </action>
  1410. <action name="act_tools_a2j_stop">
  1411. <property name="icon">
  1412. <iconset resource="../resources.qrc">
  1413. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  1414. </property>
  1415. <property name="text">
  1416. <string>Stop Bridge</string>
  1417. </property>
  1418. </action>
  1419. <action name="act_tools_a2j_export_hw">
  1420. <property name="text">
  1421. <string>Export Hardware Ports...</string>
  1422. </property>
  1423. </action>
  1424. </widget>
  1425. <customwidgets>
  1426. <customwidget>
  1427. <class>CanvasPreviewFrame</class>
  1428. <extends>QFrame</extends>
  1429. <header>canvaspreviewframe.h</header>
  1430. <container>1</container>
  1431. </customwidget>
  1432. </customwidgets>
  1433. <resources>
  1434. <include location="../resources.qrc"/>
  1435. </resources>
  1436. <connections>
  1437. <connection>
  1438. <sender>act_quit</sender>
  1439. <signal>triggered()</signal>
  1440. <receiver>ClaudiaMainW</receiver>
  1441. <slot>close()</slot>
  1442. <hints>
  1443. <hint type="sourcelabel">
  1444. <x>-1</x>
  1445. <y>-1</y>
  1446. </hint>
  1447. <hint type="destinationlabel">
  1448. <x>314</x>
  1449. <y>276</y>
  1450. </hint>
  1451. </hints>
  1452. </connection>
  1453. <connection>
  1454. <sender>act_settings_show_toolbar</sender>
  1455. <signal>triggered(bool)</signal>
  1456. <receiver>frame_toolbar</receiver>
  1457. <slot>setVisible(bool)</slot>
  1458. <hints>
  1459. <hint type="sourcelabel">
  1460. <x>-1</x>
  1461. <y>-1</y>
  1462. </hint>
  1463. <hint type="destinationlabel">
  1464. <x>374</x>
  1465. <y>60</y>
  1466. </hint>
  1467. </hints>
  1468. </connection>
  1469. <connection>
  1470. <sender>act_settings_show_statusbar</sender>
  1471. <signal>triggered(bool)</signal>
  1472. <receiver>frame_statusbar</receiver>
  1473. <slot>setVisible(bool)</slot>
  1474. <hints>
  1475. <hint type="sourcelabel">
  1476. <x>-1</x>
  1477. <y>-1</y>
  1478. </hint>
  1479. <hint type="destinationlabel">
  1480. <x>374</x>
  1481. <y>536</y>
  1482. </hint>
  1483. </hints>
  1484. </connection>
  1485. <connection>
  1486. <sender>act_settings_show_toolbar</sender>
  1487. <signal>triggered(bool)</signal>
  1488. <receiver>frame_toolbar</receiver>
  1489. <slot>setEnabled(bool)</slot>
  1490. <hints>
  1491. <hint type="sourcelabel">
  1492. <x>-1</x>
  1493. <y>-1</y>
  1494. </hint>
  1495. <hint type="destinationlabel">
  1496. <x>438</x>
  1497. <y>52</y>
  1498. </hint>
  1499. </hints>
  1500. </connection>
  1501. <connection>
  1502. <sender>act_settings_show_statusbar</sender>
  1503. <signal>triggered(bool)</signal>
  1504. <receiver>frame_statusbar</receiver>
  1505. <slot>setEnabled(bool)</slot>
  1506. <hints>
  1507. <hint type="sourcelabel">
  1508. <x>-1</x>
  1509. <y>-1</y>
  1510. </hint>
  1511. <hint type="destinationlabel">
  1512. <x>438</x>
  1513. <y>546</y>
  1514. </hint>
  1515. </hints>
  1516. </connection>
  1517. </connections>
  1518. </ui>