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.

895 lines
32 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1113</width>
  10. <height>746</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Chordsheet</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QGridLayout" name="gridLayout">
  18. <item row="0" column="0">
  19. <widget class="QSplitter" name="splitter">
  20. <property name="frameShape">
  21. <enum>QFrame::NoFrame</enum>
  22. </property>
  23. <property name="orientation">
  24. <enum>Qt::Horizontal</enum>
  25. </property>
  26. <widget class="QWidget" name="leftPane" native="true">
  27. <property name="sizePolicy">
  28. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  29. <horstretch>0</horstretch>
  30. <verstretch>0</verstretch>
  31. </sizepolicy>
  32. </property>
  33. <property name="minimumSize">
  34. <size>
  35. <width>320</width>
  36. <height>0</height>
  37. </size>
  38. </property>
  39. <property name="maximumSize">
  40. <size>
  41. <width>500</width>
  42. <height>16777215</height>
  43. </size>
  44. </property>
  45. <layout class="QHBoxLayout" name="horizontalLayout">
  46. <item>
  47. <layout class="QVBoxLayout" name="verticalLayout">
  48. <property name="sizeConstraint">
  49. <enum>QLayout::SetDefaultConstraint</enum>
  50. </property>
  51. <item>
  52. <widget class="QTabWidget" name="tabWidget">
  53. <property name="sizePolicy">
  54. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
  55. <horstretch>0</horstretch>
  56. <verstretch>0</verstretch>
  57. </sizepolicy>
  58. </property>
  59. <property name="minimumSize">
  60. <size>
  61. <width>300</width>
  62. <height>400</height>
  63. </size>
  64. </property>
  65. <property name="maximumSize">
  66. <size>
  67. <width>500</width>
  68. <height>16777215</height>
  69. </size>
  70. </property>
  71. <property name="currentIndex">
  72. <number>2</number>
  73. </property>
  74. <widget class="QWidget" name="tabWidgetOverview">
  75. <attribute name="title">
  76. <string>Overview</string>
  77. </attribute>
  78. <layout class="QVBoxLayout" name="verticalLayout_7">
  79. <item>
  80. <layout class="QVBoxLayout" name="verticalLayout_2">
  81. <item>
  82. <layout class="QFormLayout" name="formLayoutOverview">
  83. <property name="fieldGrowthPolicy">
  84. <enum>QFormLayout::ExpandingFieldsGrow</enum>
  85. </property>
  86. <item row="0" column="0">
  87. <widget class="QLabel" name="titleLabel">
  88. <property name="text">
  89. <string>Title</string>
  90. </property>
  91. </widget>
  92. </item>
  93. <item row="0" column="1">
  94. <widget class="QLineEdit" name="titleLineEdit">
  95. <property name="sizePolicy">
  96. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  97. <horstretch>0</horstretch>
  98. <verstretch>0</verstretch>
  99. </sizepolicy>
  100. </property>
  101. </widget>
  102. </item>
  103. <item row="1" column="0">
  104. <widget class="QLabel" name="composerLabel">
  105. <property name="text">
  106. <string>Composer</string>
  107. </property>
  108. </widget>
  109. </item>
  110. <item row="1" column="1">
  111. <widget class="QLineEdit" name="composerLineEdit">
  112. <property name="sizePolicy">
  113. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  114. <horstretch>0</horstretch>
  115. <verstretch>0</verstretch>
  116. </sizepolicy>
  117. </property>
  118. </widget>
  119. </item>
  120. <item row="2" column="0">
  121. <widget class="QLabel" name="arrangerLabel">
  122. <property name="text">
  123. <string>Arranger</string>
  124. </property>
  125. </widget>
  126. </item>
  127. <item row="2" column="1">
  128. <widget class="QLineEdit" name="arrangerLineEdit">
  129. <property name="sizePolicy">
  130. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  131. <horstretch>0</horstretch>
  132. <verstretch>0</verstretch>
  133. </sizepolicy>
  134. </property>
  135. </widget>
  136. </item>
  137. </layout>
  138. </item>
  139. <item>
  140. <layout class="QFormLayout" name="formLayoutTimeSignature">
  141. <item row="0" column="0">
  142. <widget class="QLabel" name="timeSignatureLabel">
  143. <property name="text">
  144. <string>Time signature</string>
  145. </property>
  146. </widget>
  147. </item>
  148. <item row="0" column="1">
  149. <widget class="QSpinBox" name="timeSignatureSpinBox">
  150. <property name="maximumSize">
  151. <size>
  152. <width>40</width>
  153. <height>16777215</height>
  154. </size>
  155. </property>
  156. <property name="specialValueText">
  157. <string/>
  158. </property>
  159. <property name="value">
  160. <number>4</number>
  161. </property>
  162. </widget>
  163. </item>
  164. </layout>
  165. </item>
  166. <item>
  167. <spacer name="verticalSpacer">
  168. <property name="orientation">
  169. <enum>Qt::Vertical</enum>
  170. </property>
  171. <property name="sizeHint" stdset="0">
  172. <size>
  173. <width>20</width>
  174. <height>40</height>
  175. </size>
  176. </property>
  177. </spacer>
  178. </item>
  179. </layout>
  180. </item>
  181. </layout>
  182. </widget>
  183. <widget class="QWidget" name="tabWidgetPage">
  184. <attribute name="title">
  185. <string>Page</string>
  186. </attribute>
  187. <layout class="QVBoxLayout" name="verticalLayout_8">
  188. <item>
  189. <widget class="QGroupBox" name="pageGroupBox">
  190. <property name="title">
  191. <string>Page options</string>
  192. </property>
  193. <layout class="QVBoxLayout" name="verticalLayout_10">
  194. <item>
  195. <layout class="QFormLayout" name="formLayout">
  196. <item row="0" column="0">
  197. <widget class="QLabel" name="pageSizeLabel">
  198. <property name="text">
  199. <string>Page size</string>
  200. </property>
  201. </widget>
  202. </item>
  203. <item row="0" column="1">
  204. <widget class="QComboBox" name="pageSizeComboBox"/>
  205. </item>
  206. <item row="1" column="0">
  207. <widget class="QLabel" name="documentUnitsLabel">
  208. <property name="text">
  209. <string>Document units</string>
  210. </property>
  211. </widget>
  212. </item>
  213. <item row="1" column="1">
  214. <widget class="QComboBox" name="documentUnitsComboBox"/>
  215. </item>
  216. <item row="2" column="0">
  217. <widget class="QLabel" name="leftMarginLabel">
  218. <property name="text">
  219. <string>Left margin</string>
  220. </property>
  221. </widget>
  222. </item>
  223. <item row="2" column="1">
  224. <widget class="QLineEdit" name="leftMarginLineEdit">
  225. <property name="maximumSize">
  226. <size>
  227. <width>60</width>
  228. <height>16777215</height>
  229. </size>
  230. </property>
  231. </widget>
  232. </item>
  233. <item row="3" column="0">
  234. <widget class="QLabel" name="topMarginLabel">
  235. <property name="text">
  236. <string>Top margin</string>
  237. </property>
  238. </widget>
  239. </item>
  240. <item row="3" column="1">
  241. <widget class="QLineEdit" name="topMarginLineEdit">
  242. <property name="maximumSize">
  243. <size>
  244. <width>60</width>
  245. <height>16777215</height>
  246. </size>
  247. </property>
  248. </widget>
  249. </item>
  250. </layout>
  251. </item>
  252. </layout>
  253. </widget>
  254. </item>
  255. <item>
  256. <widget class="QGroupBox" name="textGroupBox">
  257. <property name="title">
  258. <string>Text options</string>
  259. </property>
  260. <layout class="QVBoxLayout" name="verticalLayout_9">
  261. <item>
  262. <layout class="QFormLayout" name="formLayout_2">
  263. <item row="0" column="0">
  264. <widget class="QLabel" name="lineSpacingLabel">
  265. <property name="text">
  266. <string>Line spacing</string>
  267. </property>
  268. </widget>
  269. </item>
  270. <item row="0" column="1">
  271. <widget class="QDoubleSpinBox" name="lineSpacingDoubleSpinBox">
  272. <property name="minimumSize">
  273. <size>
  274. <width>70</width>
  275. <height>0</height>
  276. </size>
  277. </property>
  278. <property name="maximumSize">
  279. <size>
  280. <width>70</width>
  281. <height>16777215</height>
  282. </size>
  283. </property>
  284. </widget>
  285. </item>
  286. </layout>
  287. </item>
  288. </layout>
  289. </widget>
  290. </item>
  291. <item>
  292. <widget class="QGroupBox" name="fontGroupBox">
  293. <property name="sizePolicy">
  294. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  295. <horstretch>0</horstretch>
  296. <verstretch>0</verstretch>
  297. </sizepolicy>
  298. </property>
  299. <property name="title">
  300. <string>Font options</string>
  301. </property>
  302. <layout class="QVBoxLayout" name="verticalLayout_11">
  303. <item>
  304. <layout class="QHBoxLayout" name="horizontalLayout_5">
  305. <item>
  306. <widget class="QLabel" name="fontLabel">
  307. <property name="maximumSize">
  308. <size>
  309. <width>40</width>
  310. <height>16777215</height>
  311. </size>
  312. </property>
  313. <property name="text">
  314. <string>Font</string>
  315. </property>
  316. </widget>
  317. </item>
  318. <item>
  319. <widget class="QComboBox" name="fontComboBox">
  320. <property name="sizePolicy">
  321. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  322. <horstretch>0</horstretch>
  323. <verstretch>0</verstretch>
  324. </sizepolicy>
  325. </property>
  326. </widget>
  327. </item>
  328. </layout>
  329. </item>
  330. </layout>
  331. </widget>
  332. </item>
  333. <item alignment="Qt::AlignRight">
  334. <widget class="QCheckBox" name="includedFontCheckBox">
  335. <property name="text">
  336. <string>Use included FreeSans</string>
  337. </property>
  338. </widget>
  339. </item>
  340. <item>
  341. <spacer name="verticalSpacer_2">
  342. <property name="orientation">
  343. <enum>Qt::Vertical</enum>
  344. </property>
  345. <property name="sizeHint" stdset="0">
  346. <size>
  347. <width>20</width>
  348. <height>40</height>
  349. </size>
  350. </property>
  351. </spacer>
  352. </item>
  353. </layout>
  354. </widget>
  355. <widget class="QWidget" name="tabWidgetChords">
  356. <attribute name="title">
  357. <string>Chords</string>
  358. </attribute>
  359. <layout class="QVBoxLayout" name="verticalLayout_5">
  360. <item>
  361. <layout class="QVBoxLayout" name="chordTabLayout">
  362. <item>
  363. <widget class="ChordTableView" name="chordTableView">
  364. <property name="sizePolicy">
  365. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
  366. <horstretch>0</horstretch>
  367. <verstretch>0</verstretch>
  368. </sizepolicy>
  369. </property>
  370. <property name="editTriggers">
  371. <set>QAbstractItemView::NoEditTriggers</set>
  372. </property>
  373. <property name="dragEnabled">
  374. <bool>true</bool>
  375. </property>
  376. <property name="dragDropOverwriteMode">
  377. <bool>false</bool>
  378. </property>
  379. <property name="dragDropMode">
  380. <enum>QAbstractItemView::InternalMove</enum>
  381. </property>
  382. <property name="defaultDropAction">
  383. <enum>Qt::IgnoreAction</enum>
  384. </property>
  385. <property name="selectionMode">
  386. <enum>QAbstractItemView::SingleSelection</enum>
  387. </property>
  388. <property name="selectionBehavior">
  389. <enum>QAbstractItemView::SelectRows</enum>
  390. </property>
  391. <property name="showGrid">
  392. <bool>false</bool>
  393. </property>
  394. <property name="sortingEnabled">
  395. <bool>false</bool>
  396. </property>
  397. <property name="cornerButtonEnabled">
  398. <bool>false</bool>
  399. </property>
  400. </widget>
  401. </item>
  402. <item>
  403. <layout class="QGridLayout" name="chordGridLayout">
  404. <item row="0" column="1">
  405. <widget class="QLineEdit" name="chordNameLineEdit">
  406. <property name="sizePolicy">
  407. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  408. <horstretch>0</horstretch>
  409. <verstretch>0</verstretch>
  410. </sizepolicy>
  411. </property>
  412. <property name="maximumSize">
  413. <size>
  414. <width>100</width>
  415. <height>16777215</height>
  416. </size>
  417. </property>
  418. </widget>
  419. </item>
  420. <item row="1" column="2">
  421. <widget class="QPushButton" name="guitarVoicingButton">
  422. <property name="maximumSize">
  423. <size>
  424. <width>16777215</width>
  425. <height>16777215</height>
  426. </size>
  427. </property>
  428. <property name="text">
  429. <string>Editor...</string>
  430. </property>
  431. </widget>
  432. </item>
  433. <item row="1" column="1">
  434. <widget class="QLineEdit" name="guitarVoicingLineEdit">
  435. <property name="sizePolicy">
  436. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  437. <horstretch>0</horstretch>
  438. <verstretch>0</verstretch>
  439. </sizepolicy>
  440. </property>
  441. </widget>
  442. </item>
  443. <item row="1" column="0">
  444. <widget class="QLabel" name="guitarVoicingLabel">
  445. <property name="text">
  446. <string>Guitar voicing</string>
  447. </property>
  448. </widget>
  449. </item>
  450. <item row="0" column="0">
  451. <widget class="QLabel" name="chordNameLabel">
  452. <property name="text">
  453. <string>Chord name</string>
  454. </property>
  455. </widget>
  456. </item>
  457. </layout>
  458. </item>
  459. <item>
  460. <layout class="QHBoxLayout" name="bottomChordHorizontalLayout">
  461. <item>
  462. <widget class="QPushButton" name="removeChordButton">
  463. <property name="text">
  464. <string>Remove chord</string>
  465. </property>
  466. </widget>
  467. </item>
  468. <item>
  469. <spacer name="horizontalSpacer_3">
  470. <property name="orientation">
  471. <enum>Qt::Horizontal</enum>
  472. </property>
  473. <property name="sizeType">
  474. <enum>QSizePolicy::MinimumExpanding</enum>
  475. </property>
  476. <property name="sizeHint" stdset="0">
  477. <size>
  478. <width>40</width>
  479. <height>20</height>
  480. </size>
  481. </property>
  482. </spacer>
  483. </item>
  484. <item>
  485. <widget class="QPushButton" name="updateChordButton">
  486. <property name="text">
  487. <string>Update chord</string>
  488. </property>
  489. </widget>
  490. </item>
  491. <item>
  492. <widget class="QPushButton" name="addChordButton">
  493. <property name="text">
  494. <string>Add chord</string>
  495. </property>
  496. </widget>
  497. </item>
  498. </layout>
  499. </item>
  500. </layout>
  501. </item>
  502. </layout>
  503. </widget>
  504. <widget class="QWidget" name="tabWidgetBlocks">
  505. <attribute name="title">
  506. <string>Blocks</string>
  507. </attribute>
  508. <layout class="QVBoxLayout" name="verticalLayout_6">
  509. <item>
  510. <layout class="QVBoxLayout" name="blockTabLayout">
  511. <item>
  512. <widget class="BlockTableView" name="blockTableView">
  513. <property name="sizePolicy">
  514. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
  515. <horstretch>0</horstretch>
  516. <verstretch>0</verstretch>
  517. </sizepolicy>
  518. </property>
  519. <property name="minimumSize">
  520. <size>
  521. <width>0</width>
  522. <height>200</height>
  523. </size>
  524. </property>
  525. <property name="editTriggers">
  526. <set>QAbstractItemView::NoEditTriggers</set>
  527. </property>
  528. <property name="dragEnabled">
  529. <bool>true</bool>
  530. </property>
  531. <property name="dragDropOverwriteMode">
  532. <bool>false</bool>
  533. </property>
  534. <property name="dragDropMode">
  535. <enum>QAbstractItemView::InternalMove</enum>
  536. </property>
  537. <property name="defaultDropAction">
  538. <enum>Qt::TargetMoveAction</enum>
  539. </property>
  540. <property name="selectionMode">
  541. <enum>QAbstractItemView::SingleSelection</enum>
  542. </property>
  543. <property name="selectionBehavior">
  544. <enum>QAbstractItemView::SelectRows</enum>
  545. </property>
  546. <property name="showGrid">
  547. <bool>false</bool>
  548. </property>
  549. <property name="cornerButtonEnabled">
  550. <bool>false</bool>
  551. </property>
  552. </widget>
  553. </item>
  554. <item>
  555. <layout class="QGridLayout" name="blockGridLayout">
  556. <item row="0" column="0">
  557. <widget class="QLabel" name="blockLengthLabel">
  558. <property name="text">
  559. <string>Length</string>
  560. </property>
  561. </widget>
  562. </item>
  563. <item row="0" column="4">
  564. <widget class="QComboBox" name="blockChordComboBox"/>
  565. </item>
  566. <item row="1" column="0">
  567. <widget class="QLabel" name="blockNotesLabel">
  568. <property name="minimumSize">
  569. <size>
  570. <width>0</width>
  571. <height>0</height>
  572. </size>
  573. </property>
  574. <property name="text">
  575. <string>Notes</string>
  576. </property>
  577. </widget>
  578. </item>
  579. <item row="0" column="3">
  580. <widget class="QLabel" name="blockChordLabel">
  581. <property name="text">
  582. <string>Chord</string>
  583. </property>
  584. </widget>
  585. </item>
  586. <item row="0" column="1">
  587. <widget class="QLineEdit" name="blockLengthLineEdit">
  588. <property name="sizePolicy">
  589. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  590. <horstretch>0</horstretch>
  591. <verstretch>0</verstretch>
  592. </sizepolicy>
  593. </property>
  594. <property name="maximumSize">
  595. <size>
  596. <width>40</width>
  597. <height>16777215</height>
  598. </size>
  599. </property>
  600. </widget>
  601. </item>
  602. <item row="1" column="1" colspan="4">
  603. <widget class="QLineEdit" name="blockNotesLineEdit">
  604. <property name="sizePolicy">
  605. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  606. <horstretch>0</horstretch>
  607. <verstretch>0</verstretch>
  608. </sizepolicy>
  609. </property>
  610. </widget>
  611. </item>
  612. <item row="0" column="2">
  613. <spacer name="horizontalSpacer_4">
  614. <property name="orientation">
  615. <enum>Qt::Horizontal</enum>
  616. </property>
  617. <property name="sizeHint" stdset="0">
  618. <size>
  619. <width>40</width>
  620. <height>20</height>
  621. </size>
  622. </property>
  623. </spacer>
  624. </item>
  625. </layout>
  626. </item>
  627. <item>
  628. <layout class="QHBoxLayout" name="bottomBlockHorizontalLayout">
  629. <item>
  630. <widget class="QPushButton" name="removeBlockButton">
  631. <property name="text">
  632. <string>Remove block</string>
  633. </property>
  634. </widget>
  635. </item>
  636. <item>
  637. <spacer name="horizontalSpacer_6">
  638. <property name="orientation">
  639. <enum>Qt::Horizontal</enum>
  640. </property>
  641. <property name="sizeType">
  642. <enum>QSizePolicy::MinimumExpanding</enum>
  643. </property>
  644. <property name="sizeHint" stdset="0">
  645. <size>
  646. <width>40</width>
  647. <height>20</height>
  648. </size>
  649. </property>
  650. </spacer>
  651. </item>
  652. <item>
  653. <widget class="QPushButton" name="updateBlockButton">
  654. <property name="text">
  655. <string>Update block</string>
  656. </property>
  657. </widget>
  658. </item>
  659. <item>
  660. <widget class="QPushButton" name="addBlockButton">
  661. <property name="text">
  662. <string>Add block</string>
  663. </property>
  664. </widget>
  665. </item>
  666. </layout>
  667. </item>
  668. </layout>
  669. </item>
  670. </layout>
  671. </widget>
  672. </widget>
  673. </item>
  674. <item>
  675. <layout class="QHBoxLayout" name="horizontalLayout_3">
  676. <item>
  677. <spacer name="horizontalSpacer">
  678. <property name="orientation">
  679. <enum>Qt::Horizontal</enum>
  680. </property>
  681. <property name="sizeType">
  682. <enum>QSizePolicy::MinimumExpanding</enum>
  683. </property>
  684. <property name="sizeHint" stdset="0">
  685. <size>
  686. <width>40</width>
  687. <height>20</height>
  688. </size>
  689. </property>
  690. </spacer>
  691. </item>
  692. <item>
  693. <widget class="QPushButton" name="generateButton">
  694. <property name="text">
  695. <string>Generate chordsheet</string>
  696. </property>
  697. </widget>
  698. </item>
  699. <item>
  700. <spacer name="horizontalSpacer_2">
  701. <property name="orientation">
  702. <enum>Qt::Horizontal</enum>
  703. </property>
  704. <property name="sizeType">
  705. <enum>QSizePolicy::MinimumExpanding</enum>
  706. </property>
  707. <property name="sizeHint" stdset="0">
  708. <size>
  709. <width>40</width>
  710. <height>20</height>
  711. </size>
  712. </property>
  713. </spacer>
  714. </item>
  715. </layout>
  716. </item>
  717. </layout>
  718. </item>
  719. </layout>
  720. </widget>
  721. <widget class="QScrollArea" name="scrollArea">
  722. <property name="minimumSize">
  723. <size>
  724. <width>300</width>
  725. <height>400</height>
  726. </size>
  727. </property>
  728. <property name="widgetResizable">
  729. <bool>true</bool>
  730. </property>
  731. <widget class="QWidget" name="scrollAreaContents">
  732. <property name="geometry">
  733. <rect>
  734. <x>0</x>
  735. <y>0</y>
  736. <width>580</width>
  737. <height>698</height>
  738. </rect>
  739. </property>
  740. <property name="autoFillBackground">
  741. <bool>true</bool>
  742. </property>
  743. <layout class="QGridLayout" name="gridLayout_2">
  744. <property name="leftMargin">
  745. <number>12</number>
  746. </property>
  747. <property name="topMargin">
  748. <number>12</number>
  749. </property>
  750. <property name="rightMargin">
  751. <number>12</number>
  752. </property>
  753. <property name="bottomMargin">
  754. <number>12</number>
  755. </property>
  756. <item row="0" column="0" alignment="Qt::AlignHCenter">
  757. <widget class="QLabel" name="imageLabel">
  758. <property name="autoFillBackground">
  759. <bool>true</bool>
  760. </property>
  761. <property name="text">
  762. <string/>
  763. </property>
  764. <property name="scaledContents">
  765. <bool>false</bool>
  766. </property>
  767. <property name="margin">
  768. <number>0</number>
  769. </property>
  770. </widget>
  771. </item>
  772. </layout>
  773. </widget>
  774. </widget>
  775. </widget>
  776. </item>
  777. </layout>
  778. </widget>
  779. <widget class="QMenuBar" name="menubar">
  780. <property name="geometry">
  781. <rect>
  782. <x>0</x>
  783. <y>0</y>
  784. <width>1113</width>
  785. <height>22</height>
  786. </rect>
  787. </property>
  788. <widget class="QMenu" name="menuFile">
  789. <property name="title">
  790. <string>File</string>
  791. </property>
  792. <addaction name="actionNew"/>
  793. <addaction name="actionOpen"/>
  794. <addaction name="separator"/>
  795. <addaction name="actionSave"/>
  796. <addaction name="actionSave_as"/>
  797. <addaction name="actionSave_PDF"/>
  798. <addaction name="separator"/>
  799. <addaction name="actionPrint"/>
  800. <addaction name="separator"/>
  801. <addaction name="actionClose"/>
  802. </widget>
  803. <addaction name="menuFile"/>
  804. </widget>
  805. <action name="actionNew">
  806. <property name="text">
  807. <string>New...</string>
  808. </property>
  809. </action>
  810. <action name="actionOpen">
  811. <property name="text">
  812. <string>Open...</string>
  813. </property>
  814. </action>
  815. <action name="actionSave">
  816. <property name="text">
  817. <string>Save</string>
  818. </property>
  819. </action>
  820. <action name="actionSave_PDF">
  821. <property name="text">
  822. <string>Save PDF...</string>
  823. </property>
  824. </action>
  825. <action name="actionPrint">
  826. <property name="text">
  827. <string>Print...</string>
  828. </property>
  829. </action>
  830. <action name="actionClose">
  831. <property name="text">
  832. <string>Close</string>
  833. </property>
  834. </action>
  835. <action name="actionCut">
  836. <property name="text">
  837. <string>Cut</string>
  838. </property>
  839. </action>
  840. <action name="actionCopy">
  841. <property name="text">
  842. <string>Copy</string>
  843. </property>
  844. </action>
  845. <action name="actionPaste">
  846. <property name="text">
  847. <string>Paste</string>
  848. </property>
  849. </action>
  850. <action name="actionSave_as">
  851. <property name="text">
  852. <string>Save as...</string>
  853. </property>
  854. </action>
  855. </widget>
  856. <customwidgets>
  857. <customwidget>
  858. <class>ChordTableView</class>
  859. <extends>QTableView</extends>
  860. <header>chordsheet/tableView.h</header>
  861. </customwidget>
  862. <customwidget>
  863. <class>BlockTableView</class>
  864. <extends>QTableView</extends>
  865. <header>chordsheet/tableView.h</header>
  866. </customwidget>
  867. </customwidgets>
  868. <tabstops>
  869. <tabstop>generateButton</tabstop>
  870. <tabstop>tabWidget</tabstop>
  871. <tabstop>titleLineEdit</tabstop>
  872. <tabstop>composerLineEdit</tabstop>
  873. <tabstop>arrangerLineEdit</tabstop>
  874. <tabstop>timeSignatureSpinBox</tabstop>
  875. <tabstop>pageSizeComboBox</tabstop>
  876. <tabstop>documentUnitsComboBox</tabstop>
  877. <tabstop>leftMarginLineEdit</tabstop>
  878. <tabstop>topMarginLineEdit</tabstop>
  879. <tabstop>lineSpacingDoubleSpinBox</tabstop>
  880. <tabstop>fontComboBox</tabstop>
  881. <tabstop>includedFontCheckBox</tabstop>
  882. <tabstop>chordTableView</tabstop>
  883. <tabstop>chordNameLineEdit</tabstop>
  884. <tabstop>guitarVoicingLineEdit</tabstop>
  885. <tabstop>guitarVoicingButton</tabstop>
  886. <tabstop>addChordButton</tabstop>
  887. <tabstop>removeChordButton</tabstop>
  888. <tabstop>blockTableView</tabstop>
  889. <tabstop>addBlockButton</tabstop>
  890. <tabstop>removeBlockButton</tabstop>
  891. <tabstop>scrollArea</tabstop>
  892. </tabstops>
  893. <resources/>
  894. <connections/>
  895. </ui>