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.

1003 lines
36 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>1061</width>
  10. <height>646</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>600</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="subtitleLabel">
  108. <property name="text">
  109. <string>Subtitle</string>
  110. </property>
  111. </widget>
  112. </item>
  113. <item row="1" column="1">
  114. <widget class="QLineEdit" name="subtitleLineEdit"/>
  115. </item>
  116. <item row="2" column="0">
  117. <widget class="QLabel" name="composerLabel">
  118. <property name="text">
  119. <string>Composer</string>
  120. </property>
  121. </widget>
  122. </item>
  123. <item row="2" column="1">
  124. <widget class="QLineEdit" name="composerLineEdit">
  125. <property name="sizePolicy">
  126. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  127. <horstretch>0</horstretch>
  128. <verstretch>0</verstretch>
  129. </sizepolicy>
  130. </property>
  131. </widget>
  132. </item>
  133. <item row="3" column="0">
  134. <widget class="QLabel" name="arrangerLabel">
  135. <property name="text">
  136. <string>Arranger</string>
  137. </property>
  138. </widget>
  139. </item>
  140. <item row="3" column="1">
  141. <widget class="QLineEdit" name="arrangerLineEdit">
  142. <property name="sizePolicy">
  143. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  144. <horstretch>0</horstretch>
  145. <verstretch>0</verstretch>
  146. </sizepolicy>
  147. </property>
  148. </widget>
  149. </item>
  150. <item row="4" column="0">
  151. <widget class="QLabel" name="tempoLabel">
  152. <property name="text">
  153. <string>Tempo</string>
  154. </property>
  155. </widget>
  156. </item>
  157. <item row="4" column="1">
  158. <widget class="QLineEdit" name="tempoLineEdit">
  159. <property name="sizePolicy">
  160. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  161. <horstretch>0</horstretch>
  162. <verstretch>0</verstretch>
  163. </sizepolicy>
  164. </property>
  165. <property name="maximumSize">
  166. <size>
  167. <width>60</width>
  168. <height>16777215</height>
  169. </size>
  170. </property>
  171. </widget>
  172. </item>
  173. <item row="5" column="0">
  174. <widget class="QLabel" name="timeSignatureLabel">
  175. <property name="text">
  176. <string>Time</string>
  177. </property>
  178. </widget>
  179. </item>
  180. <item row="5" column="1">
  181. <widget class="QSpinBox" name="timeSignatureSpinBox">
  182. <property name="maximumSize">
  183. <size>
  184. <width>40</width>
  185. <height>16777215</height>
  186. </size>
  187. </property>
  188. <property name="specialValueText">
  189. <string/>
  190. </property>
  191. <property name="value">
  192. <number>4</number>
  193. </property>
  194. </widget>
  195. </item>
  196. </layout>
  197. </item>
  198. <item>
  199. <spacer name="verticalSpacer">
  200. <property name="orientation">
  201. <enum>Qt::Vertical</enum>
  202. </property>
  203. <property name="sizeHint" stdset="0">
  204. <size>
  205. <width>20</width>
  206. <height>40</height>
  207. </size>
  208. </property>
  209. </spacer>
  210. </item>
  211. </layout>
  212. </item>
  213. </layout>
  214. </widget>
  215. <widget class="QWidget" name="tabWidgetPage">
  216. <attribute name="title">
  217. <string>Page</string>
  218. </attribute>
  219. <layout class="QVBoxLayout" name="verticalLayout_8">
  220. <item>
  221. <widget class="QGroupBox" name="pageGroupBox">
  222. <property name="sizePolicy">
  223. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  224. <horstretch>0</horstretch>
  225. <verstretch>0</verstretch>
  226. </sizepolicy>
  227. </property>
  228. <property name="title">
  229. <string>Page options</string>
  230. </property>
  231. <layout class="QVBoxLayout" name="verticalLayout_10">
  232. <item>
  233. <layout class="QFormLayout" name="formLayout">
  234. <item row="0" column="0">
  235. <widget class="QLabel" name="pageSizeLabel">
  236. <property name="text">
  237. <string>Page size</string>
  238. </property>
  239. </widget>
  240. </item>
  241. <item row="0" column="1">
  242. <widget class="QComboBox" name="pageSizeComboBox"/>
  243. </item>
  244. <item row="1" column="0">
  245. <widget class="QLabel" name="documentUnitsLabel">
  246. <property name="text">
  247. <string>Document units</string>
  248. </property>
  249. </widget>
  250. </item>
  251. <item row="1" column="1">
  252. <widget class="QComboBox" name="documentUnitsComboBox"/>
  253. </item>
  254. <item row="2" column="0">
  255. <widget class="QLabel" name="leftMarginLabel">
  256. <property name="text">
  257. <string>Left margin</string>
  258. </property>
  259. </widget>
  260. </item>
  261. <item row="2" column="1">
  262. <widget class="QLineEdit" name="leftMarginLineEdit">
  263. <property name="maximumSize">
  264. <size>
  265. <width>60</width>
  266. <height>16777215</height>
  267. </size>
  268. </property>
  269. </widget>
  270. </item>
  271. <item row="3" column="0">
  272. <widget class="QLabel" name="topMarginLabel">
  273. <property name="text">
  274. <string>Top margin</string>
  275. </property>
  276. </widget>
  277. </item>
  278. <item row="3" column="1">
  279. <widget class="QLineEdit" name="topMarginLineEdit">
  280. <property name="maximumSize">
  281. <size>
  282. <width>60</width>
  283. <height>16777215</height>
  284. </size>
  285. </property>
  286. </widget>
  287. </item>
  288. </layout>
  289. </item>
  290. </layout>
  291. </widget>
  292. </item>
  293. <item>
  294. <widget class="QGroupBox" name="textGroupBox">
  295. <property name="title">
  296. <string>Text options</string>
  297. </property>
  298. <layout class="QVBoxLayout" name="verticalLayout_9">
  299. <item>
  300. <layout class="QFormLayout" name="formLayout_2">
  301. <item row="0" column="0">
  302. <widget class="QLabel" name="lineSpacingLabel">
  303. <property name="text">
  304. <string>Line spacing</string>
  305. </property>
  306. </widget>
  307. </item>
  308. <item row="0" column="1">
  309. <widget class="QDoubleSpinBox" name="lineSpacingDoubleSpinBox">
  310. <property name="minimumSize">
  311. <size>
  312. <width>70</width>
  313. <height>0</height>
  314. </size>
  315. </property>
  316. <property name="maximumSize">
  317. <size>
  318. <width>70</width>
  319. <height>16777215</height>
  320. </size>
  321. </property>
  322. </widget>
  323. </item>
  324. </layout>
  325. </item>
  326. </layout>
  327. </widget>
  328. </item>
  329. <item>
  330. <widget class="QGroupBox" name="fontGroupBox">
  331. <property name="sizePolicy">
  332. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  333. <horstretch>0</horstretch>
  334. <verstretch>0</verstretch>
  335. </sizepolicy>
  336. </property>
  337. <property name="title">
  338. <string>Font options</string>
  339. </property>
  340. <layout class="QVBoxLayout" name="verticalLayout_11">
  341. <item>
  342. <layout class="QHBoxLayout" name="horizontalLayout_5">
  343. <item>
  344. <widget class="QLabel" name="fontLabel">
  345. <property name="maximumSize">
  346. <size>
  347. <width>40</width>
  348. <height>16777215</height>
  349. </size>
  350. </property>
  351. <property name="text">
  352. <string>Font</string>
  353. </property>
  354. </widget>
  355. </item>
  356. <item>
  357. <widget class="QComboBox" name="fontComboBox">
  358. <property name="sizePolicy">
  359. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  360. <horstretch>0</horstretch>
  361. <verstretch>0</verstretch>
  362. </sizepolicy>
  363. </property>
  364. </widget>
  365. </item>
  366. </layout>
  367. </item>
  368. <item>
  369. <widget class="QCheckBox" name="includedFontCheckBox">
  370. <property name="text">
  371. <string>Use included FreeSans</string>
  372. </property>
  373. </widget>
  374. </item>
  375. </layout>
  376. </widget>
  377. </item>
  378. <item>
  379. <widget class="QGroupBox" name="blockOptions">
  380. <property name="title">
  381. <string>Block options</string>
  382. </property>
  383. <layout class="QVBoxLayout" name="verticalLayout_3">
  384. <item>
  385. <layout class="QFormLayout" name="formLayout_4">
  386. <item row="0" column="0">
  387. <widget class="QLabel" name="beatWidthLabel">
  388. <property name="text">
  389. <string>Beat width</string>
  390. </property>
  391. </widget>
  392. </item>
  393. <item row="0" column="1">
  394. <widget class="QLineEdit" name="beatWidthLineEdit">
  395. <property name="maximumSize">
  396. <size>
  397. <width>60</width>
  398. <height>16777215</height>
  399. </size>
  400. </property>
  401. </widget>
  402. </item>
  403. </layout>
  404. </item>
  405. </layout>
  406. </widget>
  407. </item>
  408. <item>
  409. <spacer name="verticalSpacer_2">
  410. <property name="orientation">
  411. <enum>Qt::Vertical</enum>
  412. </property>
  413. <property name="sizeHint" stdset="0">
  414. <size>
  415. <width>20</width>
  416. <height>40</height>
  417. </size>
  418. </property>
  419. </spacer>
  420. </item>
  421. </layout>
  422. </widget>
  423. <widget class="QWidget" name="tabWidgetChords">
  424. <attribute name="title">
  425. <string>Chords</string>
  426. </attribute>
  427. <layout class="QVBoxLayout" name="verticalLayout_5">
  428. <item>
  429. <layout class="QVBoxLayout" name="chordTabLayout">
  430. <item>
  431. <widget class="ChordTableView" name="chordTableView">
  432. <property name="sizePolicy">
  433. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
  434. <horstretch>0</horstretch>
  435. <verstretch>0</verstretch>
  436. </sizepolicy>
  437. </property>
  438. <property name="editTriggers">
  439. <set>QAbstractItemView::NoEditTriggers</set>
  440. </property>
  441. <property name="dragEnabled">
  442. <bool>true</bool>
  443. </property>
  444. <property name="dragDropOverwriteMode">
  445. <bool>false</bool>
  446. </property>
  447. <property name="dragDropMode">
  448. <enum>QAbstractItemView::InternalMove</enum>
  449. </property>
  450. <property name="defaultDropAction">
  451. <enum>Qt::IgnoreAction</enum>
  452. </property>
  453. <property name="selectionMode">
  454. <enum>QAbstractItemView::SingleSelection</enum>
  455. </property>
  456. <property name="selectionBehavior">
  457. <enum>QAbstractItemView::SelectRows</enum>
  458. </property>
  459. <property name="showGrid">
  460. <bool>false</bool>
  461. </property>
  462. <property name="sortingEnabled">
  463. <bool>false</bool>
  464. </property>
  465. <property name="cornerButtonEnabled">
  466. <bool>false</bool>
  467. </property>
  468. </widget>
  469. </item>
  470. <item>
  471. <layout class="QGridLayout" name="chordGridLayout">
  472. <item row="0" column="1">
  473. <widget class="QLineEdit" name="chordNameLineEdit">
  474. <property name="sizePolicy">
  475. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  476. <horstretch>0</horstretch>
  477. <verstretch>0</verstretch>
  478. </sizepolicy>
  479. </property>
  480. <property name="maximumSize">
  481. <size>
  482. <width>100</width>
  483. <height>16777215</height>
  484. </size>
  485. </property>
  486. </widget>
  487. </item>
  488. <item row="1" column="2">
  489. <widget class="QPushButton" name="guitarVoicingButton">
  490. <property name="maximumSize">
  491. <size>
  492. <width>16777215</width>
  493. <height>16777215</height>
  494. </size>
  495. </property>
  496. <property name="text">
  497. <string>Editor...</string>
  498. </property>
  499. </widget>
  500. </item>
  501. <item row="1" column="1">
  502. <widget class="QLineEdit" name="guitarVoicingLineEdit">
  503. <property name="sizePolicy">
  504. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  505. <horstretch>0</horstretch>
  506. <verstretch>0</verstretch>
  507. </sizepolicy>
  508. </property>
  509. </widget>
  510. </item>
  511. <item row="1" column="0">
  512. <widget class="QLabel" name="guitarVoicingLabel">
  513. <property name="text">
  514. <string>Guitar voicing</string>
  515. </property>
  516. </widget>
  517. </item>
  518. <item row="0" column="0">
  519. <widget class="QLabel" name="chordNameLabel">
  520. <property name="text">
  521. <string>Chord name</string>
  522. </property>
  523. </widget>
  524. </item>
  525. </layout>
  526. </item>
  527. <item>
  528. <layout class="QHBoxLayout" name="bottomChordHorizontalLayout">
  529. <item>
  530. <widget class="QPushButton" name="removeChordButton">
  531. <property name="text">
  532. <string>Remove chord</string>
  533. </property>
  534. </widget>
  535. </item>
  536. <item>
  537. <spacer name="horizontalSpacer_3">
  538. <property name="orientation">
  539. <enum>Qt::Horizontal</enum>
  540. </property>
  541. <property name="sizeType">
  542. <enum>QSizePolicy::MinimumExpanding</enum>
  543. </property>
  544. <property name="sizeHint" stdset="0">
  545. <size>
  546. <width>40</width>
  547. <height>20</height>
  548. </size>
  549. </property>
  550. </spacer>
  551. </item>
  552. <item>
  553. <widget class="QPushButton" name="updateChordButton">
  554. <property name="text">
  555. <string>Update chord</string>
  556. </property>
  557. </widget>
  558. </item>
  559. <item>
  560. <widget class="QPushButton" name="addChordButton">
  561. <property name="text">
  562. <string>Add chord</string>
  563. </property>
  564. </widget>
  565. </item>
  566. </layout>
  567. </item>
  568. </layout>
  569. </item>
  570. </layout>
  571. </widget>
  572. <widget class="QWidget" name="tabWidgetBlocks">
  573. <attribute name="title">
  574. <string>Blocks</string>
  575. </attribute>
  576. <layout class="QVBoxLayout" name="verticalLayout_6">
  577. <item>
  578. <layout class="QVBoxLayout" name="blockTabLayout">
  579. <item>
  580. <widget class="BlockTableView" name="blockTableView">
  581. <property name="sizePolicy">
  582. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
  583. <horstretch>0</horstretch>
  584. <verstretch>0</verstretch>
  585. </sizepolicy>
  586. </property>
  587. <property name="editTriggers">
  588. <set>QAbstractItemView::NoEditTriggers</set>
  589. </property>
  590. <property name="dragEnabled">
  591. <bool>true</bool>
  592. </property>
  593. <property name="dragDropOverwriteMode">
  594. <bool>false</bool>
  595. </property>
  596. <property name="dragDropMode">
  597. <enum>QAbstractItemView::InternalMove</enum>
  598. </property>
  599. <property name="defaultDropAction">
  600. <enum>Qt::TargetMoveAction</enum>
  601. </property>
  602. <property name="selectionMode">
  603. <enum>QAbstractItemView::SingleSelection</enum>
  604. </property>
  605. <property name="selectionBehavior">
  606. <enum>QAbstractItemView::SelectRows</enum>
  607. </property>
  608. <property name="showGrid">
  609. <bool>false</bool>
  610. </property>
  611. <property name="cornerButtonEnabled">
  612. <bool>false</bool>
  613. </property>
  614. </widget>
  615. </item>
  616. <item>
  617. <layout class="QGridLayout" name="blockGridLayout">
  618. <item row="0" column="0">
  619. <widget class="QLabel" name="blockLengthLabel">
  620. <property name="text">
  621. <string>Length</string>
  622. </property>
  623. </widget>
  624. </item>
  625. <item row="0" column="4">
  626. <widget class="QComboBox" name="blockChordComboBox"/>
  627. </item>
  628. <item row="1" column="0">
  629. <widget class="QLabel" name="blockNotesLabel">
  630. <property name="minimumSize">
  631. <size>
  632. <width>0</width>
  633. <height>0</height>
  634. </size>
  635. </property>
  636. <property name="text">
  637. <string>Notes</string>
  638. </property>
  639. </widget>
  640. </item>
  641. <item row="0" column="3">
  642. <widget class="QLabel" name="blockChordLabel">
  643. <property name="text">
  644. <string>Chord</string>
  645. </property>
  646. </widget>
  647. </item>
  648. <item row="0" column="1">
  649. <widget class="QLineEdit" name="blockLengthLineEdit">
  650. <property name="sizePolicy">
  651. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  652. <horstretch>0</horstretch>
  653. <verstretch>0</verstretch>
  654. </sizepolicy>
  655. </property>
  656. <property name="maximumSize">
  657. <size>
  658. <width>40</width>
  659. <height>16777215</height>
  660. </size>
  661. </property>
  662. </widget>
  663. </item>
  664. <item row="1" column="1" colspan="4">
  665. <widget class="QLineEdit" name="blockNotesLineEdit">
  666. <property name="sizePolicy">
  667. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  668. <horstretch>0</horstretch>
  669. <verstretch>0</verstretch>
  670. </sizepolicy>
  671. </property>
  672. </widget>
  673. </item>
  674. <item row="0" column="2">
  675. <spacer name="horizontalSpacer_4">
  676. <property name="orientation">
  677. <enum>Qt::Horizontal</enum>
  678. </property>
  679. <property name="sizeType">
  680. <enum>QSizePolicy::MinimumExpanding</enum>
  681. </property>
  682. <property name="sizeHint" stdset="0">
  683. <size>
  684. <width>40</width>
  685. <height>20</height>
  686. </size>
  687. </property>
  688. </spacer>
  689. </item>
  690. </layout>
  691. </item>
  692. <item>
  693. <layout class="QHBoxLayout" name="bottomBlockHorizontalLayout">
  694. <item>
  695. <widget class="QPushButton" name="removeBlockButton">
  696. <property name="text">
  697. <string>Remove block</string>
  698. </property>
  699. </widget>
  700. </item>
  701. <item>
  702. <spacer name="horizontalSpacer_6">
  703. <property name="orientation">
  704. <enum>Qt::Horizontal</enum>
  705. </property>
  706. <property name="sizeType">
  707. <enum>QSizePolicy::MinimumExpanding</enum>
  708. </property>
  709. <property name="sizeHint" stdset="0">
  710. <size>
  711. <width>40</width>
  712. <height>20</height>
  713. </size>
  714. </property>
  715. </spacer>
  716. </item>
  717. <item>
  718. <widget class="QPushButton" name="updateBlockButton">
  719. <property name="text">
  720. <string>Update block</string>
  721. </property>
  722. </widget>
  723. </item>
  724. <item>
  725. <widget class="QPushButton" name="addBlockButton">
  726. <property name="text">
  727. <string>Add block</string>
  728. </property>
  729. </widget>
  730. </item>
  731. </layout>
  732. </item>
  733. </layout>
  734. </item>
  735. </layout>
  736. </widget>
  737. </widget>
  738. </item>
  739. <item>
  740. <layout class="QHBoxLayout" name="horizontalLayout_3">
  741. <item>
  742. <spacer name="horizontalSpacer">
  743. <property name="orientation">
  744. <enum>Qt::Horizontal</enum>
  745. </property>
  746. <property name="sizeType">
  747. <enum>QSizePolicy::MinimumExpanding</enum>
  748. </property>
  749. <property name="sizeHint" stdset="0">
  750. <size>
  751. <width>40</width>
  752. <height>20</height>
  753. </size>
  754. </property>
  755. </spacer>
  756. </item>
  757. <item>
  758. <widget class="QPushButton" name="generateButton">
  759. <property name="text">
  760. <string>Generate chordsheet</string>
  761. </property>
  762. </widget>
  763. </item>
  764. <item>
  765. <spacer name="horizontalSpacer_2">
  766. <property name="orientation">
  767. <enum>Qt::Horizontal</enum>
  768. </property>
  769. <property name="sizeType">
  770. <enum>QSizePolicy::MinimumExpanding</enum>
  771. </property>
  772. <property name="sizeHint" stdset="0">
  773. <size>
  774. <width>40</width>
  775. <height>20</height>
  776. </size>
  777. </property>
  778. </spacer>
  779. </item>
  780. </layout>
  781. </item>
  782. </layout>
  783. </item>
  784. </layout>
  785. </widget>
  786. <widget class="QScrollArea" name="scrollArea">
  787. <property name="sizePolicy">
  788. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  789. <horstretch>1</horstretch>
  790. <verstretch>0</verstretch>
  791. </sizepolicy>
  792. </property>
  793. <property name="minimumSize">
  794. <size>
  795. <width>300</width>
  796. <height>400</height>
  797. </size>
  798. </property>
  799. <property name="widgetResizable">
  800. <bool>true</bool>
  801. </property>
  802. <widget class="QWidget" name="scrollAreaContents">
  803. <property name="geometry">
  804. <rect>
  805. <x>0</x>
  806. <y>0</y>
  807. <width>598</width>
  808. <height>598</height>
  809. </rect>
  810. </property>
  811. <property name="autoFillBackground">
  812. <bool>true</bool>
  813. </property>
  814. <layout class="QGridLayout" name="gridLayout_2">
  815. <property name="leftMargin">
  816. <number>12</number>
  817. </property>
  818. <property name="topMargin">
  819. <number>12</number>
  820. </property>
  821. <property name="rightMargin">
  822. <number>12</number>
  823. </property>
  824. <property name="bottomMargin">
  825. <number>12</number>
  826. </property>
  827. <item row="0" column="0" alignment="Qt::AlignHCenter">
  828. <widget class="QLabel" name="imageLabel">
  829. <property name="autoFillBackground">
  830. <bool>true</bool>
  831. </property>
  832. <property name="text">
  833. <string/>
  834. </property>
  835. <property name="scaledContents">
  836. <bool>false</bool>
  837. </property>
  838. <property name="margin">
  839. <number>0</number>
  840. </property>
  841. </widget>
  842. </item>
  843. </layout>
  844. </widget>
  845. </widget>
  846. </widget>
  847. </item>
  848. </layout>
  849. </widget>
  850. <widget class="QMenuBar" name="menuBar">
  851. <property name="geometry">
  852. <rect>
  853. <x>0</x>
  854. <y>0</y>
  855. <width>1061</width>
  856. <height>22</height>
  857. </rect>
  858. </property>
  859. <widget class="QMenu" name="menuFile">
  860. <property name="title">
  861. <string>File</string>
  862. </property>
  863. <addaction name="actionNew"/>
  864. <addaction name="actionOpen"/>
  865. <addaction name="separator"/>
  866. <addaction name="actionSave"/>
  867. <addaction name="actionSave_as"/>
  868. <addaction name="actionSave_PDF"/>
  869. <addaction name="separator"/>
  870. <addaction name="actionPrint"/>
  871. <addaction name="separator"/>
  872. <addaction name="actionClose"/>
  873. </widget>
  874. <widget class="QMenu" name="menuEdit">
  875. <property name="title">
  876. <string>Edit</string>
  877. </property>
  878. <addaction name="actionUndo"/>
  879. <addaction name="actionRedo"/>
  880. <addaction name="separator"/>
  881. <addaction name="actionCut"/>
  882. <addaction name="actionCopy"/>
  883. <addaction name="actionPaste"/>
  884. <addaction name="separator"/>
  885. <addaction name="actionAbout"/>
  886. </widget>
  887. <addaction name="menuFile"/>
  888. <addaction name="menuEdit"/>
  889. </widget>
  890. <action name="actionNew">
  891. <property name="text">
  892. <string>New...</string>
  893. </property>
  894. </action>
  895. <action name="actionOpen">
  896. <property name="text">
  897. <string>Open...</string>
  898. </property>
  899. </action>
  900. <action name="actionSave">
  901. <property name="text">
  902. <string>Save</string>
  903. </property>
  904. </action>
  905. <action name="actionSave_PDF">
  906. <property name="text">
  907. <string>Save PDF...</string>
  908. </property>
  909. </action>
  910. <action name="actionPrint">
  911. <property name="text">
  912. <string>Print...</string>
  913. </property>
  914. </action>
  915. <action name="actionClose">
  916. <property name="text">
  917. <string>Close</string>
  918. </property>
  919. </action>
  920. <action name="actionSave_as">
  921. <property name="text">
  922. <string>Save as...</string>
  923. </property>
  924. </action>
  925. <action name="actionQuit">
  926. <property name="text">
  927. <string>Quit</string>
  928. </property>
  929. </action>
  930. <action name="actionUndo">
  931. <property name="text">
  932. <string>Undo</string>
  933. </property>
  934. </action>
  935. <action name="actionRedo">
  936. <property name="text">
  937. <string>Redo</string>
  938. </property>
  939. </action>
  940. <action name="actionCut">
  941. <property name="text">
  942. <string>Cut</string>
  943. </property>
  944. </action>
  945. <action name="actionCopy">
  946. <property name="text">
  947. <string>Copy</string>
  948. </property>
  949. </action>
  950. <action name="actionPaste">
  951. <property name="text">
  952. <string>Paste</string>
  953. </property>
  954. </action>
  955. <action name="actionPreferences">
  956. <property name="text">
  957. <string>Preferences</string>
  958. </property>
  959. </action>
  960. <action name="actionAbout">
  961. <property name="text">
  962. <string>About</string>
  963. </property>
  964. </action>
  965. </widget>
  966. <customwidgets>
  967. <customwidget>
  968. <class>ChordTableView</class>
  969. <extends>QTableView</extends>
  970. <header>chordsheet/tableView.h</header>
  971. </customwidget>
  972. <customwidget>
  973. <class>BlockTableView</class>
  974. <extends>QTableView</extends>
  975. <header>chordsheet/tableView.h</header>
  976. </customwidget>
  977. </customwidgets>
  978. <tabstops>
  979. <tabstop>generateButton</tabstop>
  980. <tabstop>tabWidget</tabstop>
  981. <tabstop>titleLineEdit</tabstop>
  982. <tabstop>composerLineEdit</tabstop>
  983. <tabstop>arrangerLineEdit</tabstop>
  984. <tabstop>pageSizeComboBox</tabstop>
  985. <tabstop>documentUnitsComboBox</tabstop>
  986. <tabstop>leftMarginLineEdit</tabstop>
  987. <tabstop>topMarginLineEdit</tabstop>
  988. <tabstop>lineSpacingDoubleSpinBox</tabstop>
  989. <tabstop>fontComboBox</tabstop>
  990. <tabstop>chordTableView</tabstop>
  991. <tabstop>chordNameLineEdit</tabstop>
  992. <tabstop>guitarVoicingLineEdit</tabstop>
  993. <tabstop>guitarVoicingButton</tabstop>
  994. <tabstop>addChordButton</tabstop>
  995. <tabstop>removeChordButton</tabstop>
  996. <tabstop>blockTableView</tabstop>
  997. <tabstop>addBlockButton</tabstop>
  998. <tabstop>removeBlockButton</tabstop>
  999. <tabstop>scrollArea</tabstop>
  1000. </tabstops>
  1001. <resources/>
  1002. <connections/>
  1003. </ui>