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.

792 lines
24KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CatarinaMainW</class>
  4. <widget class="QMainWindow" name="CatarinaMainW">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>651</width>
  10. <height>487</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Catarina</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_3">
  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_project">
  29. <property name="title">
  30. <string>Project</string>
  31. </property>
  32. <layout class="QHBoxLayout" name="horizontalLayout">
  33. <item>
  34. <widget class="QPushButton" name="b_project_new">
  35. <property name="maximumSize">
  36. <size>
  37. <width>23</width>
  38. <height>16777215</height>
  39. </size>
  40. </property>
  41. <property name="toolTip">
  42. <string>New Project</string>
  43. </property>
  44. <property name="text">
  45. <string/>
  46. </property>
  47. <property name="icon">
  48. <iconset resource="../resources.qrc">
  49. <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
  50. </property>
  51. </widget>
  52. </item>
  53. <item>
  54. <widget class="QPushButton" name="b_project_open">
  55. <property name="maximumSize">
  56. <size>
  57. <width>23</width>
  58. <height>16777215</height>
  59. </size>
  60. </property>
  61. <property name="toolTip">
  62. <string>Open Project</string>
  63. </property>
  64. <property name="text">
  65. <string/>
  66. </property>
  67. <property name="icon">
  68. <iconset resource="../resources.qrc">
  69. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  70. </property>
  71. </widget>
  72. </item>
  73. <item>
  74. <widget class="QPushButton" name="b_project_save">
  75. <property name="maximumSize">
  76. <size>
  77. <width>23</width>
  78. <height>16777215</height>
  79. </size>
  80. </property>
  81. <property name="toolTip">
  82. <string>Save Project</string>
  83. </property>
  84. <property name="text">
  85. <string/>
  86. </property>
  87. <property name="icon">
  88. <iconset resource="../resources.qrc">
  89. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  90. </property>
  91. </widget>
  92. </item>
  93. <item>
  94. <widget class="QPushButton" name="b_project_save_as">
  95. <property name="maximumSize">
  96. <size>
  97. <width>23</width>
  98. <height>16777215</height>
  99. </size>
  100. </property>
  101. <property name="toolTip">
  102. <string>Save Project As</string>
  103. </property>
  104. <property name="text">
  105. <string/>
  106. </property>
  107. <property name="icon">
  108. <iconset resource="../resources.qrc">
  109. <normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset>
  110. </property>
  111. </widget>
  112. </item>
  113. </layout>
  114. </widget>
  115. </item>
  116. <item>
  117. <widget class="QGroupBox" name="group_patchbay">
  118. <property name="title">
  119. <string>Patchbay</string>
  120. </property>
  121. <layout class="QHBoxLayout" name="horizontalLayout_2">
  122. <item>
  123. <widget class="QPushButton" name="b_group_add">
  124. <property name="maximumSize">
  125. <size>
  126. <width>23</width>
  127. <height>16777215</height>
  128. </size>
  129. </property>
  130. <property name="toolTip">
  131. <string>Add Group</string>
  132. </property>
  133. <property name="text">
  134. <string/>
  135. </property>
  136. <property name="icon">
  137. <iconset resource="../resources.qrc">
  138. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  139. </property>
  140. </widget>
  141. </item>
  142. <item>
  143. <widget class="QPushButton" name="b_group_remove">
  144. <property name="maximumSize">
  145. <size>
  146. <width>23</width>
  147. <height>16777215</height>
  148. </size>
  149. </property>
  150. <property name="toolTip">
  151. <string>Remove Group</string>
  152. </property>
  153. <property name="text">
  154. <string/>
  155. </property>
  156. <property name="icon">
  157. <iconset resource="../resources.qrc">
  158. <normaloff>:/16x16/edit-delete.png</normaloff>:/16x16/edit-delete.png</iconset>
  159. </property>
  160. </widget>
  161. </item>
  162. <item>
  163. <widget class="QPushButton" name="b_group_rename">
  164. <property name="maximumSize">
  165. <size>
  166. <width>23</width>
  167. <height>16777215</height>
  168. </size>
  169. </property>
  170. <property name="toolTip">
  171. <string>Rename Group</string>
  172. </property>
  173. <property name="text">
  174. <string/>
  175. </property>
  176. <property name="icon">
  177. <iconset resource="../resources.qrc">
  178. <normaloff>:/16x16/edit-rename.png</normaloff>:/16x16/edit-rename.png</iconset>
  179. </property>
  180. </widget>
  181. </item>
  182. <item>
  183. <widget class="Line" name="line">
  184. <property name="orientation">
  185. <enum>Qt::Vertical</enum>
  186. </property>
  187. </widget>
  188. </item>
  189. <item>
  190. <widget class="QPushButton" name="b_port_add">
  191. <property name="maximumSize">
  192. <size>
  193. <width>23</width>
  194. <height>16777215</height>
  195. </size>
  196. </property>
  197. <property name="toolTip">
  198. <string>Add Port</string>
  199. </property>
  200. <property name="text">
  201. <string/>
  202. </property>
  203. <property name="icon">
  204. <iconset resource="../resources.qrc">
  205. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  206. </property>
  207. </widget>
  208. </item>
  209. <item>
  210. <widget class="QPushButton" name="b_port_remove">
  211. <property name="maximumSize">
  212. <size>
  213. <width>23</width>
  214. <height>16777215</height>
  215. </size>
  216. </property>
  217. <property name="toolTip">
  218. <string>Remove Port</string>
  219. </property>
  220. <property name="text">
  221. <string/>
  222. </property>
  223. <property name="icon">
  224. <iconset resource="../resources.qrc">
  225. <normaloff>:/16x16/list-remove.png</normaloff>:/16x16/list-remove.png</iconset>
  226. </property>
  227. </widget>
  228. </item>
  229. <item>
  230. <widget class="QPushButton" name="b_port_rename">
  231. <property name="maximumSize">
  232. <size>
  233. <width>23</width>
  234. <height>16777215</height>
  235. </size>
  236. </property>
  237. <property name="toolTip">
  238. <string>Rename Port</string>
  239. </property>
  240. <property name="text">
  241. <string/>
  242. </property>
  243. <property name="icon">
  244. <iconset resource="../resources.qrc">
  245. <normaloff>:/16x16/edit-rename.png</normaloff>:/16x16/edit-rename.png</iconset>
  246. </property>
  247. </widget>
  248. </item>
  249. <item>
  250. <widget class="Line" name="line_2">
  251. <property name="orientation">
  252. <enum>Qt::Vertical</enum>
  253. </property>
  254. </widget>
  255. </item>
  256. <item>
  257. <widget class="QPushButton" name="b_ports_connect">
  258. <property name="maximumSize">
  259. <size>
  260. <width>23</width>
  261. <height>16777215</height>
  262. </size>
  263. </property>
  264. <property name="toolTip">
  265. <string>Connect Ports</string>
  266. </property>
  267. <property name="text">
  268. <string/>
  269. </property>
  270. <property name="icon">
  271. <iconset resource="../resources.qrc">
  272. <normaloff>:/16x16/network-connect.png</normaloff>:/16x16/network-connect.png</iconset>
  273. </property>
  274. </widget>
  275. </item>
  276. <item>
  277. <widget class="QPushButton" name="b_ports_disconnect">
  278. <property name="maximumSize">
  279. <size>
  280. <width>23</width>
  281. <height>16777215</height>
  282. </size>
  283. </property>
  284. <property name="toolTip">
  285. <string>Disconnect Ports</string>
  286. </property>
  287. <property name="text">
  288. <string/>
  289. </property>
  290. <property name="icon">
  291. <iconset resource="../resources.qrc">
  292. <normaloff>:/16x16/network-disconnect.png</normaloff>:/16x16/network-disconnect.png</iconset>
  293. </property>
  294. </widget>
  295. </item>
  296. </layout>
  297. </widget>
  298. </item>
  299. <item>
  300. <widget class="QGroupBox" name="group_canvas">
  301. <property name="title">
  302. <string>Canvas</string>
  303. </property>
  304. <layout class="QHBoxLayout" name="horizontalLayout_4">
  305. <item>
  306. <widget class="QPushButton" name="b_canvas_zoom_fit">
  307. <property name="maximumSize">
  308. <size>
  309. <width>23</width>
  310. <height>16777215</height>
  311. </size>
  312. </property>
  313. <property name="toolTip">
  314. <string>Zoom Auto-Fit</string>
  315. </property>
  316. <property name="text">
  317. <string/>
  318. </property>
  319. <property name="icon">
  320. <iconset resource="../resources.qrc">
  321. <normaloff>:/16x16/zoom-fit-best.png</normaloff>:/16x16/zoom-fit-best.png</iconset>
  322. </property>
  323. </widget>
  324. </item>
  325. <item>
  326. <widget class="QPushButton" name="b_canvas_zoom_in">
  327. <property name="maximumSize">
  328. <size>
  329. <width>23</width>
  330. <height>16777215</height>
  331. </size>
  332. </property>
  333. <property name="toolTip">
  334. <string>Zoom In</string>
  335. </property>
  336. <property name="text">
  337. <string/>
  338. </property>
  339. <property name="icon">
  340. <iconset resource="../resources.qrc">
  341. <normaloff>:/16x16/zoom-in.png</normaloff>:/16x16/zoom-in.png</iconset>
  342. </property>
  343. </widget>
  344. </item>
  345. <item>
  346. <widget class="QPushButton" name="b_canvas_zoom_out">
  347. <property name="maximumSize">
  348. <size>
  349. <width>23</width>
  350. <height>16777215</height>
  351. </size>
  352. </property>
  353. <property name="toolTip">
  354. <string>Zoom Out</string>
  355. </property>
  356. <property name="text">
  357. <string/>
  358. </property>
  359. <property name="icon">
  360. <iconset resource="../resources.qrc">
  361. <normaloff>:/16x16/zoom-out.png</normaloff>:/16x16/zoom-out.png</iconset>
  362. </property>
  363. </widget>
  364. </item>
  365. <item>
  366. <widget class="QPushButton" name="b_canvas_zoom_100">
  367. <property name="maximumSize">
  368. <size>
  369. <width>23</width>
  370. <height>16777215</height>
  371. </size>
  372. </property>
  373. <property name="toolTip">
  374. <string>Zoom 100%</string>
  375. </property>
  376. <property name="text">
  377. <string/>
  378. </property>
  379. <property name="icon">
  380. <iconset resource="../resources.qrc">
  381. <normaloff>:/16x16/zoom-original.png</normaloff>:/16x16/zoom-original.png</iconset>
  382. </property>
  383. </widget>
  384. </item>
  385. </layout>
  386. </widget>
  387. </item>
  388. <item>
  389. <spacer name="horizontalSpacer">
  390. <property name="orientation">
  391. <enum>Qt::Horizontal</enum>
  392. </property>
  393. <property name="sizeHint" stdset="0">
  394. <size>
  395. <width>163</width>
  396. <height>20</height>
  397. </size>
  398. </property>
  399. </spacer>
  400. </item>
  401. </layout>
  402. </widget>
  403. </item>
  404. <item>
  405. <widget class="QGraphicsView" name="graphicsView">
  406. <property name="verticalScrollBarPolicy">
  407. <enum>Qt::ScrollBarAlwaysOn</enum>
  408. </property>
  409. <property name="horizontalScrollBarPolicy">
  410. <enum>Qt::ScrollBarAlwaysOn</enum>
  411. </property>
  412. </widget>
  413. </item>
  414. </layout>
  415. </widget>
  416. <widget class="QMenuBar" name="menubar">
  417. <property name="geometry">
  418. <rect>
  419. <x>0</x>
  420. <y>0</y>
  421. <width>651</width>
  422. <height>20</height>
  423. </rect>
  424. </property>
  425. <widget class="QMenu" name="menu_File">
  426. <property name="title">
  427. <string>&amp;File</string>
  428. </property>
  429. <addaction name="act_project_new"/>
  430. <addaction name="act_project_open"/>
  431. <addaction name="separator"/>
  432. <addaction name="act_project_save"/>
  433. <addaction name="act_project_save_as"/>
  434. <addaction name="separator"/>
  435. <addaction name="act_quit"/>
  436. </widget>
  437. <widget class="QMenu" name="menu_Patchbay">
  438. <property name="title">
  439. <string>&amp;Patchbay</string>
  440. </property>
  441. <addaction name="act_patchbay_add_group"/>
  442. <addaction name="act_patchbay_remove_group"/>
  443. <addaction name="act_patchbay_rename_group"/>
  444. <addaction name="separator"/>
  445. <addaction name="act_patchbay_add_port"/>
  446. <addaction name="act_patchbay_remove_port"/>
  447. <addaction name="act_patchbay_rename_port"/>
  448. <addaction name="separator"/>
  449. <addaction name="act_patchbay_connect_ports"/>
  450. <addaction name="act_patchbay_disconnect_ports"/>
  451. </widget>
  452. <widget class="QMenu" name="menu_Settings">
  453. <property name="title">
  454. <string>&amp;Settings</string>
  455. </property>
  456. <addaction name="act_settings_show_toolbar"/>
  457. <addaction name="separator"/>
  458. <addaction name="act_settings_configure"/>
  459. </widget>
  460. <widget class="QMenu" name="menu_About">
  461. <property name="title">
  462. <string>&amp;About</string>
  463. </property>
  464. <addaction name="act_help_about"/>
  465. <addaction name="act_help_about_qt"/>
  466. </widget>
  467. <widget class="QMenu" name="menu_Canvas">
  468. <property name="title">
  469. <string>&amp;Canvas</string>
  470. </property>
  471. <widget class="QMenu" name="menu_Zoom">
  472. <property name="title">
  473. <string>Zoom</string>
  474. </property>
  475. <addaction name="act_canvas_zoom_fit"/>
  476. <addaction name="separator"/>
  477. <addaction name="act_canvas_zoom_in"/>
  478. <addaction name="act_canvas_zoom_out"/>
  479. <addaction name="act_canvas_zoom_100"/>
  480. </widget>
  481. <addaction name="act_canvas_arrange"/>
  482. <addaction name="act_canvas_refresh"/>
  483. <addaction name="separator"/>
  484. <addaction name="menu_Zoom"/>
  485. <addaction name="separator"/>
  486. <addaction name="act_canvas_save_image"/>
  487. </widget>
  488. <addaction name="menu_File"/>
  489. <addaction name="menu_Patchbay"/>
  490. <addaction name="menu_Canvas"/>
  491. <addaction name="menu_Settings"/>
  492. <addaction name="menu_About"/>
  493. </widget>
  494. <action name="act_save">
  495. <property name="icon">
  496. <iconset resource="../resources.qrc">
  497. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  498. </property>
  499. <property name="text">
  500. <string>&amp;Save Positions</string>
  501. </property>
  502. <property name="shortcut">
  503. <string>Ctrl+S</string>
  504. </property>
  505. </action>
  506. <action name="act_quit">
  507. <property name="icon">
  508. <iconset resource="../resources.qrc">
  509. <normaloff>:/16x16/application-exit.png</normaloff>:/16x16/application-exit.png</iconset>
  510. </property>
  511. <property name="text">
  512. <string>&amp;Quit</string>
  513. </property>
  514. <property name="shortcut">
  515. <string>Ctrl+Q</string>
  516. </property>
  517. </action>
  518. <action name="act_patchbay_add_group">
  519. <property name="icon">
  520. <iconset resource="../resources.qrc">
  521. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  522. </property>
  523. <property name="text">
  524. <string>Add Group...</string>
  525. </property>
  526. </action>
  527. <action name="act_patchbay_remove_group">
  528. <property name="icon">
  529. <iconset resource="../resources.qrc">
  530. <normaloff>:/16x16/edit-delete.png</normaloff>:/16x16/edit-delete.png</iconset>
  531. </property>
  532. <property name="text">
  533. <string>Remove Group...</string>
  534. </property>
  535. </action>
  536. <action name="act_patchbay_add_port">
  537. <property name="icon">
  538. <iconset resource="../resources.qrc">
  539. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  540. </property>
  541. <property name="text">
  542. <string>Add Port...</string>
  543. </property>
  544. </action>
  545. <action name="act_patchbay_remove_port">
  546. <property name="icon">
  547. <iconset resource="../resources.qrc">
  548. <normaloff>:/16x16/list-remove.png</normaloff>:/16x16/list-remove.png</iconset>
  549. </property>
  550. <property name="text">
  551. <string>Remove Port...</string>
  552. </property>
  553. </action>
  554. <action name="act_patchbay_rename_port">
  555. <property name="icon">
  556. <iconset resource="../resources.qrc">
  557. <normaloff>:/16x16/edit-rename.png</normaloff>:/16x16/edit-rename.png</iconset>
  558. </property>
  559. <property name="text">
  560. <string>Rename Port...</string>
  561. </property>
  562. </action>
  563. <action name="act_patchbay_connect_ports">
  564. <property name="icon">
  565. <iconset resource="../resources.qrc">
  566. <normaloff>:/16x16/network-connect.png</normaloff>:/16x16/network-connect.png</iconset>
  567. </property>
  568. <property name="text">
  569. <string>&amp;Connect Ports...</string>
  570. </property>
  571. </action>
  572. <action name="act_patchbay_disconnect_ports">
  573. <property name="icon">
  574. <iconset resource="../resources.qrc">
  575. <normaloff>:/16x16/network-disconnect.png</normaloff>:/16x16/network-disconnect.png</iconset>
  576. </property>
  577. <property name="text">
  578. <string>&amp;Disconnect Ports...</string>
  579. </property>
  580. </action>
  581. <action name="act_canvas_refresh">
  582. <property name="icon">
  583. <iconset resource="../resources.qrc">
  584. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  585. </property>
  586. <property name="text">
  587. <string>&amp;Refresh</string>
  588. </property>
  589. <property name="shortcut">
  590. <string>Ctrl+R</string>
  591. </property>
  592. </action>
  593. <action name="act_canvas_zoom_fit">
  594. <property name="icon">
  595. <iconset resource="../resources.qrc">
  596. <normaloff>:/16x16/zoom-fit-best.png</normaloff>:/16x16/zoom-fit-best.png</iconset>
  597. </property>
  598. <property name="text">
  599. <string>Auto-Fit</string>
  600. </property>
  601. <property name="shortcut">
  602. <string>Home</string>
  603. </property>
  604. </action>
  605. <action name="act_canvas_zoom_100">
  606. <property name="icon">
  607. <iconset resource="../resources.qrc">
  608. <normaloff>:/16x16/zoom-original.png</normaloff>:/16x16/zoom-original.png</iconset>
  609. </property>
  610. <property name="text">
  611. <string>Zoom 100%</string>
  612. </property>
  613. <property name="shortcut">
  614. <string>Ctrl+1</string>
  615. </property>
  616. </action>
  617. <action name="act_canvas_zoom_out">
  618. <property name="icon">
  619. <iconset resource="../resources.qrc">
  620. <normaloff>:/16x16/zoom-out.png</normaloff>:/16x16/zoom-out.png</iconset>
  621. </property>
  622. <property name="text">
  623. <string>Zoom Out</string>
  624. </property>
  625. <property name="shortcut">
  626. <string>Ctrl+-</string>
  627. </property>
  628. </action>
  629. <action name="act_canvas_zoom_in">
  630. <property name="icon">
  631. <iconset resource="../resources.qrc">
  632. <normaloff>:/16x16/zoom-in.png</normaloff>:/16x16/zoom-in.png</iconset>
  633. </property>
  634. <property name="text">
  635. <string>Zoom In</string>
  636. </property>
  637. <property name="shortcut">
  638. <string>Ctrl++</string>
  639. </property>
  640. </action>
  641. <action name="act_settings_show_toolbar">
  642. <property name="checkable">
  643. <bool>true</bool>
  644. </property>
  645. <property name="text">
  646. <string>Show Toolbar</string>
  647. </property>
  648. </action>
  649. <action name="act_help_about_qt">
  650. <property name="text">
  651. <string>About Qt</string>
  652. </property>
  653. </action>
  654. <action name="act_help_about">
  655. <property name="text">
  656. <string>About Catarina</string>
  657. </property>
  658. </action>
  659. <action name="act_show_patchbay_toolbar">
  660. <property name="checkable">
  661. <bool>true</bool>
  662. </property>
  663. <property name="text">
  664. <string>Show Patchbay Toolbar</string>
  665. </property>
  666. </action>
  667. <action name="act_canvas_arrange">
  668. <property name="icon">
  669. <iconset resource="../resources.qrc">
  670. <normaloff>:/16x16/view-sort-ascending.png</normaloff>:/16x16/view-sort-ascending.png</iconset>
  671. </property>
  672. <property name="text">
  673. <string>&amp;Arrange</string>
  674. </property>
  675. <property name="shortcut">
  676. <string>Ctrl+G</string>
  677. </property>
  678. </action>
  679. <action name="act_canvas_save_image">
  680. <property name="text">
  681. <string>Save Image...</string>
  682. </property>
  683. </action>
  684. <action name="act_settings_configure">
  685. <property name="icon">
  686. <iconset resource="../resources.qrc">
  687. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  688. </property>
  689. <property name="text">
  690. <string>Configure Catarina</string>
  691. </property>
  692. <property name="shortcut">
  693. <string>Ctrl+P</string>
  694. </property>
  695. </action>
  696. <action name="act_project_new">
  697. <property name="icon">
  698. <iconset resource="../resources.qrc">
  699. <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
  700. </property>
  701. <property name="text">
  702. <string>&amp;New</string>
  703. </property>
  704. <property name="shortcut">
  705. <string>Ctrl+N</string>
  706. </property>
  707. </action>
  708. <action name="act_project_open">
  709. <property name="icon">
  710. <iconset resource="../resources.qrc">
  711. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  712. </property>
  713. <property name="text">
  714. <string>&amp;Open...</string>
  715. </property>
  716. <property name="shortcut">
  717. <string>Ctrl+O</string>
  718. </property>
  719. </action>
  720. <action name="act_project_save">
  721. <property name="icon">
  722. <iconset resource="../resources.qrc">
  723. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  724. </property>
  725. <property name="text">
  726. <string>&amp;Save</string>
  727. </property>
  728. <property name="shortcut">
  729. <string>Ctrl+S</string>
  730. </property>
  731. </action>
  732. <action name="act_project_save_as">
  733. <property name="icon">
  734. <iconset resource="../resources.qrc">
  735. <normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset>
  736. </property>
  737. <property name="text">
  738. <string>Save &amp;As...</string>
  739. </property>
  740. <property name="shortcut">
  741. <string>Ctrl+Shift+S</string>
  742. </property>
  743. </action>
  744. <action name="act_patchbay_rename_group">
  745. <property name="icon">
  746. <iconset resource="../resources.qrc">
  747. <normaloff>:/16x16/edit-rename.png</normaloff>:/16x16/edit-rename.png</iconset>
  748. </property>
  749. <property name="text">
  750. <string>Rename Group...</string>
  751. </property>
  752. </action>
  753. </widget>
  754. <resources>
  755. <include location="../resources.qrc"/>
  756. </resources>
  757. <connections>
  758. <connection>
  759. <sender>act_quit</sender>
  760. <signal>triggered()</signal>
  761. <receiver>CatarinaMainW</receiver>
  762. <slot>close()</slot>
  763. <hints>
  764. <hint type="sourcelabel">
  765. <x>-1</x>
  766. <y>-1</y>
  767. </hint>
  768. <hint type="destinationlabel">
  769. <x>325</x>
  770. <y>243</y>
  771. </hint>
  772. </hints>
  773. </connection>
  774. <connection>
  775. <sender>act_settings_show_toolbar</sender>
  776. <signal>toggled(bool)</signal>
  777. <receiver>frame_toolbar</receiver>
  778. <slot>setVisible(bool)</slot>
  779. <hints>
  780. <hint type="sourcelabel">
  781. <x>-1</x>
  782. <y>-1</y>
  783. </hint>
  784. <hint type="destinationlabel">
  785. <x>325</x>
  786. <y>60</y>
  787. </hint>
  788. </hints>
  789. </connection>
  790. </connections>
  791. </ui>