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.

1077 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>20</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_save_image"/>
  505. </widget>
  506. <widget class="QMenu" name="menu_Tools">
  507. <property name="title">
  508. <string>&amp;Tools</string>
  509. </property>
  510. <widget class="QMenu" name="menu_Jack_Server">
  511. <property name="title">
  512. <string>&amp;JACK Server</string>
  513. </property>
  514. <widget class="QMenu" name="menu_Jack_Buffer_Size">
  515. <property name="title">
  516. <string>Set Buffer Size</string>
  517. </property>
  518. <addaction name="act_jack_bf_16"/>
  519. <addaction name="act_jack_bf_32"/>
  520. <addaction name="act_jack_bf_64"/>
  521. <addaction name="act_jack_bf_128"/>
  522. <addaction name="act_jack_bf_256"/>
  523. <addaction name="act_jack_bf_512"/>
  524. <addaction name="act_jack_bf_1024"/>
  525. <addaction name="act_jack_bf_2048"/>
  526. <addaction name="act_jack_bf_4096"/>
  527. <addaction name="act_jack_bf_8192"/>
  528. </widget>
  529. <addaction name="act_tools_jack_start"/>
  530. <addaction name="act_tools_jack_stop"/>
  531. <addaction name="menu_Jack_Buffer_Size"/>
  532. <addaction name="separator"/>
  533. <addaction name="act_jack_configure"/>
  534. </widget>
  535. <widget class="QMenu" name="menu_A2J_Bridge">
  536. <property name="title">
  537. <string>&amp;ALSA-MIDI Bridge</string>
  538. </property>
  539. <addaction name="act_tools_a2j_start"/>
  540. <addaction name="act_tools_a2j_stop"/>
  541. <addaction name="act_tools_a2j_export_hw"/>
  542. </widget>
  543. <addaction name="menu_Jack_Server"/>
  544. <addaction name="menu_A2J_Bridge"/>
  545. <addaction name="separator"/>
  546. <addaction name="act_jack_render"/>
  547. <addaction name="act_show_logs"/>
  548. <addaction name="separator"/>
  549. <addaction name="act_jack_clear_xruns"/>
  550. </widget>
  551. <widget class="QMenu" name="menu_Settings">
  552. <property name="title">
  553. <string>S&amp;ettings</string>
  554. </property>
  555. <addaction name="act_settings_show_alsa"/>
  556. <addaction name="act_settings_show_toolbar"/>
  557. <addaction name="act_settings_show_statusbar"/>
  558. <addaction name="separator"/>
  559. <addaction name="act_configure"/>
  560. </widget>
  561. <addaction name="menu_File"/>
  562. <addaction name="menu_Transport"/>
  563. <addaction name="menu_Canvas"/>
  564. <addaction name="menu_Tools"/>
  565. <addaction name="menu_Settings"/>
  566. <addaction name="menu_Help"/>
  567. </widget>
  568. <action name="act_quit">
  569. <property name="icon">
  570. <iconset resource="../resources.qrc">
  571. <normaloff>:/16x16/application-exit.png</normaloff>:/16x16/application-exit.png</iconset>
  572. </property>
  573. <property name="text">
  574. <string>&amp;Quit</string>
  575. </property>
  576. <property name="shortcut">
  577. <string>Ctrl+Q</string>
  578. </property>
  579. </action>
  580. <action name="act_session_new">
  581. <property name="icon">
  582. <iconset resource="../resources.qrc">
  583. <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
  584. </property>
  585. <property name="text">
  586. <string>&amp;New...</string>
  587. </property>
  588. <property name="shortcut">
  589. <string>Ctrl+N</string>
  590. </property>
  591. </action>
  592. <action name="act_session_open">
  593. <property name="icon">
  594. <iconset resource="../resources.qrc">
  595. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  596. </property>
  597. <property name="text">
  598. <string>&amp;Open...</string>
  599. </property>
  600. <property name="shortcut">
  601. <string>Ctrl+O</string>
  602. </property>
  603. </action>
  604. <action name="act_session_save">
  605. <property name="icon">
  606. <iconset resource="../resources.qrc">
  607. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  608. </property>
  609. <property name="text">
  610. <string>&amp;Save</string>
  611. </property>
  612. <property name="shortcut">
  613. <string>Ctrl+S</string>
  614. </property>
  615. </action>
  616. <action name="act_session_save_as">
  617. <property name="icon">
  618. <iconset resource="../resources.qrc">
  619. <normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset>
  620. </property>
  621. <property name="text">
  622. <string>Save &amp;As...</string>
  623. </property>
  624. <property name="shortcut">
  625. <string>Ctrl+Shift+S</string>
  626. </property>
  627. </action>
  628. <action name="action1">
  629. <property name="text">
  630. <string>1</string>
  631. </property>
  632. </action>
  633. <action name="act_help_about">
  634. <property name="text">
  635. <string>&amp;About Catia</string>
  636. </property>
  637. </action>
  638. <action name="act_transport_play">
  639. <property name="checkable">
  640. <bool>true</bool>
  641. </property>
  642. <property name="icon">
  643. <iconset resource="../resources.qrc">
  644. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  645. </property>
  646. <property name="text">
  647. <string>&amp;Play</string>
  648. </property>
  649. <property name="shortcut">
  650. <string>Ctrl+Shift+P</string>
  651. </property>
  652. </action>
  653. <action name="act_transport_stop">
  654. <property name="icon">
  655. <iconset resource="../resources.qrc">
  656. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  657. </property>
  658. <property name="text">
  659. <string>&amp;Stop</string>
  660. </property>
  661. <property name="shortcut">
  662. <string>Ctrl+Shift+X</string>
  663. </property>
  664. </action>
  665. <action name="act_transport_backwards">
  666. <property name="icon">
  667. <iconset resource="../resources.qrc">
  668. <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
  669. </property>
  670. <property name="text">
  671. <string>&amp;Backwards</string>
  672. </property>
  673. <property name="shortcut">
  674. <string>Ctrl+Shift+B</string>
  675. </property>
  676. </action>
  677. <action name="act_transport_forwards">
  678. <property name="icon">
  679. <iconset resource="../resources.qrc">
  680. <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
  681. </property>
  682. <property name="text">
  683. <string>&amp;Forwards</string>
  684. </property>
  685. <property name="shortcut">
  686. <string>Ctrl+Shift+F</string>
  687. </property>
  688. </action>
  689. <action name="act_canvas_refresh">
  690. <property name="icon">
  691. <iconset resource="../resources.qrc">
  692. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  693. </property>
  694. <property name="text">
  695. <string>&amp;Refresh</string>
  696. </property>
  697. <property name="shortcut">
  698. <string>Ctrl+R</string>
  699. </property>
  700. </action>
  701. <action name="act_canvas_arrange">
  702. <property name="icon">
  703. <iconset resource="../resources.qrc">
  704. <normaloff>:/16x16/view-sort-ascending.png</normaloff>:/16x16/view-sort-ascending.png</iconset>
  705. </property>
  706. <property name="text">
  707. <string>&amp;Arrange</string>
  708. </property>
  709. <property name="shortcut">
  710. <string>Ctrl+G</string>
  711. </property>
  712. </action>
  713. <action name="act_canvas_zoom_fit">
  714. <property name="icon">
  715. <iconset resource="../resources.qrc">
  716. <normaloff>:/16x16/zoom-fit-best.png</normaloff>:/16x16/zoom-fit-best.png</iconset>
  717. </property>
  718. <property name="text">
  719. <string>Auto-Fit</string>
  720. </property>
  721. <property name="shortcut">
  722. <string>Home</string>
  723. </property>
  724. </action>
  725. <action name="act_canvas_zoom_in">
  726. <property name="icon">
  727. <iconset resource="../resources.qrc">
  728. <normaloff>:/16x16/zoom-in.png</normaloff>:/16x16/zoom-in.png</iconset>
  729. </property>
  730. <property name="text">
  731. <string>Zoom In</string>
  732. </property>
  733. <property name="shortcut">
  734. <string>Ctrl++</string>
  735. </property>
  736. </action>
  737. <action name="act_canvas_zoom_out">
  738. <property name="icon">
  739. <iconset resource="../resources.qrc">
  740. <normaloff>:/16x16/zoom-out.png</normaloff>:/16x16/zoom-out.png</iconset>
  741. </property>
  742. <property name="text">
  743. <string>Zoom Out</string>
  744. </property>
  745. <property name="shortcut">
  746. <string>Ctrl+-</string>
  747. </property>
  748. </action>
  749. <action name="act_canvas_zoom_100">
  750. <property name="icon">
  751. <iconset resource="../resources.qrc">
  752. <normaloff>:/16x16/zoom-original.png</normaloff>:/16x16/zoom-original.png</iconset>
  753. </property>
  754. <property name="text">
  755. <string>Zoom 100%</string>
  756. </property>
  757. <property name="shortcut">
  758. <string>Ctrl+1</string>
  759. </property>
  760. </action>
  761. <action name="act_jack_clear_xruns">
  762. <property name="icon">
  763. <iconset resource="../resources.qrc">
  764. <normaloff>:/16x16/edit-clear.png</normaloff>:/16x16/edit-clear.png</iconset>
  765. </property>
  766. <property name="text">
  767. <string>Clear &amp;Xruns</string>
  768. </property>
  769. </action>
  770. <action name="act_jack_configure">
  771. <property name="icon">
  772. <iconset resource="../resources.qrc">
  773. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  774. </property>
  775. <property name="text">
  776. <string>Configure JACK</string>
  777. </property>
  778. </action>
  779. <action name="actionConfigure_Canvas">
  780. <property name="text">
  781. <string>Configure Canvas</string>
  782. </property>
  783. </action>
  784. <action name="act_settings_show_toolbar">
  785. <property name="checkable">
  786. <bool>true</bool>
  787. </property>
  788. <property name="text">
  789. <string>Show Toolbar</string>
  790. </property>
  791. </action>
  792. <action name="act_settings_show_statusbar">
  793. <property name="checkable">
  794. <bool>true</bool>
  795. </property>
  796. <property name="text">
  797. <string>Show Statusbar</string>
  798. </property>
  799. </action>
  800. <action name="act_configure">
  801. <property name="icon">
  802. <iconset resource="../resources.qrc">
  803. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  804. </property>
  805. <property name="text">
  806. <string>Configure Catia</string>
  807. </property>
  808. <property name="shortcut">
  809. <string>Ctrl+P</string>
  810. </property>
  811. </action>
  812. <action name="act_tools_jack_start">
  813. <property name="icon">
  814. <iconset resource="../resources.qrc">
  815. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  816. </property>
  817. <property name="text">
  818. <string>Start JACK Server</string>
  819. </property>
  820. <property name="shortcut">
  821. <string>F5</string>
  822. </property>
  823. </action>
  824. <action name="act_tools_jack_stop">
  825. <property name="icon">
  826. <iconset resource="../resources.qrc">
  827. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  828. </property>
  829. <property name="text">
  830. <string>Stop JACK Server</string>
  831. </property>
  832. <property name="shortcut">
  833. <string>F6</string>
  834. </property>
  835. </action>
  836. <action name="act_jack_bf_32">
  837. <property name="checkable">
  838. <bool>true</bool>
  839. </property>
  840. <property name="text">
  841. <string>32</string>
  842. </property>
  843. </action>
  844. <action name="act_jack_bf_64">
  845. <property name="checkable">
  846. <bool>true</bool>
  847. </property>
  848. <property name="text">
  849. <string>64</string>
  850. </property>
  851. </action>
  852. <action name="act_jack_bf_128">
  853. <property name="checkable">
  854. <bool>true</bool>
  855. </property>
  856. <property name="text">
  857. <string>128</string>
  858. </property>
  859. </action>
  860. <action name="act_jack_bf_256">
  861. <property name="checkable">
  862. <bool>true</bool>
  863. </property>
  864. <property name="text">
  865. <string>256</string>
  866. </property>
  867. </action>
  868. <action name="act_jack_bf_512">
  869. <property name="checkable">
  870. <bool>true</bool>
  871. </property>
  872. <property name="text">
  873. <string>512</string>
  874. </property>
  875. </action>
  876. <action name="act_jack_bf_1024">
  877. <property name="checkable">
  878. <bool>true</bool>
  879. </property>
  880. <property name="text">
  881. <string>1024</string>
  882. </property>
  883. </action>
  884. <action name="act_jack_bf_2048">
  885. <property name="checkable">
  886. <bool>true</bool>
  887. </property>
  888. <property name="text">
  889. <string>2048</string>
  890. </property>
  891. </action>
  892. <action name="act_jack_bf_4096">
  893. <property name="checkable">
  894. <bool>true</bool>
  895. </property>
  896. <property name="text">
  897. <string>4096</string>
  898. </property>
  899. </action>
  900. <action name="act_jack_bf_8192">
  901. <property name="checkable">
  902. <bool>true</bool>
  903. </property>
  904. <property name="text">
  905. <string>8192</string>
  906. </property>
  907. </action>
  908. <action name="act_tools_a2j_start">
  909. <property name="icon">
  910. <iconset resource="../resources.qrc">
  911. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  912. </property>
  913. <property name="text">
  914. <string>Start Bridge</string>
  915. </property>
  916. <property name="shortcut">
  917. <string>F7</string>
  918. </property>
  919. </action>
  920. <action name="act_tools_a2j_stop">
  921. <property name="icon">
  922. <iconset resource="../resources.qrc">
  923. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  924. </property>
  925. <property name="text">
  926. <string>Stop Bridge</string>
  927. </property>
  928. <property name="shortcut">
  929. <string>F8</string>
  930. </property>
  931. </action>
  932. <action name="act_tools_a2j_export_hw">
  933. <property name="text">
  934. <string>Export Hardware Ports...</string>
  935. </property>
  936. </action>
  937. <action name="act_session_save_as_template">
  938. <property name="text">
  939. <string>Save As &amp;Template...</string>
  940. </property>
  941. </action>
  942. <action name="act_canvas_save_image">
  943. <property name="text">
  944. <string>Save &amp;Image...</string>
  945. </property>
  946. </action>
  947. <action name="act_canvas_undo">
  948. <property name="icon">
  949. <iconset>
  950. <normaloff>:/16x16/edit-undo.png</normaloff>:/16x16/edit-undo.png</iconset>
  951. </property>
  952. <property name="text">
  953. <string>Undo</string>
  954. </property>
  955. </action>
  956. <action name="act_canvas_redo">
  957. <property name="icon">
  958. <iconset>
  959. <normaloff>:/16x16/edit-redo.png</normaloff>:/16x16/edit-redo.png</iconset>
  960. </property>
  961. <property name="text">
  962. <string>Redo</string>
  963. </property>
  964. </action>
  965. <action name="act_help_about_qt">
  966. <property name="text">
  967. <string>About Qt</string>
  968. </property>
  969. </action>
  970. <action name="act_canvas_configure">
  971. <property name="icon">
  972. <iconset resource="../resources.qrc">
  973. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  974. </property>
  975. <property name="text">
  976. <string>Configure Canvas</string>
  977. </property>
  978. </action>
  979. <action name="actionSync_Now">
  980. <property name="text">
  981. <string>Sync Now</string>
  982. </property>
  983. </action>
  984. <action name="action_session_recent_none">
  985. <property name="enabled">
  986. <bool>false</bool>
  987. </property>
  988. <property name="text">
  989. <string>(none)</string>
  990. </property>
  991. </action>
  992. <action name="act_jack_render">
  993. <property name="icon">
  994. <iconset resource="../resources.qrc">
  995. <normaloff>:/16x16/media-record.png</normaloff>:/16x16/media-record.png</iconset>
  996. </property>
  997. <property name="text">
  998. <string>JACK &amp;Render</string>
  999. </property>
  1000. </action>
  1001. <action name="act_show_logs">
  1002. <property name="text">
  1003. <string>&amp;Logs</string>
  1004. </property>
  1005. </action>
  1006. <action name="act_jack_bf_16">
  1007. <property name="checkable">
  1008. <bool>true</bool>
  1009. </property>
  1010. <property name="text">
  1011. <string>16</string>
  1012. </property>
  1013. </action>
  1014. <action name="act_settings_show_alsa">
  1015. <property name="checkable">
  1016. <bool>true</bool>
  1017. </property>
  1018. <property name="text">
  1019. <string>Show ALSA-MIDI (EXPERIMENTAL)</string>
  1020. </property>
  1021. </action>
  1022. </widget>
  1023. <resources>
  1024. <include location="../resources.qrc"/>
  1025. </resources>
  1026. <connections>
  1027. <connection>
  1028. <sender>act_quit</sender>
  1029. <signal>triggered()</signal>
  1030. <receiver>CatiaMainW</receiver>
  1031. <slot>close()</slot>
  1032. <hints>
  1033. <hint type="sourcelabel">
  1034. <x>-1</x>
  1035. <y>-1</y>
  1036. </hint>
  1037. <hint type="destinationlabel">
  1038. <x>336</x>
  1039. <y>291</y>
  1040. </hint>
  1041. </hints>
  1042. </connection>
  1043. <connection>
  1044. <sender>act_settings_show_toolbar</sender>
  1045. <signal>triggered(bool)</signal>
  1046. <receiver>frame_toolbar</receiver>
  1047. <slot>setVisible(bool)</slot>
  1048. <hints>
  1049. <hint type="sourcelabel">
  1050. <x>-1</x>
  1051. <y>-1</y>
  1052. </hint>
  1053. <hint type="destinationlabel">
  1054. <x>336</x>
  1055. <y>60</y>
  1056. </hint>
  1057. </hints>
  1058. </connection>
  1059. <connection>
  1060. <sender>act_settings_show_statusbar</sender>
  1061. <signal>triggered(bool)</signal>
  1062. <receiver>frame_statusbar</receiver>
  1063. <slot>setVisible(bool)</slot>
  1064. <hints>
  1065. <hint type="sourcelabel">
  1066. <x>-1</x>
  1067. <y>-1</y>
  1068. </hint>
  1069. <hint type="destinationlabel">
  1070. <x>336</x>
  1071. <y>563</y>
  1072. </hint>
  1073. </hints>
  1074. </connection>
  1075. </connections>
  1076. </ui>