1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>InspectorLine</class>
4 <widget class="QWidget" name="InspectorLine">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>447</width>
10    <height>232</height>
11   </rect>
12  </property>
13  <property name="accessibleName">
14   <string>Line Inspector</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <property name="spacing">
18    <number>0</number>
19   </property>
20   <property name="leftMargin">
21    <number>0</number>
22   </property>
23   <property name="topMargin">
24    <number>0</number>
25   </property>
26   <property name="rightMargin">
27    <number>0</number>
28   </property>
29   <property name="bottomMargin">
30    <number>0</number>
31   </property>
32   <item>
33    <widget class="QFrame" name="frame">
34     <property name="frameShape">
35      <enum>QFrame::HLine</enum>
36     </property>
37     <property name="frameShadow">
38      <enum>QFrame::Sunken</enum>
39     </property>
40     <property name="lineWidth">
41      <number>1</number>
42     </property>
43    </widget>
44   </item>
45   <item>
46    <widget class="QToolButton" name="title">
47     <property name="sizePolicy">
48      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
49       <horstretch>0</horstretch>
50       <verstretch>0</verstretch>
51      </sizepolicy>
52     </property>
53     <property name="font">
54      <font>
55       <weight>75</weight>
56       <bold>true</bold>
57      </font>
58     </property>
59     <property name="text">
60      <string>Line</string>
61     </property>
62    </widget>
63   </item>
64   <item>
65    <widget class="QWidget" name="panel" native="true">
66     <layout class="QGridLayout" name="gridLayout">
67      <property name="leftMargin">
68       <number>3</number>
69      </property>
70      <property name="topMargin">
71       <number>3</number>
72      </property>
73      <property name="rightMargin">
74       <number>3</number>
75      </property>
76      <property name="bottomMargin">
77       <number>3</number>
78      </property>
79      <property name="spacing">
80       <number>3</number>
81      </property>
82      <item row="2" column="0">
83       <widget class="QLabel" name="label_4">
84        <property name="text">
85         <string>Line color:</string>
86        </property>
87        <property name="alignment">
88         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
89        </property>
90        <property name="buddy">
91         <cstring>lineColor</cstring>
92        </property>
93       </widget>
94      </item>
95      <item row="4" column="0">
96       <widget class="QLabel" name="label">
97        <property name="text">
98         <string>Line thickness:</string>
99        </property>
100        <property name="alignment">
101         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
102        </property>
103        <property name="buddy">
104         <cstring>lineWidth</cstring>
105        </property>
106       </widget>
107      </item>
108      <item row="5" column="0">
109       <widget class="QLabel" name="label_2">
110        <property name="text">
111         <string>Line style:</string>
112        </property>
113        <property name="alignment">
114         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
115        </property>
116        <property name="buddy">
117         <cstring>lineStyle</cstring>
118        </property>
119       </widget>
120      </item>
121      <item row="1" column="0" colspan="2">
122       <widget class="QCheckBox" name="diagonal">
123        <property name="focusPolicy">
124         <enum>Qt::TabFocus</enum>
125        </property>
126        <property name="text">
127         <string>Allow diagonal</string>
128        </property>
129       </widget>
130      </item>
131      <item row="2" column="1">
132       <widget class="Awl::ColorLabel" name="lineColor">
133        <property name="sizePolicy">
134         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
135          <horstretch>0</horstretch>
136          <verstretch>0</verstretch>
137         </sizepolicy>
138        </property>
139        <property name="accessibleName">
140         <string>Line color</string>
141        </property>
142       </widget>
143      </item>
144      <item row="5" column="1">
145       <widget class="QComboBox" name="lineStyle">
146        <property name="sizePolicy">
147         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
148          <horstretch>0</horstretch>
149          <verstretch>0</verstretch>
150         </sizepolicy>
151        </property>
152        <property name="accessibleName">
153         <string>Line style</string>
154        </property>
155        <item>
156         <property name="text">
157          <string>Continuous</string>
158         </property>
159        </item>
160        <item>
161         <property name="text">
162          <string>Dashed</string>
163         </property>
164        </item>
165        <item>
166         <property name="text">
167          <string>Dotted</string>
168         </property>
169        </item>
170        <item>
171         <property name="text">
172          <string>Dash-dotted</string>
173         </property>
174        </item>
175        <item>
176         <property name="text">
177          <string>Dash-dot-dotted</string>
178         </property>
179        </item>
180        <item>
181         <property name="text">
182          <string>Custom dashed</string>
183         </property>
184        </item>
185       </widget>
186      </item>
187      <item row="0" column="0" colspan="2">
188       <widget class="QCheckBox" name="lineVisible">
189        <property name="focusPolicy">
190         <enum>Qt::TabFocus</enum>
191        </property>
192        <property name="text">
193         <string>Line visible</string>
194        </property>
195       </widget>
196      </item>
197      <item row="7" column="0">
198       <widget class="QLabel" name="dashGapLengthLabel">
199        <property name="text">
200         <string>Dash gap width:</string>
201        </property>
202        <property name="alignment">
203         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
204        </property>
205        <property name="buddy">
206         <cstring>dashGapLength</cstring>
207        </property>
208       </widget>
209      </item>
210      <item row="6" column="0">
211       <widget class="QLabel" name="dashLineLengthLabel">
212        <property name="text">
213         <string>Dash line length:</string>
214        </property>
215        <property name="alignment">
216         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
217        </property>
218        <property name="buddy">
219         <cstring>dashLineLength</cstring>
220        </property>
221       </widget>
222      </item>
223      <item row="4" column="1">
224       <widget class="QDoubleSpinBox" name="lineWidth">
225        <property name="sizePolicy">
226         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
227          <horstretch>0</horstretch>
228          <verstretch>0</verstretch>
229         </sizepolicy>
230        </property>
231        <property name="accessibleName">
232         <string>Line thickness</string>
233        </property>
234        <property name="suffix">
235         <string extracomment="Staff space unit">sp</string>
236        </property>
237        <property name="singleStep">
238         <double>0.100000000000000</double>
239        </property>
240       </widget>
241      </item>
242      <item row="6" column="1">
243       <widget class="QDoubleSpinBox" name="dashLineLength">
244        <property name="accessibleName">
245         <string>Dash line length</string>
246        </property>
247        <property name="minimum">
248         <double>0.010000000000000</double>
249        </property>
250        <property name="maximum">
251         <double>20.000000000000000</double>
252        </property>
253        <property name="singleStep">
254         <double>0.250000000000000</double>
255        </property>
256       </widget>
257      </item>
258      <item row="7" column="1">
259       <widget class="QDoubleSpinBox" name="dashGapLength">
260        <property name="accessibleName">
261         <string>Dash gap width</string>
262        </property>
263        <property name="minimum">
264         <double>1.000000000000000</double>
265        </property>
266        <property name="maximum">
267         <double>20.000000000000000</double>
268        </property>
269        <property name="singleStep">
270         <double>1.000000000000000</double>
271        </property>
272       </widget>
273      </item>
274      <item row="0" column="2">
275       <widget class="Ms::ResetButton" name="resetLineVisible" native="true">
276        <property name="sizePolicy">
277         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
278          <horstretch>0</horstretch>
279          <verstretch>0</verstretch>
280         </sizepolicy>
281        </property>
282        <property name="accessibleName">
283         <string>Reset 'Line visible' value</string>
284        </property>
285       </widget>
286      </item>
287      <item row="1" column="2">
288       <widget class="Ms::ResetButton" name="resetDiagonal" native="true">
289        <property name="sizePolicy">
290         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
291          <horstretch>0</horstretch>
292          <verstretch>0</verstretch>
293         </sizepolicy>
294        </property>
295        <property name="accessibleName">
296         <string>Reset 'Allow diagonal' value</string>
297        </property>
298       </widget>
299      </item>
300      <item row="2" column="2">
301       <widget class="Ms::ResetButton" name="resetLineColor" native="true">
302        <property name="sizePolicy">
303         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
304          <horstretch>0</horstretch>
305          <verstretch>0</verstretch>
306         </sizepolicy>
307        </property>
308        <property name="accessibleName">
309         <string>Reset 'Color' values</string>
310        </property>
311       </widget>
312      </item>
313      <item row="4" column="2">
314       <widget class="Ms::ResetButton" name="resetLineWidth" native="true">
315        <property name="sizePolicy">
316         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
317          <horstretch>0</horstretch>
318          <verstretch>0</verstretch>
319         </sizepolicy>
320        </property>
321        <property name="accessibleName">
322         <string>Reset 'Line thickness' value</string>
323        </property>
324       </widget>
325      </item>
326      <item row="5" column="2">
327       <widget class="Ms::ResetButton" name="resetLineStyle" native="true">
328        <property name="sizePolicy">
329         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
330          <horstretch>0</horstretch>
331          <verstretch>0</verstretch>
332         </sizepolicy>
333        </property>
334        <property name="accessibleName">
335         <string>Reset 'Line style' value</string>
336        </property>
337       </widget>
338      </item>
339      <item row="6" column="2">
340       <widget class="Ms::ResetButton" name="resetDashLineLength" native="true">
341        <property name="sizePolicy">
342         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
343          <horstretch>0</horstretch>
344          <verstretch>0</verstretch>
345         </sizepolicy>
346        </property>
347        <property name="accessibleName">
348         <string>Reset 'Dash line length' value</string>
349        </property>
350       </widget>
351      </item>
352      <item row="7" column="2">
353       <widget class="Ms::ResetButton" name="resetDashGapLength" native="true">
354        <property name="sizePolicy">
355         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
356          <horstretch>0</horstretch>
357          <verstretch>0</verstretch>
358         </sizepolicy>
359        </property>
360        <property name="accessibleName">
361         <string>Reset 'Dash gap width' value</string>
362        </property>
363       </widget>
364      </item>
365     </layout>
366    </widget>
367   </item>
368  </layout>
369 </widget>
370 <customwidgets>
371  <customwidget>
372   <class>Ms::ResetButton</class>
373   <extends>QWidget</extends>
374   <header>inspector/resetButton.h</header>
375   <container>1</container>
376  </customwidget>
377  <customwidget>
378   <class>Awl::ColorLabel</class>
379   <extends>QPushButton</extends>
380   <header>awl/colorlabel.h</header>
381   <container>1</container>
382  </customwidget>
383 </customwidgets>
384 <tabstops>
385  <tabstop>title</tabstop>
386  <tabstop>lineVisible</tabstop>
387  <tabstop>diagonal</tabstop>
388  <tabstop>lineWidth</tabstop>
389  <tabstop>lineStyle</tabstop>
390  <tabstop>dashLineLength</tabstop>
391  <tabstop>dashGapLength</tabstop>
392 </tabstops>
393 <resources/>
394 <connections/>
395</ui>
396