1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>NewWizard</class>
4 <widget class="QWidget" name="NewWizard">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>840</width>
10    <height>560</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string/>
15  </property>
16  <layout class="QGridLayout">
17   <item row="0" column="0">
18    <widget class="QLabel" name="label">
19     <property name="text">
20      <string>Title:</string>
21     </property>
22    </widget>
23   </item>
24   <item row="0" column="1">
25    <widget class="QLineEdit" name="title">
26     <property name="accessibleName">
27      <string>Title</string>
28     </property>
29     <property name="accessibleDescription">
30      <string>Enter score title</string>
31     </property>
32    </widget>
33   </item>
34   <item row="1" column="0">
35    <widget class="QLabel" name="label_2">
36     <property name="text">
37      <string>Subtitle:</string>
38     </property>
39    </widget>
40   </item>
41   <item row="1" column="1">
42    <widget class="QLineEdit" name="subtitle">
43     <property name="accessibleName">
44      <string>Subtitle</string>
45     </property>
46     <property name="accessibleDescription">
47      <string>Enter score subtitle</string>
48     </property>
49    </widget>
50   </item>
51   <item row="2" column="0">
52    <widget class="QLabel" name="label_3">
53     <property name="text">
54      <string>Composer:</string>
55     </property>
56    </widget>
57   </item>
58   <item row="2" column="1">
59    <widget class="QLineEdit" name="composer">
60     <property name="accessibleName">
61      <string>Composer</string>
62     </property>
63     <property name="accessibleDescription">
64      <string>Enter the composer's name</string>
65     </property>
66    </widget>
67   </item>
68   <item row="3" column="0">
69    <widget class="QLabel" name="label_4">
70     <property name="text">
71      <string>Lyricist:</string>
72     </property>
73    </widget>
74   </item>
75   <item row="3" column="1">
76    <widget class="QLineEdit" name="poet">
77     <property name="accessibleName">
78      <string>Lyricist</string>
79     </property>
80     <property name="accessibleDescription">
81      <string>Enter the lyricist's name</string>
82     </property>
83    </widget>
84   </item>
85   <item row="4" column="0">
86    <widget class="QLabel" name="label_5">
87     <property name="text">
88      <string>Copyright:</string>
89     </property>
90    </widget>
91   </item>
92   <item row="4" column="1">
93    <widget class="QLineEdit" name="copyright">
94     <property name="accessibleName">
95      <string>Copyright</string>
96     </property>
97     <property name="accessibleDescription">
98      <string>Enter copyright information</string>
99     </property>
100    </widget>
101   </item>
102   <item row="5" column="0">
103    <spacer>
104     <property name="orientation">
105      <enum>Qt::Vertical</enum>
106     </property>
107     <property name="sizeHint" stdset="0">
108      <size>
109       <width>20</width>
110       <height>40</height>
111      </size>
112     </property>
113    </spacer>
114   </item>
115  </layout>
116 </widget>
117 <resources/>
118 <connections/>
119</ui>
120