1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Prefs_Guides</class>
4 <widget class="QWidget" name="Prefs_Guides">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>767</width>
10    <height>603</height>
11   </rect>
12  </property>
13  <layout class="QVBoxLayout" name="verticalLayout_2">
14   <property name="leftMargin">
15    <number>0</number>
16   </property>
17   <property name="topMargin">
18    <number>0</number>
19   </property>
20   <property name="rightMargin">
21    <number>0</number>
22   </property>
23   <property name="bottomMargin">
24    <number>0</number>
25   </property>
26   <item>
27    <widget class="QLabel" name="label">
28     <property name="font">
29      <font>
30       <pointsize>14</pointsize>
31       <weight>75</weight>
32       <bold>true</bold>
33      </font>
34     </property>
35     <property name="text">
36      <string>Guides</string>
37     </property>
38    </widget>
39   </item>
40   <item>
41    <widget class="Line" name="line">
42     <property name="orientation">
43      <enum>Qt::Horizontal</enum>
44     </property>
45    </widget>
46   </item>
47   <item>
48    <widget class="QTabWidget" name="tabWidget">
49     <property name="currentIndex">
50      <number>0</number>
51     </property>
52     <widget class="QWidget" name="tab">
53      <attribute name="title">
54       <string>Placement</string>
55      </attribute>
56      <layout class="QVBoxLayout" name="verticalLayout_7">
57       <item>
58        <widget class="QLabel" name="label_2">
59         <property name="font">
60          <font>
61           <weight>75</weight>
62           <bold>true</bold>
63          </font>
64         </property>
65         <property name="text">
66          <string>Placement</string>
67         </property>
68        </widget>
69       </item>
70       <item>
71        <widget class="Line" name="line_3">
72         <property name="orientation">
73          <enum>Qt::Horizontal</enum>
74         </property>
75        </widget>
76       </item>
77       <item>
78        <layout class="QHBoxLayout" name="horizontalLayout">
79         <item>
80          <widget class="QListWidget" name="guidePlacementListBox">
81           <property name="maximumSize">
82            <size>
83             <width>16777215</width>
84             <height>200</height>
85            </size>
86           </property>
87           <property name="dragDropMode">
88            <enum>QAbstractItemView::NoDragDrop</enum>
89           </property>
90           <property name="layoutMode">
91            <enum>QListView::SinglePass</enum>
92           </property>
93          </widget>
94         </item>
95         <item>
96          <layout class="QVBoxLayout" name="verticalLayout_6">
97           <item>
98            <spacer name="verticalSpacer_5">
99             <property name="orientation">
100              <enum>Qt::Vertical</enum>
101             </property>
102             <property name="sizeHint" stdset="0">
103              <size>
104               <width>20</width>
105               <height>18</height>
106              </size>
107             </property>
108            </spacer>
109           </item>
110           <item>
111            <layout class="QVBoxLayout" name="verticalLayout">
112             <property name="sizeConstraint">
113              <enum>QLayout::SetMinimumSize</enum>
114             </property>
115             <item>
116              <widget class="QPushButton" name="buttonUp">
117               <property name="enabled">
118                <bool>false</bool>
119               </property>
120               <property name="sizePolicy">
121                <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
122                 <horstretch>0</horstretch>
123                 <verstretch>0</verstretch>
124                </sizepolicy>
125               </property>
126               <property name="text">
127                <string/>
128               </property>
129              </widget>
130             </item>
131             <item>
132              <widget class="QPushButton" name="buttonDown">
133               <property name="enabled">
134                <bool>false</bool>
135               </property>
136               <property name="sizePolicy">
137                <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
138                 <horstretch>0</horstretch>
139                 <verstretch>0</verstretch>
140                </sizepolicy>
141               </property>
142               <property name="text">
143                <string/>
144               </property>
145              </widget>
146             </item>
147            </layout>
148           </item>
149           <item>
150            <spacer name="verticalSpacer_6">
151             <property name="orientation">
152              <enum>Qt::Vertical</enum>
153             </property>
154             <property name="sizeHint" stdset="0">
155              <size>
156               <width>20</width>
157               <height>40</height>
158              </size>
159             </property>
160            </spacer>
161           </item>
162          </layout>
163         </item>
164         <item>
165          <layout class="QVBoxLayout" name="verticalLayout_5">
166           <item>
167            <layout class="QGridLayout" name="gridLayout">
168             <item row="0" column="0">
169              <widget class="QLabel" name="label_4">
170               <property name="text">
171                <string>Snap Distance:</string>
172               </property>
173              </widget>
174             </item>
175             <item row="0" column="1">
176              <widget class="ScrSpinBox" name="guideSnapDistanceSpinBox">
177               <property name="suffix">
178                <string> px</string>
179               </property>
180               <property name="minimum">
181                <double>1.000000000000000</double>
182               </property>
183               <property name="maximum">
184                <double>1000.000000000000000</double>
185               </property>
186              </widget>
187             </item>
188             <item row="1" column="0">
189              <widget class="QLabel" name="label_3">
190               <property name="text">
191                <string>Grab Radius:</string>
192               </property>
193              </widget>
194             </item>
195             <item row="1" column="1">
196              <widget class="ScrSpinBox" name="guideGrabRadiusSpinBox">
197               <property name="suffix">
198                <string> px</string>
199               </property>
200               <property name="minimum">
201                <double>1.000000000000000</double>
202               </property>
203               <property name="maximum">
204                <double>1000.000000000000000</double>
205               </property>
206              </widget>
207             </item>
208            </layout>
209           </item>
210           <item>
211            <spacer name="verticalSpacer_3">
212             <property name="orientation">
213              <enum>Qt::Vertical</enum>
214             </property>
215             <property name="sizeType">
216              <enum>QSizePolicy::Expanding</enum>
217             </property>
218             <property name="sizeHint" stdset="0">
219              <size>
220               <width>20</width>
221               <height>20</height>
222              </size>
223             </property>
224            </spacer>
225           </item>
226          </layout>
227         </item>
228         <item>
229          <spacer name="horizontalSpacer">
230           <property name="orientation">
231            <enum>Qt::Horizontal</enum>
232           </property>
233           <property name="sizeHint" stdset="0">
234            <size>
235             <width>40</width>
236             <height>20</height>
237            </size>
238           </property>
239          </spacer>
240         </item>
241        </layout>
242       </item>
243       <item>
244        <spacer name="verticalSpacer_4">
245         <property name="orientation">
246          <enum>Qt::Vertical</enum>
247         </property>
248         <property name="sizeType">
249          <enum>QSizePolicy::Fixed</enum>
250         </property>
251         <property name="sizeHint" stdset="0">
252          <size>
253           <width>20</width>
254           <height>20</height>
255          </size>
256         </property>
257        </spacer>
258       </item>
259       <item>
260        <widget class="QLabel" name="label_7">
261         <property name="font">
262          <font>
263           <weight>75</weight>
264           <bold>true</bold>
265          </font>
266         </property>
267         <property name="text">
268          <string>Distances</string>
269         </property>
270        </widget>
271       </item>
272       <item>
273        <widget class="Line" name="line_2">
274         <property name="orientation">
275          <enum>Qt::Horizontal</enum>
276         </property>
277        </widget>
278       </item>
279       <item>
280        <layout class="QHBoxLayout" name="horizontalLayout_2">
281         <item>
282          <layout class="QGridLayout" name="gridLayout_2">
283           <item row="0" column="0">
284            <widget class="QLabel" name="majorGridSpacingLabel">
285             <property name="text">
286              <string>Major Grid Spacing:</string>
287             </property>
288            </widget>
289           </item>
290           <item row="0" column="1">
291            <widget class="ScrSpinBox" name="majorGridSpacingSpinBox"/>
292           </item>
293           <item row="1" column="0">
294            <widget class="QLabel" name="minorGridSpacingLabel">
295             <property name="text">
296              <string>Minor Grid Spacing:</string>
297             </property>
298            </widget>
299           </item>
300           <item row="1" column="1">
301            <widget class="ScrSpinBox" name="minorGridSpacingSpinBox"/>
302           </item>
303           <item row="2" column="0">
304            <widget class="QLabel" name="baselineGridSpacingLabel">
305             <property name="text">
306              <string>Baseline Grid Spacing:</string>
307             </property>
308            </widget>
309           </item>
310           <item row="2" column="1">
311            <widget class="ScrSpinBox" name="baselineGridSpacingSpinBox">
312             <property name="minimum">
313              <double>1.000000000000000</double>
314             </property>
315            </widget>
316           </item>
317           <item row="3" column="0">
318            <widget class="QLabel" name="baselineGridOffsetLabel">
319             <property name="text">
320              <string>Baseline Grid Offset:</string>
321             </property>
322            </widget>
323           </item>
324           <item row="3" column="1">
325            <widget class="ScrSpinBox" name="baselineGridOffsetSpinBox"/>
326           </item>
327          </layout>
328         </item>
329         <item>
330          <spacer name="horizontalSpacer_2">
331           <property name="orientation">
332            <enum>Qt::Horizontal</enum>
333           </property>
334           <property name="sizeHint" stdset="0">
335            <size>
336             <width>40</width>
337             <height>20</height>
338            </size>
339           </property>
340          </spacer>
341         </item>
342        </layout>
343       </item>
344       <item>
345        <spacer name="verticalSpacer">
346         <property name="orientation">
347          <enum>Qt::Vertical</enum>
348         </property>
349         <property name="sizeHint" stdset="0">
350          <size>
351           <width>20</width>
352           <height>31</height>
353          </size>
354         </property>
355        </spacer>
356       </item>
357      </layout>
358     </widget>
359     <widget class="QWidget" name="tab_2">
360      <attribute name="title">
361       <string>Visibility</string>
362      </attribute>
363      <layout class="QVBoxLayout" name="verticalLayout_3">
364       <item>
365        <layout class="QHBoxLayout" name="horizontalLayout_3">
366         <item>
367          <layout class="QGridLayout" name="gridLayout_3" rowminimumheight="20,20,20,20">
368           <item row="0" column="0">
369            <widget class="QCheckBox" name="visibilityGuidesCheckBox">
370             <property name="text">
371              <string>Guides</string>
372             </property>
373            </widget>
374           </item>
375           <item row="1" column="0">
376            <widget class="QCheckBox" name="visibilityMarginsCheckBox">
377             <property name="sizePolicy">
378              <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
379               <horstretch>0</horstretch>
380               <verstretch>0</verstretch>
381              </sizepolicy>
382             </property>
383             <property name="text">
384              <string>Margins</string>
385             </property>
386             <property name="iconSize">
387              <size>
388               <width>16</width>
389               <height>16</height>
390              </size>
391             </property>
392            </widget>
393           </item>
394           <item row="2" column="0">
395            <widget class="QCheckBox" name="visibilityGridCheckBox">
396             <property name="text">
397              <string>Page Grid</string>
398             </property>
399            </widget>
400           </item>
401           <item row="2" column="1">
402            <widget class="QLabel" name="label_8">
403             <property name="text">
404              <string>Type:</string>
405             </property>
406            </widget>
407           </item>
408           <item row="2" column="2">
409            <widget class="QComboBox" name="gridTypeCombo">
410             <property name="enabled">
411              <bool>false</bool>
412             </property>
413             <property name="frame">
414              <bool>true</bool>
415             </property>
416            </widget>
417           </item>
418           <item row="3" column="0">
419            <widget class="QCheckBox" name="visibilityBaselineGridCheckBox">
420             <property name="text">
421              <string>Baseline Grid</string>
422             </property>
423            </widget>
424           </item>
425          </layout>
426         </item>
427         <item>
428          <spacer name="horizontalSpacer_3">
429           <property name="orientation">
430            <enum>Qt::Horizontal</enum>
431           </property>
432           <property name="sizeHint" stdset="0">
433            <size>
434             <width>40</width>
435             <height>20</height>
436            </size>
437           </property>
438          </spacer>
439         </item>
440        </layout>
441       </item>
442       <item>
443        <spacer name="verticalSpacer_2">
444         <property name="orientation">
445          <enum>Qt::Vertical</enum>
446         </property>
447         <property name="sizeHint" stdset="0">
448          <size>
449           <width>20</width>
450           <height>40</height>
451          </size>
452         </property>
453        </spacer>
454       </item>
455      </layout>
456     </widget>
457     <widget class="QWidget" name="tabColors">
458      <attribute name="title">
459       <string>Colors</string>
460      </attribute>
461      <layout class="QVBoxLayout" name="verticalLayout_4">
462       <item>
463        <layout class="QFormLayout" name="formLayout_2">
464         <property name="fieldGrowthPolicy">
465          <enum>QFormLayout::FieldsStayAtSizeHint</enum>
466         </property>
467         <item row="0" column="0">
468          <widget class="QLabel" name="label_15">
469           <property name="text">
470            <string>Guides:</string>
471           </property>
472          </widget>
473         </item>
474         <item row="0" column="1">
475          <widget class="QPushButton" name="guideColorPushButton">
476           <property name="text">
477            <string/>
478           </property>
479          </widget>
480         </item>
481         <item row="1" column="0">
482          <widget class="QLabel" name="label_12">
483           <property name="text">
484            <string>Margins:</string>
485           </property>
486          </widget>
487         </item>
488         <item row="1" column="1">
489          <widget class="QPushButton" name="marginColorPushButton">
490           <property name="text">
491            <string/>
492           </property>
493          </widget>
494         </item>
495         <item row="2" column="0">
496          <widget class="QLabel" name="label_13">
497           <property name="text">
498            <string>Major Grid:</string>
499           </property>
500          </widget>
501         </item>
502         <item row="2" column="1">
503          <widget class="QPushButton" name="majorGridColorPushButton">
504           <property name="text">
505            <string/>
506           </property>
507          </widget>
508         </item>
509         <item row="3" column="0">
510          <widget class="QLabel" name="label_16">
511           <property name="text">
512            <string>Minor Grid:</string>
513           </property>
514          </widget>
515         </item>
516         <item row="3" column="1">
517          <widget class="QPushButton" name="minorGridColorPushButton">
518           <property name="text">
519            <string/>
520           </property>
521          </widget>
522         </item>
523         <item row="4" column="0">
524          <widget class="QLabel" name="label_14">
525           <property name="text">
526            <string>Baseline Grid:</string>
527           </property>
528          </widget>
529         </item>
530         <item row="4" column="1">
531          <widget class="QPushButton" name="baselineGridColorPushButton">
532           <property name="text">
533            <string/>
534           </property>
535          </widget>
536         </item>
537        </layout>
538       </item>
539      </layout>
540     </widget>
541    </widget>
542   </item>
543  </layout>
544 </widget>
545 <customwidgets>
546  <customwidget>
547   <class>ScrSpinBox</class>
548   <extends>QDoubleSpinBox</extends>
549   <header>ui/scrspinbox.h</header>
550  </customwidget>
551 </customwidgets>
552 <resources/>
553 <connections/>
554</ui>
555