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.

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