1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>MetaEditDialog</class>
4 <widget class="QDialog" name="MetaEditDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>682</width>
10    <height>406</height>
11   </rect>
12  </property>
13  <property name="focusPolicy">
14   <enum>Qt::NoFocus</enum>
15  </property>
16  <property name="windowTitle">
17   <string>Score Properties</string>
18  </property>
19  <layout class="QVBoxLayout" name="verticalLayout">
20   <item>
21    <layout class="QGridLayout" name="gridLayout_2">
22     <property name="topMargin">
23      <number>0</number>
24     </property>
25     <item row="3" column="4">
26      <widget class="QLabel" name="labelLevel">
27       <property name="text">
28        <string>API-Level:</string>
29       </property>
30       <property name="textInteractionFlags">
31        <set>Qt::NoTextInteraction</set>
32       </property>
33      </widget>
34     </item>
35     <item row="3" column="0">
36      <widget class="QLabel" name="labelVersion">
37       <property name="minimumSize">
38        <size>
39         <width>0</width>
40         <height>20</height>
41        </size>
42       </property>
43       <property name="text">
44        <string>MuseScore Version:</string>
45       </property>
46       <property name="textInteractionFlags">
47        <set>Qt::NoTextInteraction</set>
48       </property>
49      </widget>
50     </item>
51     <item row="3" column="3">
52      <widget class="QLabel" name="revision">
53       <property name="sizePolicy">
54        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
55         <horstretch>0</horstretch>
56         <verstretch>0</verstretch>
57        </sizepolicy>
58       </property>
59       <property name="frameShape">
60        <enum>QFrame::Panel</enum>
61       </property>
62       <property name="text">
63        <string>No revision</string>
64       </property>
65       <property name="textInteractionFlags">
66        <set>Qt::TextSelectableByMouse</set>
67       </property>
68      </widget>
69     </item>
70     <item row="2" column="0">
71      <widget class="QLabel" name="labelFilePath">
72       <property name="minimumSize">
73        <size>
74         <width>0</width>
75         <height>20</height>
76        </size>
77       </property>
78       <property name="text">
79        <string>File Path:</string>
80       </property>
81       <property name="textInteractionFlags">
82        <set>Qt::NoTextInteraction</set>
83       </property>
84      </widget>
85     </item>
86     <item row="3" column="1">
87      <widget class="QLabel" name="version">
88       <property name="sizePolicy">
89        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
90         <horstretch>0</horstretch>
91         <verstretch>0</verstretch>
92        </sizepolicy>
93       </property>
94       <property name="toolTip">
95        <string>The MuseScore version with which this score was last saved.</string>
96       </property>
97       <property name="accessibleDescription">
98        <string>The MuseScore version with which this score was last saved.</string>
99       </property>
100       <property name="frameShape">
101        <enum>QFrame::Panel</enum>
102       </property>
103       <property name="text">
104        <string>No version</string>
105       </property>
106       <property name="textInteractionFlags">
107        <set>Qt::TextSelectableByMouse</set>
108       </property>
109      </widget>
110     </item>
111     <item row="3" column="2">
112      <widget class="QLabel" name="labelRevision">
113       <property name="text">
114        <string>Revision:</string>
115       </property>
116       <property name="textInteractionFlags">
117        <set>Qt::NoTextInteraction</set>
118       </property>
119      </widget>
120     </item>
121     <item row="3" column="5">
122      <widget class="QLabel" name="level">
123       <property name="sizePolicy">
124        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
125         <horstretch>0</horstretch>
126         <verstretch>0</verstretch>
127        </sizepolicy>
128       </property>
129       <property name="minimumSize">
130        <size>
131         <width>51</width>
132         <height>0</height>
133        </size>
134       </property>
135       <property name="toolTip">
136        <string>API-Level</string>
137       </property>
138       <property name="frameShape">
139        <enum>QFrame::Panel</enum>
140       </property>
141       <property name="text">
142        <string>No level</string>
143       </property>
144       <property name="textInteractionFlags">
145        <set>Qt::TextSelectableByMouse</set>
146       </property>
147      </widget>
148     </item>
149     <item row="2" column="1" colspan="5">
150      <widget class="QLabel" name="filePath">
151       <property name="sizePolicy">
152        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
153         <horstretch>0</horstretch>
154         <verstretch>0</verstretch>
155        </sizepolicy>
156       </property>
157       <property name="toolTip">
158        <string>Where this score is saved on your computer.</string>
159       </property>
160       <property name="accessibleDescription">
161        <string>Where this score is saved on your computer.</string>
162       </property>
163       <property name="frameShape">
164        <enum>QFrame::Panel</enum>
165       </property>
166       <property name="text">
167        <string>The score has not been saved yet.</string>
168       </property>
169       <property name="textInteractionFlags">
170        <set>Qt::TextSelectableByMouse</set>
171       </property>
172      </widget>
173     </item>
174     <item row="2" column="6">
175      <widget class="QToolButton" name="revealButton"/>
176     </item>
177    </layout>
178   </item>
179   <item>
180    <widget class="QScrollArea" name="scrollArea">
181     <property name="widgetResizable">
182      <bool>true</bool>
183     </property>
184     <widget class="QWidget" name="scrollAreaWidgetContents">
185      <property name="geometry">
186       <rect>
187        <x>0</x>
188        <y>0</y>
189        <width>662</width>
190        <height>299</height>
191       </rect>
192      </property>
193      <layout class="QGridLayout" name="scrollAreaLayout">
194       <property name="spacing">
195        <number>3</number>
196       </property>
197      </layout>
198     </widget>
199    </widget>
200   </item>
201   <item>
202    <layout class="QHBoxLayout" name="buttonLayout">
203     <item>
204      <widget class="QPushButton" name="newButton">
205       <property name="cursor">
206        <cursorShape>PointingHandCursor</cursorShape>
207       </property>
208       <property name="toolTip">
209        <string>Add a tag to this score.</string>
210       </property>
211       <property name="text">
212        <string>New</string>
213       </property>
214       <property name="autoRepeat">
215        <bool>true</bool>
216       </property>
217       <property name="autoRepeatDelay">
218        <number>500</number>
219       </property>
220      </widget>
221     </item>
222     <item>
223      <spacer name="horizontalSpacer">
224       <property name="orientation">
225        <enum>Qt::Horizontal</enum>
226       </property>
227       <property name="sizeHint" stdset="0">
228        <size>
229         <width>40</width>
230         <height>20</height>
231        </size>
232       </property>
233      </spacer>
234     </item>
235     <item>
236      <widget class="QDialogButtonBox" name="buttonBox">
237       <property name="standardButtons">
238        <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Save</set>
239       </property>
240      </widget>
241     </item>
242    </layout>
243   </item>
244  </layout>
245 </widget>
246 <tabstops>
247  <tabstop>newButton</tabstop>
248 </tabstops>
249 <resources/>
250 <connections/>
251</ui>
252