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.

1087 lines
32KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CatiaMainW</class>
  4. <widget class="QMainWindow" name="CatiaMainW">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>702</width>
  10. <height>583</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Catia</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QVBoxLayout" name="verticalLayout">
  18. <item>
  19. <widget class="QFrame" name="frame_toolbar">
  20. <layout class="QHBoxLayout" name="horizontalLayout_6">
  21. <property name="spacing">
  22. <number>4</number>
  23. </property>
  24. <property name="margin">
  25. <number>0</number>
  26. </property>
  27. <item>
  28. <widget class="QGroupBox" name="group_transport">
  29. <property name="title">
  30. <string>Transport</string>
  31. </property>
  32. <layout class="QHBoxLayout" name="horizontalLayout_3">
  33. <item>
  34. <widget class="QPushButton" name="b_transport_play">
  35. <property name="maximumSize">
  36. <size>
  37. <width>23</width>
  38. <height>16777215</height>
  39. </size>
  40. </property>
  41. <property name="toolTip">
  42. <string>Transport Play/Pause</string>
  43. </property>
  44. <property name="text">
  45. <string/>
  46. </property>
  47. <property name="icon">
  48. <iconset resource="../resources.qrc">
  49. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  50. </property>
  51. <property name="checkable">
  52. <bool>true</bool>
  53. </property>
  54. </widget>
  55. </item>
  56. <item>
  57. <widget class="QPushButton" name="b_transport_stop">
  58. <property name="maximumSize">
  59. <size>
  60. <width>23</width>
  61. <height>16777215</height>
  62. </size>
  63. </property>
  64. <property name="toolTip">
  65. <string>Transport Stop</string>
  66. </property>
  67. <property name="text">
  68. <string/>
  69. </property>
  70. <property name="icon">
  71. <iconset resource="../resources.qrc">
  72. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  73. </property>
  74. </widget>
  75. </item>
  76. <item>
  77. <widget class="QPushButton" name="b_transport_backwards">
  78. <property name="maximumSize">
  79. <size>
  80. <width>23</width>
  81. <height>16777215</height>
  82. </size>
  83. </property>
  84. <property name="toolTip">
  85. <string>Transport Backwards</string>
  86. </property>
  87. <property name="text">
  88. <string/>
  89. </property>
  90. <property name="icon">
  91. <iconset resource="../resources.qrc">
  92. <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
  93. </property>
  94. <property name="autoRepeat">
  95. <bool>true</bool>
  96. </property>
  97. </widget>
  98. </item>
  99. <item>
  100. <widget class="QPushButton" name="b_transport_forwards">
  101. <property name="maximumSize">
  102. <size>
  103. <width>23</width>
  104. <height>16777215</height>
  105. </size>
  106. </property>
  107. <property name="toolTip">
  108. <string>Transport Forwards</string>
  109. </property>
  110. <property name="text">
  111. <string/>
  112. </property>
  113. <property name="icon">
  114. <iconset resource="../resources.qrc">
  115. <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
  116. </property>
  117. <property name="autoRepeat">
  118. <bool>true</bool>
  119. </property>
  120. </widget>
  121. </item>
  122. <item>
  123. <widget class="Line" name="line">
  124. <property name="orientation">
  125. <enum>Qt::Vertical</enum>
  126. </property>
  127. </widget>
  128. </item>
  129. <item>
  130. <widget class="QLabel" name="label_time">
  131. <property name="font">
  132. <font>
  133. <family>DejaVu Sans Mono</family>
  134. <pointsize>9</pointsize>
  135. </font>
  136. </property>
  137. <property name="contextMenuPolicy">
  138. <enum>Qt::CustomContextMenu</enum>
  139. </property>
  140. <property name="text">
  141. <string>??:??:??</string>
  142. </property>
  143. <property name="alignment">
  144. <set>Qt::AlignCenter</set>
  145. </property>
  146. </widget>
  147. </item>
  148. <item>
  149. <widget class="QDoubleSpinBox" name="sb_bpm">
  150. <property name="toolTip">
  151. <string>Beats per Minute</string>
  152. </property>
  153. <property name="readOnly">
  154. <bool>true</bool>
  155. </property>
  156. <property name="buttonSymbols">
  157. <enum>QAbstractSpinBox::NoButtons</enum>
  158. </property>
  159. <property name="prefix">
  160. <string/>
  161. </property>
  162. <property name="suffix">
  163. <string> BPM</string>
  164. </property>
  165. <property name="decimals">
  166. <number>2</number>
  167. </property>
  168. <property name="maximum">
  169. <double>999.000000000000000</double>
  170. </property>
  171. <property name="value">
  172. <double>120.000000000000000</double>
  173. </property>
  174. </widget>
  175. </item>
  176. </layout>
  177. </widget>
  178. </item>
  179. <item>
  180. <widget class="QGroupBox" name="group_canvas">
  181. <property name="title">
  182. <string>Canvas</string>
  183. </property>
  184. <layout class="QHBoxLayout" name="horizontalLayout_4">
  185. <item>
  186. <widget class="QPushButton" name="b_canvas_zoom_fit">
  187. <property name="maximumSize">
  188. <size>
  189. <width>23</width>
  190. <height>16777215</height>
  191. </size>
  192. </property>
  193. <property name="toolTip">
  194. <string>Zoom Auto-Fit</string>
  195. </property>
  196. <property name="text">
  197. <string/>
  198. </property>
  199. <property name="icon">
  200. <iconset resource="../resources.qrc">
  201. <normaloff>:/16x16/zoom-fit-best.png</normaloff>:/16x16/zoom-fit-best.png</iconset>
  202. </property>
  203. </widget>
  204. </item>
  205. <item>
  206. <widget class="QPushButton" name="b_canvas_zoom_in">
  207. <property name="maximumSize">
  208. <size>
  209. <width>23</width>
  210. <height>16777215</height>
  211. </size>
  212. </property>
  213. <property name="toolTip">
  214. <string>Zoom In</string>
  215. </property>
  216. <property name="text">
  217. <string/>
  218. </property>
  219. <property name="icon">
  220. <iconset resource="../resources.qrc">
  221. <normaloff>:/16x16/zoom-in.png</normaloff>:/16x16/zoom-in.png</iconset>
  222. </property>
  223. </widget>
  224. </item>
  225. <item>
  226. <widget class="QPushButton" name="b_canvas_zoom_out">
  227. <property name="maximumSize">
  228. <size>
  229. <width>23</width>
  230. <height>16777215</height>
  231. </size>
  232. </property>
  233. <property name="toolTip">
  234. <string>Zoom Out</string>
  235. </property>
  236. <property name="text">
  237. <string/>
  238. </property>
  239. <property name="icon">
  240. <iconset resource="../resources.qrc">
  241. <normaloff>:/16x16/zoom-out.png</normaloff>:/16x16/zoom-out.png</iconset>
  242. </property>
  243. </widget>
  244. </item>
  245. <item>
  246. <widget class="QPushButton" name="b_canvas_zoom_100">
  247. <property name="maximumSize">
  248. <size>
  249. <width>23</width>
  250. <height>16777215</height>
  251. </size>
  252. </property>
  253. <property name="toolTip">
  254. <string>Zoom 100%</string>
  255. </property>
  256. <property name="text">
  257. <string/>
  258. </property>
  259. <property name="icon">
  260. <iconset resource="../resources.qrc">
  261. <normaloff>:/16x16/zoom-original.png</normaloff>:/16x16/zoom-original.png</iconset>
  262. </property>
  263. </widget>
  264. </item>
  265. </layout>
  266. </widget>
  267. </item>
  268. <item>
  269. <widget class="QGroupBox" name="group_tools">
  270. <property name="title">
  271. <string>Tools</string>
  272. </property>
  273. <layout class="QHBoxLayout" name="horizontalLayout_5">
  274. <item>
  275. <widget class="QPushButton" name="b_jack_clear_xruns">
  276. <property name="maximumSize">
  277. <size>
  278. <width>23</width>
  279. <height>16777215</height>
  280. </size>
  281. </property>
  282. <property name="toolTip">
  283. <string>Clear Xruns</string>
  284. </property>
  285. <property name="text">
  286. <string/>
  287. </property>
  288. <property name="icon">
  289. <iconset resource="../resources.qrc">
  290. <normaloff>:/16x16/edit-clear.png</normaloff>:/16x16/edit-clear.png</iconset>
  291. </property>
  292. </widget>
  293. </item>
  294. <item>
  295. <widget class="QPushButton" name="b_jack_configure">
  296. <property name="maximumSize">
  297. <size>
  298. <width>23</width>
  299. <height>16777215</height>
  300. </size>
  301. </property>
  302. <property name="toolTip">
  303. <string>Configure JACK</string>
  304. </property>
  305. <property name="text">
  306. <string/>
  307. </property>
  308. <property name="icon">
  309. <iconset resource="../resources.qrc">
  310. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  311. </property>
  312. </widget>
  313. </item>
  314. <item>
  315. <widget class="QPushButton" name="b_jack_render">
  316. <property name="maximumSize">
  317. <size>
  318. <width>23</width>
  319. <height>16777215</height>
  320. </size>
  321. </property>
  322. <property name="toolTip">
  323. <string>JACK Render</string>
  324. </property>
  325. <property name="text">
  326. <string/>
  327. </property>
  328. <property name="icon">
  329. <iconset resource="../resources.qrc">
  330. <normaloff>:/16x16/media-record.png</normaloff>:/16x16/media-record.png</iconset>
  331. </property>
  332. </widget>
  333. </item>
  334. </layout>
  335. </widget>
  336. </item>
  337. <item>
  338. <spacer name="horizontalSpacer">
  339. <property name="orientation">
  340. <enum>Qt::Horizontal</enum>
  341. </property>
  342. <property name="sizeHint" stdset="0">
  343. <size>
  344. <width>40</width>
  345. <height>20</height>
  346. </size>
  347. </property>
  348. </spacer>
  349. </item>
  350. </layout>
  351. </widget>
  352. </item>
  353. <item>
  354. <widget class="QGraphicsView" name="graphicsView">
  355. <property name="verticalScrollBarPolicy">
  356. <enum>Qt::ScrollBarAlwaysOn</enum>
  357. </property>
  358. <property name="horizontalScrollBarPolicy">
  359. <enum>Qt::ScrollBarAlwaysOn</enum>
  360. </property>
  361. </widget>
  362. </item>
  363. <item>
  364. <widget class="QFrame" name="frame_statusbar">
  365. <property name="frameShape">
  366. <enum>QFrame::NoFrame</enum>
  367. </property>
  368. <property name="frameShadow">
  369. <enum>QFrame::Sunken</enum>
  370. </property>
  371. <layout class="QHBoxLayout" name="horizontalLayout">
  372. <property name="margin">
  373. <number>2</number>
  374. </property>
  375. <item>
  376. <widget class="QLabel" name="label_buffer_size">
  377. <property name="text">
  378. <string>Buffer Size:</string>
  379. </property>
  380. </widget>
  381. </item>
  382. <item>
  383. <widget class="QComboBox" name="cb_buffer_size"/>
  384. </item>
  385. <item>
  386. <widget class="Line" name="line_1">
  387. <property name="orientation">
  388. <enum>Qt::Vertical</enum>
  389. </property>
  390. </widget>
  391. </item>
  392. <item>
  393. <widget class="QLabel" name="label_sample_rate">
  394. <property name="text">
  395. <string>Sample Rate:</string>
  396. </property>
  397. </widget>
  398. </item>
  399. <item>
  400. <widget class="QComboBox" name="cb_sample_rate"/>
  401. </item>
  402. <item>
  403. <widget class="Line" name="line_2">
  404. <property name="orientation">
  405. <enum>Qt::Vertical</enum>
  406. </property>
  407. </widget>
  408. </item>
  409. <item>
  410. <widget class="QLabel" name="label_realtime">
  411. <property name="text">
  412. <string> RT </string>
  413. </property>
  414. </widget>
  415. </item>
  416. <item>
  417. <widget class="Line" name="line_3">
  418. <property name="orientation">
  419. <enum>Qt::Vertical</enum>
  420. </property>
  421. </widget>
  422. </item>
  423. <item>
  424. <widget class="QPushButton" name="b_xruns">
  425. <property name="text">
  426. <string>? Xruns</string>
  427. </property>
  428. <property name="flat">
  429. <bool>true</bool>
  430. </property>
  431. </widget>
  432. </item>
  433. <item>
  434. <widget class="Line" name="line_4">
  435. <property name="orientation">
  436. <enum>Qt::Vertical</enum>
  437. </property>
  438. </widget>
  439. </item>
  440. <item>
  441. <widget class="QProgressBar" name="pb_dsp_load">
  442. <property name="value">
  443. <number>0</number>
  444. </property>
  445. <property name="format">
  446. <string>DSP Load: %p%</string>
  447. </property>
  448. </widget>
  449. </item>
  450. </layout>
  451. </widget>
  452. </item>
  453. </layout>
  454. </widget>
  455. <widget class="QMenuBar" name="menubar">
  456. <property name="geometry">
  457. <rect>
  458. <x>0</x>
  459. <y>0</y>
  460. <width>702</width>
  461. <height>19</height>
  462. </rect>
  463. </property>
  464. <widget class="QMenu" name="menu_File">
  465. <property name="title">
  466. <string>&amp;File</string>
  467. </property>
  468. <addaction name="act_quit"/>
  469. </widget>
  470. <widget class="QMenu" name="menu_Help">
  471. <property name="title">
  472. <string>&amp;Help</string>
  473. </property>
  474. <addaction name="act_help_about"/>
  475. <addaction name="act_help_about_qt"/>
  476. </widget>
  477. <widget class="QMenu" name="menu_Transport">
  478. <property name="title">
  479. <string>&amp;Transport</string>
  480. </property>
  481. <addaction name="act_transport_play"/>
  482. <addaction name="act_transport_stop"/>
  483. <addaction name="act_transport_backwards"/>
  484. <addaction name="act_transport_forwards"/>
  485. </widget>
  486. <widget class="QMenu" name="menu_Canvas">
  487. <property name="title">
  488. <string>&amp;Canvas</string>
  489. </property>
  490. <widget class="QMenu" name="menu_Canvas_Zoom">
  491. <property name="title">
  492. <string>Zoom</string>
  493. </property>
  494. <addaction name="act_canvas_zoom_fit"/>
  495. <addaction name="separator"/>
  496. <addaction name="act_canvas_zoom_in"/>
  497. <addaction name="act_canvas_zoom_out"/>
  498. <addaction name="act_canvas_zoom_100"/>
  499. </widget>
  500. <addaction name="act_canvas_arrange"/>
  501. <addaction name="act_canvas_refresh"/>
  502. <addaction name="menu_Canvas_Zoom"/>
  503. <addaction name="separator"/>
  504. <addaction name="act_canvas_print"/>
  505. <addaction name="act_canvas_save_image"/>
  506. </widget>
  507. <widget class="QMenu" name="menu_Tools">
  508. <property name="title">
  509. <string>&amp;Tools</string>
  510. </property>
  511. <widget class="QMenu" name="menu_Jack_Server">
  512. <property name="title">
  513. <string>&amp;JACK Server</string>
  514. </property>
  515. <widget class="QMenu" name="menu_Jack_Buffer_Size">
  516. <property name="title">
  517. <string>Set Buffer Size</string>
  518. </property>
  519. <addaction name="act_jack_bf_16"/>
  520. <addaction name="act_jack_bf_32"/>
  521. <addaction name="act_jack_bf_64"/>
  522. <addaction name="act_jack_bf_128"/>
  523. <addaction name="act_jack_bf_256"/>
  524. <addaction name="act_jack_bf_512"/>
  525. <addaction name="act_jack_bf_1024"/>
  526. <addaction name="act_jack_bf_2048"/>
  527. <addaction name="act_jack_bf_4096"/>
  528. <addaction name="act_jack_bf_8192"/>
  529. </widget>
  530. <addaction name="act_tools_jack_start"/>
  531. <addaction name="act_tools_jack_stop"/>
  532. <addaction name="menu_Jack_Buffer_Size"/>
  533. <addaction name="separator"/>
  534. <addaction name="act_jack_configure"/>
  535. </widget>
  536. <widget class="QMenu" name="menu_A2J_Bridge">
  537. <property name="title">
  538. <string>&amp;ALSA-MIDI Bridge</string>
  539. </property>
  540. <addaction name="act_tools_a2j_start"/>
  541. <addaction name="act_tools_a2j_stop"/>
  542. <addaction name="act_tools_a2j_export_hw"/>
  543. </widget>
  544. <addaction name="menu_Jack_Server"/>
  545. <addaction name="menu_A2J_Bridge"/>
  546. <addaction name="separator"/>
  547. <addaction name="act_jack_render"/>
  548. <addaction name="act_show_logs"/>
  549. <addaction name="separator"/>
  550. <addaction name="act_jack_clear_xruns"/>
  551. </widget>
  552. <widget class="QMenu" name="menu_Settings">
  553. <property name="title">
  554. <string>S&amp;ettings</string>
  555. </property>
  556. <addaction name="act_settings_show_alsa"/>
  557. <addaction name="act_settings_show_toolbar"/>
  558. <addaction name="act_settings_show_statusbar"/>
  559. <addaction name="separator"/>
  560. <addaction name="act_configure"/>
  561. </widget>
  562. <addaction name="menu_File"/>
  563. <addaction name="menu_Transport"/>
  564. <addaction name="menu_Canvas"/>
  565. <addaction name="menu_Tools"/>
  566. <addaction name="menu_Settings"/>
  567. <addaction name="menu_Help"/>
  568. </widget>
  569. <action name="act_quit">
  570. <property name="icon">
  571. <iconset resource="../resources.qrc">
  572. <normaloff>:/16x16/application-exit.png</normaloff>:/16x16/application-exit.png</iconset>
  573. </property>
  574. <property name="text">
  575. <string>&amp;Quit</string>
  576. </property>
  577. <property name="shortcut">
  578. <string>Ctrl+Q</string>
  579. </property>
  580. </action>
  581. <action name="act_session_new">
  582. <property name="icon">
  583. <iconset resource="../resources.qrc">
  584. <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
  585. </property>
  586. <property name="text">
  587. <string>&amp;New...</string>
  588. </property>
  589. <property name="shortcut">
  590. <string>Ctrl+N</string>
  591. </property>
  592. </action>
  593. <action name="act_session_open">
  594. <property name="icon">
  595. <iconset resource="../resources.qrc">
  596. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  597. </property>
  598. <property name="text">
  599. <string>&amp;Open...</string>
  600. </property>
  601. <property name="shortcut">
  602. <string>Ctrl+O</string>
  603. </property>
  604. </action>
  605. <action name="act_session_save">
  606. <property name="icon">
  607. <iconset resource="../resources.qrc">
  608. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  609. </property>
  610. <property name="text">
  611. <string>&amp;Save</string>
  612. </property>
  613. <property name="shortcut">
  614. <string>Ctrl+S</string>
  615. </property>
  616. </action>
  617. <action name="act_session_save_as">
  618. <property name="icon">
  619. <iconset resource="../resources.qrc">
  620. <normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset>
  621. </property>
  622. <property name="text">
  623. <string>Save &amp;As...</string>
  624. </property>
  625. <property name="shortcut">
  626. <string>Ctrl+Shift+S</string>
  627. </property>
  628. </action>
  629. <action name="action1">
  630. <property name="text">
  631. <string>1</string>
  632. </property>
  633. </action>
  634. <action name="act_help_about">
  635. <property name="text">
  636. <string>&amp;About Catia</string>
  637. </property>
  638. </action>
  639. <action name="act_transport_play">
  640. <property name="checkable">
  641. <bool>true</bool>
  642. </property>
  643. <property name="icon">
  644. <iconset resource="../resources.qrc">
  645. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  646. </property>
  647. <property name="text">
  648. <string>&amp;Play</string>
  649. </property>
  650. <property name="shortcut">
  651. <string>Ctrl+Shift+P</string>
  652. </property>
  653. </action>
  654. <action name="act_transport_stop">
  655. <property name="icon">
  656. <iconset resource="../resources.qrc">
  657. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  658. </property>
  659. <property name="text">
  660. <string>&amp;Stop</string>
  661. </property>
  662. <property name="shortcut">
  663. <string>Ctrl+Shift+X</string>
  664. </property>
  665. </action>
  666. <action name="act_transport_backwards">
  667. <property name="icon">
  668. <iconset resource="../resources.qrc">
  669. <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
  670. </property>
  671. <property name="text">
  672. <string>&amp;Backwards</string>
  673. </property>
  674. <property name="shortcut">
  675. <string>Ctrl+Shift+B</string>
  676. </property>
  677. </action>
  678. <action name="act_transport_forwards">
  679. <property name="icon">
  680. <iconset resource="../resources.qrc">
  681. <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
  682. </property>
  683. <property name="text">
  684. <string>&amp;Forwards</string>
  685. </property>
  686. <property name="shortcut">
  687. <string>Ctrl+Shift+F</string>
  688. </property>
  689. </action>
  690. <action name="act_canvas_refresh">
  691. <property name="icon">
  692. <iconset resource="../resources.qrc">
  693. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  694. </property>
  695. <property name="text">
  696. <string>&amp;Refresh</string>
  697. </property>
  698. <property name="shortcut">
  699. <string>Ctrl+R</string>
  700. </property>
  701. </action>
  702. <action name="act_canvas_arrange">
  703. <property name="icon">
  704. <iconset resource="../resources.qrc">
  705. <normaloff>:/16x16/view-sort-ascending.png</normaloff>:/16x16/view-sort-ascending.png</iconset>
  706. </property>
  707. <property name="text">
  708. <string>&amp;Arrange</string>
  709. </property>
  710. <property name="shortcut">
  711. <string>Ctrl+G</string>
  712. </property>
  713. </action>
  714. <action name="act_canvas_zoom_fit">
  715. <property name="icon">
  716. <iconset resource="../resources.qrc">
  717. <normaloff>:/16x16/zoom-fit-best.png</normaloff>:/16x16/zoom-fit-best.png</iconset>
  718. </property>
  719. <property name="text">
  720. <string>Auto-Fit</string>
  721. </property>
  722. <property name="shortcut">
  723. <string>Home</string>
  724. </property>
  725. </action>
  726. <action name="act_canvas_zoom_in">
  727. <property name="icon">
  728. <iconset resource="../resources.qrc">
  729. <normaloff>:/16x16/zoom-in.png</normaloff>:/16x16/zoom-in.png</iconset>
  730. </property>
  731. <property name="text">
  732. <string>Zoom In</string>
  733. </property>
  734. <property name="shortcut">
  735. <string>Ctrl++</string>
  736. </property>
  737. </action>
  738. <action name="act_canvas_zoom_out">
  739. <property name="icon">
  740. <iconset resource="../resources.qrc">
  741. <normaloff>:/16x16/zoom-out.png</normaloff>:/16x16/zoom-out.png</iconset>
  742. </property>
  743. <property name="text">
  744. <string>Zoom Out</string>
  745. </property>
  746. <property name="shortcut">
  747. <string>Ctrl+-</string>
  748. </property>
  749. </action>
  750. <action name="act_canvas_zoom_100">
  751. <property name="icon">
  752. <iconset resource="../resources.qrc">
  753. <normaloff>:/16x16/zoom-original.png</normaloff>:/16x16/zoom-original.png</iconset>
  754. </property>
  755. <property name="text">
  756. <string>Zoom 100%</string>
  757. </property>
  758. <property name="shortcut">
  759. <string>Ctrl+1</string>
  760. </property>
  761. </action>
  762. <action name="act_jack_clear_xruns">
  763. <property name="icon">
  764. <iconset resource="../resources.qrc">
  765. <normaloff>:/16x16/edit-clear.png</normaloff>:/16x16/edit-clear.png</iconset>
  766. </property>
  767. <property name="text">
  768. <string>Clear &amp;Xruns</string>
  769. </property>
  770. </action>
  771. <action name="act_jack_configure">
  772. <property name="icon">
  773. <iconset resource="../resources.qrc">
  774. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  775. </property>
  776. <property name="text">
  777. <string>Configure JACK</string>
  778. </property>
  779. </action>
  780. <action name="actionConfigure_Canvas">
  781. <property name="text">
  782. <string>Configure Canvas</string>
  783. </property>
  784. </action>
  785. <action name="act_settings_show_toolbar">
  786. <property name="checkable">
  787. <bool>true</bool>
  788. </property>
  789. <property name="text">
  790. <string>Show Toolbar</string>
  791. </property>
  792. </action>
  793. <action name="act_settings_show_statusbar">
  794. <property name="checkable">
  795. <bool>true</bool>
  796. </property>
  797. <property name="text">
  798. <string>Show Statusbar</string>
  799. </property>
  800. </action>
  801. <action name="act_configure">
  802. <property name="icon">
  803. <iconset resource="../resources.qrc">
  804. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  805. </property>
  806. <property name="text">
  807. <string>Configure Catia</string>
  808. </property>
  809. <property name="shortcut">
  810. <string>Ctrl+P</string>
  811. </property>
  812. </action>
  813. <action name="act_tools_jack_start">
  814. <property name="icon">
  815. <iconset resource="../resources.qrc">
  816. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  817. </property>
  818. <property name="text">
  819. <string>Start JACK Server</string>
  820. </property>
  821. <property name="shortcut">
  822. <string>F5</string>
  823. </property>
  824. </action>
  825. <action name="act_tools_jack_stop">
  826. <property name="icon">
  827. <iconset resource="../resources.qrc">
  828. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  829. </property>
  830. <property name="text">
  831. <string>Stop JACK Server</string>
  832. </property>
  833. <property name="shortcut">
  834. <string>F6</string>
  835. </property>
  836. </action>
  837. <action name="act_jack_bf_32">
  838. <property name="checkable">
  839. <bool>true</bool>
  840. </property>
  841. <property name="text">
  842. <string>32</string>
  843. </property>
  844. </action>
  845. <action name="act_jack_bf_64">
  846. <property name="checkable">
  847. <bool>true</bool>
  848. </property>
  849. <property name="text">
  850. <string>64</string>
  851. </property>
  852. </action>
  853. <action name="act_jack_bf_128">
  854. <property name="checkable">
  855. <bool>true</bool>
  856. </property>
  857. <property name="text">
  858. <string>128</string>
  859. </property>
  860. </action>
  861. <action name="act_jack_bf_256">
  862. <property name="checkable">
  863. <bool>true</bool>
  864. </property>
  865. <property name="text">
  866. <string>256</string>
  867. </property>
  868. </action>
  869. <action name="act_jack_bf_512">
  870. <property name="checkable">
  871. <bool>true</bool>
  872. </property>
  873. <property name="text">
  874. <string>512</string>
  875. </property>
  876. </action>
  877. <action name="act_jack_bf_1024">
  878. <property name="checkable">
  879. <bool>true</bool>
  880. </property>
  881. <property name="text">
  882. <string>1024</string>
  883. </property>
  884. </action>
  885. <action name="act_jack_bf_2048">
  886. <property name="checkable">
  887. <bool>true</bool>
  888. </property>
  889. <property name="text">
  890. <string>2048</string>
  891. </property>
  892. </action>
  893. <action name="act_jack_bf_4096">
  894. <property name="checkable">
  895. <bool>true</bool>
  896. </property>
  897. <property name="text">
  898. <string>4096</string>
  899. </property>
  900. </action>
  901. <action name="act_jack_bf_8192">
  902. <property name="checkable">
  903. <bool>true</bool>
  904. </property>
  905. <property name="text">
  906. <string>8192</string>
  907. </property>
  908. </action>
  909. <action name="act_tools_a2j_start">
  910. <property name="icon">
  911. <iconset resource="../resources.qrc">
  912. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  913. </property>
  914. <property name="text">
  915. <string>Start Bridge</string>
  916. </property>
  917. <property name="shortcut">
  918. <string>F7</string>
  919. </property>
  920. </action>
  921. <action name="act_tools_a2j_stop">
  922. <property name="icon">
  923. <iconset resource="../resources.qrc">
  924. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  925. </property>
  926. <property name="text">
  927. <string>Stop Bridge</string>
  928. </property>
  929. <property name="shortcut">
  930. <string>F8</string>
  931. </property>
  932. </action>
  933. <action name="act_tools_a2j_export_hw">
  934. <property name="text">
  935. <string>Export Hardware Ports...</string>
  936. </property>
  937. </action>
  938. <action name="act_session_save_as_template">
  939. <property name="text">
  940. <string>Save As &amp;Template...</string>
  941. </property>
  942. </action>
  943. <action name="act_canvas_print">
  944. <property name="icon">
  945. <iconset resource="../resources.qrc">
  946. <normaloff>:/16x16/document-print.png</normaloff>:/16x16/document-print.png</iconset>
  947. </property>
  948. <property name="text">
  949. <string>&amp;Print...</string>
  950. </property>
  951. </action>
  952. <action name="act_canvas_save_image">
  953. <property name="text">
  954. <string>Save &amp;Image...</string>
  955. </property>
  956. </action>
  957. <action name="act_canvas_undo">
  958. <property name="icon">
  959. <iconset>
  960. <normaloff>:/16x16/edit-undo.png</normaloff>:/16x16/edit-undo.png</iconset>
  961. </property>
  962. <property name="text">
  963. <string>Undo</string>
  964. </property>
  965. </action>
  966. <action name="act_canvas_redo">
  967. <property name="icon">
  968. <iconset>
  969. <normaloff>:/16x16/edit-redo.png</normaloff>:/16x16/edit-redo.png</iconset>
  970. </property>
  971. <property name="text">
  972. <string>Redo</string>
  973. </property>
  974. </action>
  975. <action name="act_help_about_qt">
  976. <property name="text">
  977. <string>About Qt</string>
  978. </property>
  979. </action>
  980. <action name="act_canvas_configure">
  981. <property name="icon">
  982. <iconset resource="../resources.qrc">
  983. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  984. </property>
  985. <property name="text">
  986. <string>Configure Canvas</string>
  987. </property>
  988. </action>
  989. <action name="actionSync_Now">
  990. <property name="text">
  991. <string>Sync Now</string>
  992. </property>
  993. </action>
  994. <action name="action_session_recent_none">
  995. <property name="enabled">
  996. <bool>false</bool>
  997. </property>
  998. <property name="text">
  999. <string>(none)</string>
  1000. </property>
  1001. </action>
  1002. <action name="act_jack_render">
  1003. <property name="icon">
  1004. <iconset resource="../resources.qrc">
  1005. <normaloff>:/16x16/media-record.png</normaloff>:/16x16/media-record.png</iconset>
  1006. </property>
  1007. <property name="text">
  1008. <string>JACK &amp;Render</string>
  1009. </property>
  1010. </action>
  1011. <action name="act_show_logs">
  1012. <property name="text">
  1013. <string>&amp;Logs</string>
  1014. </property>
  1015. </action>
  1016. <action name="act_jack_bf_16">
  1017. <property name="checkable">
  1018. <bool>true</bool>
  1019. </property>
  1020. <property name="text">
  1021. <string>16</string>
  1022. </property>
  1023. </action>
  1024. <action name="act_settings_show_alsa">
  1025. <property name="checkable">
  1026. <bool>true</bool>
  1027. </property>
  1028. <property name="text">
  1029. <string>Show ALSA-MIDI (EXPERIMENTAL)</string>
  1030. </property>
  1031. </action>
  1032. </widget>
  1033. <resources>
  1034. <include location="../resources.qrc"/>
  1035. </resources>
  1036. <connections>
  1037. <connection>
  1038. <sender>act_quit</sender>
  1039. <signal>triggered()</signal>
  1040. <receiver>CatiaMainW</receiver>
  1041. <slot>close()</slot>
  1042. <hints>
  1043. <hint type="sourcelabel">
  1044. <x>-1</x>
  1045. <y>-1</y>
  1046. </hint>
  1047. <hint type="destinationlabel">
  1048. <x>336</x>
  1049. <y>291</y>
  1050. </hint>
  1051. </hints>
  1052. </connection>
  1053. <connection>
  1054. <sender>act_settings_show_toolbar</sender>
  1055. <signal>triggered(bool)</signal>
  1056. <receiver>frame_toolbar</receiver>
  1057. <slot>setVisible(bool)</slot>
  1058. <hints>
  1059. <hint type="sourcelabel">
  1060. <x>-1</x>
  1061. <y>-1</y>
  1062. </hint>
  1063. <hint type="destinationlabel">
  1064. <x>336</x>
  1065. <y>60</y>
  1066. </hint>
  1067. </hints>
  1068. </connection>
  1069. <connection>
  1070. <sender>act_settings_show_statusbar</sender>
  1071. <signal>triggered(bool)</signal>
  1072. <receiver>frame_statusbar</receiver>
  1073. <slot>setVisible(bool)</slot>
  1074. <hints>
  1075. <hint type="sourcelabel">
  1076. <x>-1</x>
  1077. <y>-1</y>
  1078. </hint>
  1079. <hint type="destinationlabel">
  1080. <x>336</x>
  1081. <y>563</y>
  1082. </hint>
  1083. </hints>
  1084. </connection>
  1085. </connections>
  1086. </ui>