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.

1529 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>19</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_print"/>
  920. <addaction name="act_canvas_save_image"/>
  921. </widget>
  922. <addaction name="menu_Studio"/>
  923. <addaction name="menu_Room"/>
  924. <addaction name="menu_Project"/>
  925. <addaction name="menu_Application"/>
  926. <addaction name="menu_Transport"/>
  927. <addaction name="menu_Canvas"/>
  928. <addaction name="menu_Tools"/>
  929. <addaction name="menu_Settings"/>
  930. <addaction name="menu_Help"/>
  931. </widget>
  932. <action name="act_help_about">
  933. <property name="text">
  934. <string>&amp;About</string>
  935. </property>
  936. </action>
  937. <action name="act_studio_new">
  938. <property name="icon">
  939. <iconset resource="../resources.qrc">
  940. <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
  941. </property>
  942. <property name="text">
  943. <string>&amp;New Studio...</string>
  944. </property>
  945. <property name="shortcut">
  946. <string>Ctrl+Shift+N</string>
  947. </property>
  948. </action>
  949. <action name="act_studio_start">
  950. <property name="icon">
  951. <iconset resource="../resources.qrc">
  952. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  953. </property>
  954. <property name="text">
  955. <string>Start Studio</string>
  956. </property>
  957. <property name="shortcut">
  958. <string>F5</string>
  959. </property>
  960. </action>
  961. <action name="act_studio_stop">
  962. <property name="icon">
  963. <iconset resource="../resources.qrc">
  964. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  965. </property>
  966. <property name="text">
  967. <string>Stop Studio</string>
  968. </property>
  969. <property name="shortcut">
  970. <string>F6</string>
  971. </property>
  972. </action>
  973. <action name="act_studio_rename">
  974. <property name="icon">
  975. <iconset resource="../resources.qrc">
  976. <normaloff>:/16x16/edit-rename.png</normaloff>:/16x16/edit-rename.png</iconset>
  977. </property>
  978. <property name="text">
  979. <string>&amp;Rename Studio...</string>
  980. </property>
  981. <property name="shortcut">
  982. <string>Ctrl+Shift+R</string>
  983. </property>
  984. </action>
  985. <action name="act_studio_save">
  986. <property name="icon">
  987. <iconset resource="../resources.qrc">
  988. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  989. </property>
  990. <property name="text">
  991. <string>&amp;Save Studio</string>
  992. </property>
  993. <property name="shortcut">
  994. <string>Ctrl+Shift+S</string>
  995. </property>
  996. </action>
  997. <action name="act_studio_save_as">
  998. <property name="icon">
  999. <iconset resource="../resources.qrc">
  1000. <normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset>
  1001. </property>
  1002. <property name="text">
  1003. <string>Save Studio &amp;As...</string>
  1004. </property>
  1005. </action>
  1006. <action name="act_studio_unload">
  1007. <property name="icon">
  1008. <iconset>
  1009. <normaloff>:/16x16/dialog-close.png</normaloff>:/16x16/dialog-close.png</iconset>
  1010. </property>
  1011. <property name="text">
  1012. <string>&amp;Unload Studio</string>
  1013. </property>
  1014. <property name="shortcut">
  1015. <string>Ctrl+Shift+U</string>
  1016. </property>
  1017. </action>
  1018. <action name="act_quit">
  1019. <property name="icon">
  1020. <iconset resource="../resources.qrc">
  1021. <normaloff>:/16x16/application-exit.png</normaloff>:/16x16/application-exit.png</iconset>
  1022. </property>
  1023. <property name="text">
  1024. <string>&amp;Quit</string>
  1025. </property>
  1026. <property name="shortcut">
  1027. <string>Ctrl+Q</string>
  1028. </property>
  1029. </action>
  1030. <action name="act_room_create">
  1031. <property name="icon">
  1032. <iconset resource="../resources.qrc">
  1033. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  1034. </property>
  1035. <property name="text">
  1036. <string>Create Room...</string>
  1037. </property>
  1038. <property name="shortcut">
  1039. <string>Ctrl+Shift+C</string>
  1040. </property>
  1041. </action>
  1042. <action name="act_project_save">
  1043. <property name="icon">
  1044. <iconset resource="../resources.qrc">
  1045. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  1046. </property>
  1047. <property name="text">
  1048. <string>Save Project</string>
  1049. </property>
  1050. <property name="shortcut">
  1051. <string>Ctrl+S</string>
  1052. </property>
  1053. </action>
  1054. <action name="act_project_save_as">
  1055. <property name="icon">
  1056. <iconset resource="../resources.qrc">
  1057. <normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset>
  1058. </property>
  1059. <property name="text">
  1060. <string>Save Project As...</string>
  1061. </property>
  1062. </action>
  1063. <action name="act_project_unload">
  1064. <property name="icon">
  1065. <iconset>
  1066. <normaloff>:/16x16/dialog-close.png</normaloff>:/16x16/dialog-close.png</iconset>
  1067. </property>
  1068. <property name="text">
  1069. <string>Unload Project</string>
  1070. </property>
  1071. <property name="shortcut">
  1072. <string>Ctrl+U</string>
  1073. </property>
  1074. </action>
  1075. <action name="act_app_add_new">
  1076. <property name="icon">
  1077. <iconset resource="../resources.qrc">
  1078. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  1079. </property>
  1080. <property name="text">
  1081. <string>Add &amp;New...</string>
  1082. </property>
  1083. <property name="shortcut">
  1084. <string>Shift+F2</string>
  1085. </property>
  1086. </action>
  1087. <action name="act_app_run_custom">
  1088. <property name="icon">
  1089. <iconset resource="../resources.qrc">
  1090. <normaloff>:/16x16/system-run.png</normaloff>:/16x16/system-run.png</iconset>
  1091. </property>
  1092. <property name="text">
  1093. <string>Run &amp;Custom...</string>
  1094. </property>
  1095. <property name="shortcut">
  1096. <string>F2</string>
  1097. </property>
  1098. </action>
  1099. <action name="act_transport_play">
  1100. <property name="checkable">
  1101. <bool>true</bool>
  1102. </property>
  1103. <property name="icon">
  1104. <iconset resource="../resources.qrc">
  1105. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  1106. </property>
  1107. <property name="text">
  1108. <string>&amp;Play</string>
  1109. </property>
  1110. <property name="shortcut">
  1111. <string>Ctrl+Shift+P</string>
  1112. </property>
  1113. </action>
  1114. <action name="act_transport_stop">
  1115. <property name="icon">
  1116. <iconset resource="../resources.qrc">
  1117. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  1118. </property>
  1119. <property name="text">
  1120. <string>&amp;Stop</string>
  1121. </property>
  1122. <property name="shortcut">
  1123. <string>Ctrl+Shift+X</string>
  1124. </property>
  1125. </action>
  1126. <action name="act_transport_backwards">
  1127. <property name="icon">
  1128. <iconset resource="../resources.qrc">
  1129. <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
  1130. </property>
  1131. <property name="text">
  1132. <string>&amp;Backwards</string>
  1133. </property>
  1134. <property name="shortcut">
  1135. <string>Ctrl+Shift+B</string>
  1136. </property>
  1137. </action>
  1138. <action name="act_transport_forwards">
  1139. <property name="icon">
  1140. <iconset resource="../resources.qrc">
  1141. <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
  1142. </property>
  1143. <property name="text">
  1144. <string>&amp;Forwards</string>
  1145. </property>
  1146. <property name="shortcut">
  1147. <string>Ctrl+Shift+F</string>
  1148. </property>
  1149. </action>
  1150. <action name="act_jack_clear_xruns">
  1151. <property name="icon">
  1152. <iconset resource="../resources.qrc">
  1153. <normaloff>:/16x16/edit-clear.png</normaloff>:/16x16/edit-clear.png</iconset>
  1154. </property>
  1155. <property name="text">
  1156. <string>Clear &amp;Xruns</string>
  1157. </property>
  1158. </action>
  1159. <action name="act_jack_configure">
  1160. <property name="icon">
  1161. <iconset resource="../resources.qrc">
  1162. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  1163. </property>
  1164. <property name="text">
  1165. <string>&amp;Configure JACK</string>
  1166. </property>
  1167. </action>
  1168. <action name="act_tools_reactivate_ladishd">
  1169. <property name="icon">
  1170. <iconset resource="../resources.qrc">
  1171. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  1172. </property>
  1173. <property name="text">
  1174. <string>Reactivate ladishd</string>
  1175. </property>
  1176. </action>
  1177. <action name="act_bf_32">
  1178. <property name="checkable">
  1179. <bool>true</bool>
  1180. </property>
  1181. <property name="text">
  1182. <string>32</string>
  1183. </property>
  1184. </action>
  1185. <action name="act_bf_64">
  1186. <property name="checkable">
  1187. <bool>true</bool>
  1188. </property>
  1189. <property name="text">
  1190. <string>64</string>
  1191. </property>
  1192. </action>
  1193. <action name="act_bf_128">
  1194. <property name="checkable">
  1195. <bool>true</bool>
  1196. </property>
  1197. <property name="text">
  1198. <string>128</string>
  1199. </property>
  1200. </action>
  1201. <action name="act_bf_256">
  1202. <property name="checkable">
  1203. <bool>true</bool>
  1204. </property>
  1205. <property name="text">
  1206. <string>256</string>
  1207. </property>
  1208. </action>
  1209. <action name="act_bf_512">
  1210. <property name="checkable">
  1211. <bool>true</bool>
  1212. </property>
  1213. <property name="text">
  1214. <string>512</string>
  1215. </property>
  1216. </action>
  1217. <action name="act_bf_1024">
  1218. <property name="checkable">
  1219. <bool>true</bool>
  1220. </property>
  1221. <property name="text">
  1222. <string>1024</string>
  1223. </property>
  1224. </action>
  1225. <action name="act_bf_2048">
  1226. <property name="checkable">
  1227. <bool>true</bool>
  1228. </property>
  1229. <property name="text">
  1230. <string>2048</string>
  1231. </property>
  1232. </action>
  1233. <action name="act_bf_4096">
  1234. <property name="checkable">
  1235. <bool>true</bool>
  1236. </property>
  1237. <property name="text">
  1238. <string>4096</string>
  1239. </property>
  1240. </action>
  1241. <action name="act_bf_8192">
  1242. <property name="checkable">
  1243. <bool>true</bool>
  1244. </property>
  1245. <property name="text">
  1246. <string>8192</string>
  1247. </property>
  1248. </action>
  1249. <action name="act_settings_show_statusbar">
  1250. <property name="checkable">
  1251. <bool>true</bool>
  1252. </property>
  1253. <property name="text">
  1254. <string>Show &amp;Statusbar</string>
  1255. </property>
  1256. </action>
  1257. <action name="act_settings_show_toolbar">
  1258. <property name="checkable">
  1259. <bool>true</bool>
  1260. </property>
  1261. <property name="text">
  1262. <string>Show &amp;Toolbar</string>
  1263. </property>
  1264. </action>
  1265. <action name="act_settings_configure">
  1266. <property name="icon">
  1267. <iconset resource="../resources.qrc">
  1268. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  1269. </property>
  1270. <property name="text">
  1271. <string>Configure Claudia</string>
  1272. </property>
  1273. <property name="shortcut">
  1274. <string>Ctrl+P</string>
  1275. </property>
  1276. </action>
  1277. <action name="act_canvas_arrange">
  1278. <property name="icon">
  1279. <iconset resource="../resources.qrc">
  1280. <normaloff>:/16x16/view-sort-ascending.png</normaloff>:/16x16/view-sort-ascending.png</iconset>
  1281. </property>
  1282. <property name="text">
  1283. <string>&amp;Arrange</string>
  1284. </property>
  1285. <property name="shortcut">
  1286. <string>Ctrl+G</string>
  1287. </property>
  1288. </action>
  1289. <action name="act_canvas_refresh">
  1290. <property name="icon">
  1291. <iconset resource="../resources.qrc">
  1292. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  1293. </property>
  1294. <property name="text">
  1295. <string>&amp;Refresh</string>
  1296. </property>
  1297. <property name="shortcut">
  1298. <string>Ctrl+R</string>
  1299. </property>
  1300. </action>
  1301. <action name="act_canvas_zoom_fit">
  1302. <property name="icon">
  1303. <iconset resource="../resources.qrc">
  1304. <normaloff>:/16x16/zoom-fit-best.png</normaloff>:/16x16/zoom-fit-best.png</iconset>
  1305. </property>
  1306. <property name="text">
  1307. <string>Auto-Fit</string>
  1308. </property>
  1309. <property name="shortcut">
  1310. <string>Home</string>
  1311. </property>
  1312. </action>
  1313. <action name="act_canvas_zoom_in">
  1314. <property name="icon">
  1315. <iconset resource="../resources.qrc">
  1316. <normaloff>:/16x16/zoom-in.png</normaloff>:/16x16/zoom-in.png</iconset>
  1317. </property>
  1318. <property name="text">
  1319. <string>Zoom In</string>
  1320. </property>
  1321. <property name="shortcut">
  1322. <string>Ctrl++</string>
  1323. </property>
  1324. </action>
  1325. <action name="act_canvas_zoom_out">
  1326. <property name="icon">
  1327. <iconset resource="../resources.qrc">
  1328. <normaloff>:/16x16/zoom-out.png</normaloff>:/16x16/zoom-out.png</iconset>
  1329. </property>
  1330. <property name="text">
  1331. <string>Zoom Out</string>
  1332. </property>
  1333. <property name="shortcut">
  1334. <string>Ctrl+-</string>
  1335. </property>
  1336. </action>
  1337. <action name="act_canvas_zoom_100">
  1338. <property name="icon">
  1339. <iconset resource="../resources.qrc">
  1340. <normaloff>:/16x16/zoom-original.png</normaloff>:/16x16/zoom-original.png</iconset>
  1341. </property>
  1342. <property name="text">
  1343. <string>Zoom 100%</string>
  1344. </property>
  1345. <property name="shortcut">
  1346. <string>Ctrl+1</string>
  1347. </property>
  1348. </action>
  1349. <action name="act_canvas_print">
  1350. <property name="icon">
  1351. <iconset resource="../resources.qrc">
  1352. <normaloff>:/16x16/document-print.png</normaloff>:/16x16/document-print.png</iconset>
  1353. </property>
  1354. <property name="text">
  1355. <string>Print...</string>
  1356. </property>
  1357. </action>
  1358. <action name="act_canvas_save_image">
  1359. <property name="text">
  1360. <string>Save Image...</string>
  1361. </property>
  1362. </action>
  1363. <action name="act_help_about_qt">
  1364. <property name="text">
  1365. <string>About Qt</string>
  1366. </property>
  1367. </action>
  1368. <action name="act_jack_render">
  1369. <property name="icon">
  1370. <iconset resource="../resources.qrc">
  1371. <normaloff>:/16x16/media-record.png</normaloff>:/16x16/media-record.png</iconset>
  1372. </property>
  1373. <property name="text">
  1374. <string>JACK R&amp;ender</string>
  1375. </property>
  1376. </action>
  1377. <action name="act_show_logs">
  1378. <property name="text">
  1379. <string>&amp;Logs</string>
  1380. </property>
  1381. </action>
  1382. <action name="act_project_new">
  1383. <property name="icon">
  1384. <iconset resource="../resources.qrc">
  1385. <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
  1386. </property>
  1387. <property name="text">
  1388. <string>New Project...</string>
  1389. </property>
  1390. <property name="shortcut">
  1391. <string>Ctrl+N</string>
  1392. </property>
  1393. </action>
  1394. <action name="act_project_load">
  1395. <property name="text">
  1396. <string>Load from folder...</string>
  1397. </property>
  1398. <property name="shortcut">
  1399. <string>Ctrl+L</string>
  1400. </property>
  1401. </action>
  1402. <action name="act_project_properties">
  1403. <property name="icon">
  1404. <iconset resource="../resources.qrc">
  1405. <normaloff>:/16x16/edit-rename.png</normaloff>:/16x16/edit-rename.png</iconset>
  1406. </property>
  1407. <property name="text">
  1408. <string>Project Properties...</string>
  1409. </property>
  1410. </action>
  1411. <action name="act_tools_a2j_start">
  1412. <property name="icon">
  1413. <iconset resource="../resources.qrc">
  1414. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  1415. </property>
  1416. <property name="text">
  1417. <string>Start Bridge</string>
  1418. </property>
  1419. </action>
  1420. <action name="act_tools_a2j_stop">
  1421. <property name="icon">
  1422. <iconset resource="../resources.qrc">
  1423. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  1424. </property>
  1425. <property name="text">
  1426. <string>Stop Bridge</string>
  1427. </property>
  1428. </action>
  1429. <action name="act_tools_a2j_export_hw">
  1430. <property name="text">
  1431. <string>Export Hardware Ports...</string>
  1432. </property>
  1433. </action>
  1434. </widget>
  1435. <customwidgets>
  1436. <customwidget>
  1437. <class>CanvasPreviewFrame</class>
  1438. <extends>QFrame</extends>
  1439. <header>canvaspreviewframe.h</header>
  1440. <container>1</container>
  1441. </customwidget>
  1442. </customwidgets>
  1443. <resources>
  1444. <include location="../resources.qrc"/>
  1445. </resources>
  1446. <connections>
  1447. <connection>
  1448. <sender>act_quit</sender>
  1449. <signal>triggered()</signal>
  1450. <receiver>ClaudiaMainW</receiver>
  1451. <slot>close()</slot>
  1452. <hints>
  1453. <hint type="sourcelabel">
  1454. <x>-1</x>
  1455. <y>-1</y>
  1456. </hint>
  1457. <hint type="destinationlabel">
  1458. <x>314</x>
  1459. <y>276</y>
  1460. </hint>
  1461. </hints>
  1462. </connection>
  1463. <connection>
  1464. <sender>act_settings_show_toolbar</sender>
  1465. <signal>triggered(bool)</signal>
  1466. <receiver>frame_toolbar</receiver>
  1467. <slot>setVisible(bool)</slot>
  1468. <hints>
  1469. <hint type="sourcelabel">
  1470. <x>-1</x>
  1471. <y>-1</y>
  1472. </hint>
  1473. <hint type="destinationlabel">
  1474. <x>374</x>
  1475. <y>60</y>
  1476. </hint>
  1477. </hints>
  1478. </connection>
  1479. <connection>
  1480. <sender>act_settings_show_statusbar</sender>
  1481. <signal>triggered(bool)</signal>
  1482. <receiver>frame_statusbar</receiver>
  1483. <slot>setVisible(bool)</slot>
  1484. <hints>
  1485. <hint type="sourcelabel">
  1486. <x>-1</x>
  1487. <y>-1</y>
  1488. </hint>
  1489. <hint type="destinationlabel">
  1490. <x>374</x>
  1491. <y>536</y>
  1492. </hint>
  1493. </hints>
  1494. </connection>
  1495. <connection>
  1496. <sender>act_settings_show_toolbar</sender>
  1497. <signal>triggered(bool)</signal>
  1498. <receiver>frame_toolbar</receiver>
  1499. <slot>setEnabled(bool)</slot>
  1500. <hints>
  1501. <hint type="sourcelabel">
  1502. <x>-1</x>
  1503. <y>-1</y>
  1504. </hint>
  1505. <hint type="destinationlabel">
  1506. <x>438</x>
  1507. <y>52</y>
  1508. </hint>
  1509. </hints>
  1510. </connection>
  1511. <connection>
  1512. <sender>act_settings_show_statusbar</sender>
  1513. <signal>triggered(bool)</signal>
  1514. <receiver>frame_statusbar</receiver>
  1515. <slot>setEnabled(bool)</slot>
  1516. <hints>
  1517. <hint type="sourcelabel">
  1518. <x>-1</x>
  1519. <y>-1</y>
  1520. </hint>
  1521. <hint type="destinationlabel">
  1522. <x>438</x>
  1523. <y>546</y>
  1524. </hint>
  1525. </hints>
  1526. </connection>
  1527. </connections>
  1528. </ui>