1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>AlignDistribute</class>
4 <widget class="ScDockPalette" name="AlignDistribute">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>269</width>
10    <height>308</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Align and Distribute</string>
15  </property>
16  <widget class="QWidget" name="dockWidgetContents">
17   <layout class="QVBoxLayout" name="verticalLayout_3">
18    <property name="leftMargin">
19     <number>3</number>
20    </property>
21    <property name="topMargin">
22     <number>3</number>
23    </property>
24    <property name="rightMargin">
25     <number>3</number>
26    </property>
27    <property name="bottomMargin">
28     <number>3</number>
29    </property>
30    <item>
31     <widget class="QTabWidget" name="tabWidget">
32      <property name="currentIndex">
33       <number>0</number>
34      </property>
35      <widget class="QWidget" name="tabAlign">
36       <attribute name="title">
37        <string>Align</string>
38       </attribute>
39       <layout class="QVBoxLayout">
40        <property name="spacing">
41         <number>3</number>
42        </property>
43        <property name="leftMargin">
44         <number>6</number>
45        </property>
46        <property name="topMargin">
47         <number>6</number>
48        </property>
49        <property name="rightMargin">
50         <number>6</number>
51        </property>
52        <property name="bottomMargin">
53         <number>6</number>
54        </property>
55        <item>
56         <layout class="QHBoxLayout" name="_2">
57          <property name="spacing">
58           <number>3</number>
59          </property>
60          <item>
61           <spacer>
62            <property name="orientation">
63             <enum>Qt::Horizontal</enum>
64            </property>
65            <property name="sizeType">
66             <enum>QSizePolicy::Expanding</enum>
67            </property>
68            <property name="sizeHint" stdset="0">
69             <size>
70              <width>40</width>
71              <height>20</height>
72             </size>
73            </property>
74           </spacer>
75          </item>
76          <item>
77           <layout class="QGridLayout" name="_3">
78            <item row="1" column="0">
79             <widget class="QLabel" name="alignGuideLabel">
80              <property name="text">
81               <string>&amp;Selected Guide:</string>
82              </property>
83              <property name="wordWrap">
84               <bool>false</bool>
85              </property>
86              <property name="buddy">
87               <cstring>alignGuideLineEdit</cstring>
88              </property>
89             </widget>
90            </item>
91            <item row="0" column="0">
92             <widget class="QLabel" name="alignRelativeToLabel">
93              <property name="text">
94               <string>&amp;Relative To:</string>
95              </property>
96              <property name="wordWrap">
97               <bool>false</bool>
98              </property>
99              <property name="buddy">
100               <cstring>alignRelativeToCombo</cstring>
101              </property>
102             </widget>
103            </item>
104            <item row="1" column="1">
105             <widget class="QLineEdit" name="alignGuideLineEdit"/>
106            </item>
107            <item row="0" column="1">
108             <widget class="QComboBox" name="alignRelativeToCombo"/>
109            </item>
110            <item row="2" column="0">
111             <widget class="QLabel" name="alignMoveOrResizeLabel">
112              <property name="text">
113               <string>&amp;Align Sides By:</string>
114              </property>
115              <property name="wordWrap">
116               <bool>false</bool>
117              </property>
118              <property name="buddy">
119               <cstring>alignMoveOrResizeCombo</cstring>
120              </property>
121             </widget>
122            </item>
123            <item row="2" column="1">
124             <widget class="QComboBox" name="alignMoveOrResizeCombo"/>
125            </item>
126           </layout>
127          </item>
128          <item>
129           <spacer>
130            <property name="orientation">
131             <enum>Qt::Horizontal</enum>
132            </property>
133            <property name="sizeType">
134             <enum>QSizePolicy::Expanding</enum>
135            </property>
136            <property name="sizeHint" stdset="0">
137             <size>
138              <width>40</width>
139              <height>20</height>
140             </size>
141            </property>
142           </spacer>
143          </item>
144         </layout>
145        </item>
146        <item>
147         <layout class="QHBoxLayout" name="_4">
148          <property name="spacing">
149           <number>3</number>
150          </property>
151          <item>
152           <spacer>
153            <property name="orientation">
154             <enum>Qt::Horizontal</enum>
155            </property>
156            <property name="sizeType">
157             <enum>QSizePolicy::Expanding</enum>
158            </property>
159            <property name="sizeHint" stdset="0">
160             <size>
161              <width>40</width>
162              <height>20</height>
163             </size>
164            </property>
165           </spacer>
166          </item>
167          <item>
168           <layout class="QGridLayout" name="_5">
169            <item row="1" column="3">
170             <widget class="QToolButton" name="alignBottomInToolButton">
171              <property name="minimumSize">
172               <size>
173                <width>24</width>
174                <height>24</height>
175               </size>
176              </property>
177              <property name="maximumSize">
178               <size>
179                <width>24</width>
180                <height>24</height>
181               </size>
182              </property>
183              <property name="iconSize">
184               <size>
185                <width>22</width>
186                <height>22</height>
187               </size>
188              </property>
189             </widget>
190            </item>
191            <item row="1" column="1">
192             <widget class="QToolButton" name="alignTopInToolButton">
193              <property name="minimumSize">
194               <size>
195                <width>24</width>
196                <height>24</height>
197               </size>
198              </property>
199              <property name="maximumSize">
200               <size>
201                <width>24</width>
202                <height>24</height>
203               </size>
204              </property>
205              <property name="iconSize">
206               <size>
207                <width>22</width>
208                <height>22</height>
209               </size>
210              </property>
211             </widget>
212            </item>
213            <item row="0" column="1">
214             <widget class="QToolButton" name="alignLeftInToolButton">
215              <property name="minimumSize">
216               <size>
217                <width>24</width>
218                <height>24</height>
219               </size>
220              </property>
221              <property name="maximumSize">
222               <size>
223                <width>24</width>
224                <height>24</height>
225               </size>
226              </property>
227              <property name="iconSize">
228               <size>
229                <width>22</width>
230                <height>22</height>
231               </size>
232              </property>
233             </widget>
234            </item>
235            <item row="0" column="3">
236             <widget class="QToolButton" name="alignRightInToolButton">
237              <property name="minimumSize">
238               <size>
239                <width>24</width>
240                <height>24</height>
241               </size>
242              </property>
243              <property name="maximumSize">
244               <size>
245                <width>24</width>
246                <height>24</height>
247               </size>
248              </property>
249              <property name="iconSize">
250               <size>
251                <width>22</width>
252                <height>22</height>
253               </size>
254              </property>
255             </widget>
256            </item>
257            <item row="1" column="4">
258             <widget class="QToolButton" name="alignBottomOutToolButton">
259              <property name="minimumSize">
260               <size>
261                <width>24</width>
262                <height>24</height>
263               </size>
264              </property>
265              <property name="maximumSize">
266               <size>
267                <width>24</width>
268                <height>24</height>
269               </size>
270              </property>
271              <property name="iconSize">
272               <size>
273                <width>22</width>
274                <height>22</height>
275               </size>
276              </property>
277             </widget>
278            </item>
279            <item row="1" column="0">
280             <widget class="QToolButton" name="alignTopOutToolButton">
281              <property name="minimumSize">
282               <size>
283                <width>24</width>
284                <height>24</height>
285               </size>
286              </property>
287              <property name="maximumSize">
288               <size>
289                <width>24</width>
290                <height>24</height>
291               </size>
292              </property>
293              <property name="iconSize">
294               <size>
295                <width>22</width>
296                <height>22</height>
297               </size>
298              </property>
299             </widget>
300            </item>
301            <item row="1" column="2">
302             <widget class="QToolButton" name="alignCenterVerToolButton">
303              <property name="minimumSize">
304               <size>
305                <width>24</width>
306                <height>24</height>
307               </size>
308              </property>
309              <property name="maximumSize">
310               <size>
311                <width>24</width>
312                <height>24</height>
313               </size>
314              </property>
315              <property name="iconSize">
316               <size>
317                <width>22</width>
318                <height>22</height>
319               </size>
320              </property>
321             </widget>
322            </item>
323            <item row="0" column="0">
324             <widget class="QToolButton" name="alignLeftOutToolButton">
325              <property name="minimumSize">
326               <size>
327                <width>24</width>
328                <height>24</height>
329               </size>
330              </property>
331              <property name="maximumSize">
332               <size>
333                <width>24</width>
334                <height>24</height>
335               </size>
336              </property>
337              <property name="iconSize">
338               <size>
339                <width>22</width>
340                <height>22</height>
341               </size>
342              </property>
343             </widget>
344            </item>
345            <item row="0" column="4">
346             <widget class="QToolButton" name="alignRightOutToolButton">
347              <property name="minimumSize">
348               <size>
349                <width>24</width>
350                <height>24</height>
351               </size>
352              </property>
353              <property name="maximumSize">
354               <size>
355                <width>24</width>
356                <height>24</height>
357               </size>
358              </property>
359              <property name="iconSize">
360               <size>
361                <width>22</width>
362                <height>22</height>
363               </size>
364              </property>
365             </widget>
366            </item>
367            <item row="0" column="2">
368             <widget class="QToolButton" name="alignCenterHorToolButton">
369              <property name="minimumSize">
370               <size>
371                <width>24</width>
372                <height>24</height>
373               </size>
374              </property>
375              <property name="maximumSize">
376               <size>
377                <width>24</width>
378                <height>24</height>
379               </size>
380              </property>
381              <property name="iconSize">
382               <size>
383                <width>22</width>
384                <height>22</height>
385               </size>
386              </property>
387             </widget>
388            </item>
389           </layout>
390          </item>
391          <item>
392           <spacer>
393            <property name="orientation">
394             <enum>Qt::Horizontal</enum>
395            </property>
396            <property name="sizeType">
397             <enum>QSizePolicy::Expanding</enum>
398            </property>
399            <property name="sizeHint" stdset="0">
400             <size>
401              <width>40</width>
402              <height>20</height>
403             </size>
404            </property>
405           </spacer>
406          </item>
407         </layout>
408        </item>
409        <item>
410         <spacer>
411          <property name="orientation">
412           <enum>Qt::Vertical</enum>
413          </property>
414          <property name="sizeType">
415           <enum>QSizePolicy::Expanding</enum>
416          </property>
417          <property name="sizeHint" stdset="0">
418           <size>
419            <width>20</width>
420            <height>0</height>
421           </size>
422          </property>
423         </spacer>
424        </item>
425       </layout>
426      </widget>
427      <widget class="QWidget" name="tabDistribute">
428       <attribute name="title">
429        <string>Distribute</string>
430       </attribute>
431       <layout class="QVBoxLayout" name="verticalLayout_2">
432        <property name="spacing">
433         <number>3</number>
434        </property>
435        <property name="leftMargin">
436         <number>6</number>
437        </property>
438        <property name="topMargin">
439         <number>6</number>
440        </property>
441        <property name="rightMargin">
442         <number>6</number>
443        </property>
444        <property name="bottomMargin">
445         <number>6</number>
446        </property>
447        <item>
448         <layout class="QHBoxLayout" name="_6">
449          <property name="spacing">
450           <number>3</number>
451          </property>
452          <item>
453           <spacer>
454            <property name="orientation">
455             <enum>Qt::Horizontal</enum>
456            </property>
457            <property name="sizeType">
458             <enum>QSizePolicy::Expanding</enum>
459            </property>
460            <property name="sizeHint" stdset="0">
461             <size>
462              <width>63</width>
463              <height>20</height>
464             </size>
465            </property>
466           </spacer>
467          </item>
468          <item>
469           <layout class="QGridLayout" name="_7">
470            <item row="0" column="3">
471             <widget class="QToolButton" name="distributeDistHToolButton">
472              <property name="minimumSize">
473               <size>
474                <width>24</width>
475                <height>24</height>
476               </size>
477              </property>
478              <property name="maximumSize">
479               <size>
480                <width>24</width>
481                <height>24</height>
482               </size>
483              </property>
484              <property name="iconSize">
485               <size>
486                <width>22</width>
487                <height>22</height>
488               </size>
489              </property>
490             </widget>
491            </item>
492            <item row="1" column="2">
493             <widget class="QToolButton" name="distributeTopToolButton">
494              <property name="minimumSize">
495               <size>
496                <width>24</width>
497                <height>24</height>
498               </size>
499              </property>
500              <property name="maximumSize">
501               <size>
502                <width>24</width>
503                <height>24</height>
504               </size>
505              </property>
506              <property name="iconSize">
507               <size>
508                <width>22</width>
509                <height>22</height>
510               </size>
511              </property>
512             </widget>
513            </item>
514            <item row="1" column="1">
515             <widget class="QToolButton" name="distributeCenterVToolButton">
516              <property name="minimumSize">
517               <size>
518                <width>24</width>
519                <height>24</height>
520               </size>
521              </property>
522              <property name="maximumSize">
523               <size>
524                <width>24</width>
525                <height>24</height>
526               </size>
527              </property>
528              <property name="iconSize">
529               <size>
530                <width>22</width>
531                <height>22</height>
532               </size>
533              </property>
534             </widget>
535            </item>
536            <item row="0" column="2">
537             <widget class="QToolButton" name="distributeRightToolButton">
538              <property name="minimumSize">
539               <size>
540                <width>24</width>
541                <height>24</height>
542               </size>
543              </property>
544              <property name="maximumSize">
545               <size>
546                <width>24</width>
547                <height>24</height>
548               </size>
549              </property>
550              <property name="iconSize">
551               <size>
552                <width>22</width>
553                <height>22</height>
554               </size>
555              </property>
556             </widget>
557            </item>
558            <item row="2" column="2">
559             <widget class="QToolButton" name="distributeAcrossMarginsToolButton">
560              <property name="enabled">
561               <bool>true</bool>
562              </property>
563              <property name="minimumSize">
564               <size>
565                <width>24</width>
566                <height>24</height>
567               </size>
568              </property>
569              <property name="maximumSize">
570               <size>
571                <width>24</width>
572                <height>24</height>
573               </size>
574              </property>
575              <property name="iconSize">
576               <size>
577                <width>22</width>
578                <height>22</height>
579               </size>
580              </property>
581             </widget>
582            </item>
583            <item row="0" column="0">
584             <widget class="QToolButton" name="distributeLeftToolButton">
585              <property name="minimumSize">
586               <size>
587                <width>24</width>
588                <height>24</height>
589               </size>
590              </property>
591              <property name="maximumSize">
592               <size>
593                <width>24</width>
594                <height>24</height>
595               </size>
596              </property>
597              <property name="iconSize">
598               <size>
599                <width>22</width>
600                <height>22</height>
601               </size>
602              </property>
603             </widget>
604            </item>
605            <item row="2" column="0">
606             <widget class="QToolButton" name="distributeAcrossPageToolButton">
607              <property name="enabled">
608               <bool>true</bool>
609              </property>
610              <property name="minimumSize">
611               <size>
612                <width>24</width>
613                <height>24</height>
614               </size>
615              </property>
616              <property name="maximumSize">
617               <size>
618                <width>24</width>
619                <height>24</height>
620               </size>
621              </property>
622              <property name="iconSize">
623               <size>
624                <width>22</width>
625                <height>22</height>
626               </size>
627              </property>
628             </widget>
629            </item>
630            <item row="3" column="1">
631             <widget class="QToolButton" name="distributeDistValueHToolButton">
632              <property name="minimumSize">
633               <size>
634                <width>24</width>
635                <height>24</height>
636               </size>
637              </property>
638              <property name="maximumSize">
639               <size>
640                <width>24</width>
641                <height>24</height>
642               </size>
643              </property>
644              <property name="iconSize">
645               <size>
646                <width>22</width>
647                <height>22</height>
648               </size>
649              </property>
650             </widget>
651            </item>
652            <item row="2" column="3">
653             <widget class="QToolButton" name="distributeDownMarginsToolButton">
654              <property name="enabled">
655               <bool>true</bool>
656              </property>
657              <property name="minimumSize">
658               <size>
659                <width>24</width>
660                <height>24</height>
661               </size>
662              </property>
663              <property name="maximumSize">
664               <size>
665                <width>24</width>
666                <height>24</height>
667               </size>
668              </property>
669              <property name="iconSize">
670               <size>
671                <width>22</width>
672                <height>22</height>
673               </size>
674              </property>
675             </widget>
676            </item>
677            <item row="0" column="1">
678             <widget class="QToolButton" name="distributeCenterHToolButton">
679              <property name="minimumSize">
680               <size>
681                <width>24</width>
682                <height>24</height>
683               </size>
684              </property>
685              <property name="maximumSize">
686               <size>
687                <width>24</width>
688                <height>24</height>
689               </size>
690              </property>
691              <property name="iconSize">
692               <size>
693                <width>22</width>
694                <height>22</height>
695               </size>
696              </property>
697             </widget>
698            </item>
699            <item row="2" column="1">
700             <widget class="QToolButton" name="distributeDownPageToolButton">
701              <property name="enabled">
702               <bool>true</bool>
703              </property>
704              <property name="minimumSize">
705               <size>
706                <width>24</width>
707                <height>24</height>
708               </size>
709              </property>
710              <property name="maximumSize">
711               <size>
712                <width>24</width>
713                <height>24</height>
714               </size>
715              </property>
716              <property name="iconSize">
717               <size>
718                <width>22</width>
719                <height>22</height>
720               </size>
721              </property>
722             </widget>
723            </item>
724            <item row="3" column="2">
725             <widget class="QToolButton" name="distributeDistValueVToolButton">
726              <property name="minimumSize">
727               <size>
728                <width>24</width>
729                <height>24</height>
730               </size>
731              </property>
732              <property name="maximumSize">
733               <size>
734                <width>24</width>
735                <height>24</height>
736               </size>
737              </property>
738              <property name="iconSize">
739               <size>
740                <width>22</width>
741                <height>22</height>
742               </size>
743              </property>
744             </widget>
745            </item>
746            <item row="1" column="3">
747             <widget class="QToolButton" name="distributeDistVToolButton">
748              <property name="minimumSize">
749               <size>
750                <width>24</width>
751                <height>24</height>
752               </size>
753              </property>
754              <property name="maximumSize">
755               <size>
756                <width>24</width>
757                <height>24</height>
758               </size>
759              </property>
760              <property name="iconSize">
761               <size>
762                <width>22</width>
763                <height>22</height>
764               </size>
765              </property>
766             </widget>
767            </item>
768            <item row="1" column="0">
769             <widget class="QToolButton" name="distributeBottomToolButton">
770              <property name="minimumSize">
771               <size>
772                <width>24</width>
773                <height>24</height>
774               </size>
775              </property>
776              <property name="maximumSize">
777               <size>
778                <width>24</width>
779                <height>24</height>
780               </size>
781              </property>
782              <property name="iconSize">
783               <size>
784                <width>22</width>
785                <height>22</height>
786               </size>
787              </property>
788             </widget>
789            </item>
790           </layout>
791          </item>
792          <item>
793           <spacer>
794            <property name="orientation">
795             <enum>Qt::Horizontal</enum>
796            </property>
797            <property name="sizeType">
798             <enum>QSizePolicy::Expanding</enum>
799            </property>
800            <property name="sizeHint" stdset="0">
801             <size>
802              <width>62</width>
803              <height>20</height>
804             </size>
805            </property>
806           </spacer>
807          </item>
808         </layout>
809        </item>
810        <item>
811         <layout class="QHBoxLayout" name="_8">
812          <item>
813           <spacer>
814            <property name="orientation">
815             <enum>Qt::Horizontal</enum>
816            </property>
817            <property name="sizeType">
818             <enum>QSizePolicy::Expanding</enum>
819            </property>
820            <property name="sizeHint" stdset="0">
821             <size>
822              <width>40</width>
823              <height>20</height>
824             </size>
825            </property>
826           </spacer>
827          </item>
828          <item>
829           <layout class="QHBoxLayout" name="_9">
830            <property name="spacing">
831             <number>3</number>
832            </property>
833            <item>
834             <widget class="QLabel" name="distributeDistLabel">
835              <property name="text">
836               <string>&amp;Distance:</string>
837              </property>
838              <property name="wordWrap">
839               <bool>false</bool>
840              </property>
841              <property name="indent">
842               <number>-1</number>
843              </property>
844              <property name="buddy">
845               <cstring>distributeDistSpinBox</cstring>
846              </property>
847             </widget>
848            </item>
849            <item>
850             <widget class="ScrSpinBox" name="distributeDistSpinBox">
851              <property name="minimumSize">
852               <size>
853                <width>50</width>
854                <height>24</height>
855               </size>
856              </property>
857             </widget>
858            </item>
859           </layout>
860          </item>
861          <item>
862           <spacer>
863            <property name="orientation">
864             <enum>Qt::Horizontal</enum>
865            </property>
866            <property name="sizeType">
867             <enum>QSizePolicy::Expanding</enum>
868            </property>
869            <property name="sizeHint" stdset="0">
870             <size>
871              <width>40</width>
872              <height>20</height>
873             </size>
874            </property>
875           </spacer>
876          </item>
877         </layout>
878        </item>
879        <item>
880         <layout class="QHBoxLayout" name="horizontalLayout_2">
881          <property name="spacing">
882           <number>3</number>
883          </property>
884          <item>
885           <spacer name="spacer">
886            <property name="orientation">
887             <enum>Qt::Horizontal</enum>
888            </property>
889            <property name="sizeType">
890             <enum>QSizePolicy::Expanding</enum>
891            </property>
892            <property name="sizeHint" stdset="0">
893             <size>
894              <width>40</width>
895              <height>20</height>
896             </size>
897            </property>
898           </spacer>
899          </item>
900          <item>
901           <widget class="QCheckBox" name="reverseDistributionCheckBox">
902            <property name="text">
903             <string>Reverse Distribution</string>
904            </property>
905           </widget>
906          </item>
907          <item>
908           <spacer name="spacer_2">
909            <property name="orientation">
910             <enum>Qt::Horizontal</enum>
911            </property>
912            <property name="sizeType">
913             <enum>QSizePolicy::Expanding</enum>
914            </property>
915            <property name="sizeHint" stdset="0">
916             <size>
917              <width>40</width>
918              <height>20</height>
919             </size>
920            </property>
921           </spacer>
922          </item>
923         </layout>
924        </item>
925        <item>
926         <spacer>
927          <property name="orientation">
928           <enum>Qt::Vertical</enum>
929          </property>
930          <property name="sizeType">
931           <enum>QSizePolicy::Expanding</enum>
932          </property>
933          <property name="sizeHint" stdset="0">
934           <size>
935            <width>20</width>
936            <height>0</height>
937           </size>
938          </property>
939         </spacer>
940        </item>
941       </layout>
942      </widget>
943      <widget class="QWidget" name="tabSwap">
944       <attribute name="title">
945        <string>Swap</string>
946       </attribute>
947       <layout class="QVBoxLayout" name="verticalLayout">
948        <property name="spacing">
949         <number>3</number>
950        </property>
951        <property name="leftMargin">
952         <number>6</number>
953        </property>
954        <property name="topMargin">
955         <number>6</number>
956        </property>
957        <property name="rightMargin">
958         <number>6</number>
959        </property>
960        <property name="bottomMargin">
961         <number>6</number>
962        </property>
963        <item>
964         <layout class="QHBoxLayout" name="horizontalLayout">
965          <property name="spacing">
966           <number>3</number>
967          </property>
968          <item>
969           <spacer name="horizontalSpacer">
970            <property name="orientation">
971             <enum>Qt::Horizontal</enum>
972            </property>
973            <property name="sizeHint" stdset="0">
974             <size>
975              <width>40</width>
976              <height>20</height>
977             </size>
978            </property>
979           </spacer>
980          </item>
981          <item>
982           <widget class="QToolButton" name="swapLeftToolButton">
983            <property name="minimumSize">
984             <size>
985              <width>24</width>
986              <height>24</height>
987             </size>
988            </property>
989            <property name="maximumSize">
990             <size>
991              <width>24</width>
992              <height>24</height>
993             </size>
994            </property>
995            <property name="iconSize">
996             <size>
997              <width>22</width>
998              <height>22</height>
999             </size>
1000            </property>
1001           </widget>
1002          </item>
1003          <item>
1004           <widget class="QToolButton" name="swapRightToolButton">
1005            <property name="minimumSize">
1006             <size>
1007              <width>24</width>
1008              <height>24</height>
1009             </size>
1010            </property>
1011            <property name="maximumSize">
1012             <size>
1013              <width>24</width>
1014              <height>24</height>
1015             </size>
1016            </property>
1017            <property name="iconSize">
1018             <size>
1019              <width>22</width>
1020              <height>22</height>
1021             </size>
1022            </property>
1023           </widget>
1024          </item>
1025          <item>
1026           <spacer name="horizontalSpacer_2">
1027            <property name="orientation">
1028             <enum>Qt::Horizontal</enum>
1029            </property>
1030            <property name="sizeHint" stdset="0">
1031             <size>
1032              <width>40</width>
1033              <height>20</height>
1034             </size>
1035            </property>
1036           </spacer>
1037          </item>
1038         </layout>
1039        </item>
1040        <item>
1041         <spacer name="verticalSpacer">
1042          <property name="orientation">
1043           <enum>Qt::Vertical</enum>
1044          </property>
1045          <property name="sizeHint" stdset="0">
1046           <size>
1047            <width>20</width>
1048            <height>0</height>
1049           </size>
1050          </property>
1051         </spacer>
1052        </item>
1053       </layout>
1054      </widget>
1055     </widget>
1056    </item>
1057   </layout>
1058  </widget>
1059 </widget>
1060 <customwidgets>
1061  <customwidget>
1062   <class>ScrSpinBox</class>
1063   <extends>QDoubleSpinBox</extends>
1064   <header>ui/scrspinbox.h</header>
1065  </customwidget>
1066  <customwidget>
1067   <class>ScDockPalette</class>
1068   <extends>QDockWidget</extends>
1069   <header>ui/scdockpalette.h</header>
1070   <container>1</container>
1071  </customwidget>
1072 </customwidgets>
1073 <tabstops>
1074  <tabstop>alignRelativeToCombo</tabstop>
1075  <tabstop>alignGuideLineEdit</tabstop>
1076  <tabstop>alignMoveOrResizeCombo</tabstop>
1077  <tabstop>alignLeftOutToolButton</tabstop>
1078  <tabstop>alignLeftInToolButton</tabstop>
1079  <tabstop>alignCenterHorToolButton</tabstop>
1080  <tabstop>alignRightInToolButton</tabstop>
1081  <tabstop>alignRightOutToolButton</tabstop>
1082  <tabstop>alignTopOutToolButton</tabstop>
1083  <tabstop>alignTopInToolButton</tabstop>
1084  <tabstop>alignCenterVerToolButton</tabstop>
1085  <tabstop>alignBottomInToolButton</tabstop>
1086  <tabstop>alignBottomOutToolButton</tabstop>
1087  <tabstop>distributeLeftToolButton</tabstop>
1088  <tabstop>distributeCenterHToolButton</tabstop>
1089  <tabstop>distributeRightToolButton</tabstop>
1090  <tabstop>distributeDistHToolButton</tabstop>
1091  <tabstop>distributeBottomToolButton</tabstop>
1092  <tabstop>distributeCenterVToolButton</tabstop>
1093  <tabstop>distributeTopToolButton</tabstop>
1094  <tabstop>distributeDistVToolButton</tabstop>
1095  <tabstop>distributeAcrossPageToolButton</tabstop>
1096  <tabstop>distributeDownPageToolButton</tabstop>
1097  <tabstop>distributeAcrossMarginsToolButton</tabstop>
1098  <tabstop>distributeDownMarginsToolButton</tabstop>
1099  <tabstop>distributeDistValueHToolButton</tabstop>
1100  <tabstop>distributeDistValueVToolButton</tabstop>
1101  <tabstop>distributeDistSpinBox</tabstop>
1102  <tabstop>reverseDistributionCheckBox</tabstop>
1103  <tabstop>swapLeftToolButton</tabstop>
1104  <tabstop>swapRightToolButton</tabstop>
1105  <tabstop>tabWidget</tabstop>
1106 </tabstops>
1107 <includes>
1108  <include location="local">ui/scrspinbox.h</include>
1109  <include location="local">ui/scdockpalette.h</include>
1110 </includes>
1111 <resources/>
1112 <connections/>
1113</ui>
1114