]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/TabularUi.ui
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / ui / TabularUi.ui
1 <ui version="4.0" >
2  <class>TabularUi</class>
3  <widget class="QDialog" name="TabularUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>470</width>
9     <height>491</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <property name="sizeGripEnabled" >
16    <bool>true</bool>
17   </property>
18   <layout class="QGridLayout" >
19    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item row="0" column="0" >
26     <widget class="QTabWidget" name="TabWidget" >
27      <property name="toolTip" >
28       <string/>
29      </property>
30      <property name="tabShape" >
31       <enum>QTabWidget::Rounded</enum>
32      </property>
33      <property name="currentIndex" >
34       <number>0</number>
35      </property>
36      <widget class="QWidget" name="Settings" >
37       <attribute name="title" >
38        <string>&amp;Table Settings</string>
39       </attribute>
40       <layout class="QGridLayout" >
41        <property name="margin" >
42         <number>9</number>
43        </property>
44        <property name="spacing" >
45         <number>6</number>
46        </property>
47        <item row="2" column="0" >
48         <widget class="QGroupBox" name="tabAlignmentGB" >
49          <property name="enabled" >
50           <bool>true</bool>
51          </property>
52          <property name="title" >
53           <string>Table-wide settings</string>
54          </property>
55          <layout class="QGridLayout" >
56           <property name="margin" >
57            <number>9</number>
58           </property>
59           <property name="spacing" >
60            <number>6</number>
61           </property>
62           <item row="0" column="2" >
63            <spacer>
64             <property name="orientation" >
65              <enum>Qt::Horizontal</enum>
66             </property>
67             <property name="sizeType" >
68              <enum>QSizePolicy::Expanding</enum>
69             </property>
70             <property name="sizeHint" >
71              <size>
72               <width>153</width>
73               <height>20</height>
74              </size>
75             </property>
76            </spacer>
77           </item>
78           <item row="1" column="0" colspan="2" >
79            <widget class="QCheckBox" name="rotateTabularCB" >
80             <property name="enabled" >
81              <bool>true</bool>
82             </property>
83             <property name="toolTip" >
84              <string>Rotate the table by 90 degrees</string>
85             </property>
86             <property name="text" >
87              <string>&amp;Rotate table 90 degrees</string>
88             </property>
89            </widget>
90           </item>
91           <item row="0" column="1" >
92            <widget class="QComboBox" name="TableAlignCB" >
93             <property name="toolTip" >
94              <string>Vertical alignment of the table</string>
95             </property>
96             <property name="currentIndex" >
97              <number>1</number>
98             </property>
99             <item>
100              <property name="text" >
101               <string>Top</string>
102              </property>
103             </item>
104             <item>
105              <property name="text" >
106               <string>Middle</string>
107              </property>
108             </item>
109             <item>
110              <property name="text" >
111               <string>Bottom</string>
112              </property>
113             </item>
114            </widget>
115           </item>
116           <item row="0" column="0" >
117            <widget class="QLabel" name="TableAlignCO" >
118             <property name="text" >
119              <string>Verti&amp;cal alignment:</string>
120             </property>
121             <property name="buddy" >
122              <cstring>vAlignCB</cstring>
123             </property>
124            </widget>
125           </item>
126          </layout>
127         </widget>
128        </item>
129        <item row="0" column="0" >
130         <widget class="QGroupBox" name="GroupBox12" >
131          <property name="title" >
132           <string>Column settings</string>
133          </property>
134          <layout class="QGridLayout" >
135           <property name="margin" >
136            <number>9</number>
137           </property>
138           <property name="spacing" >
139            <number>6</number>
140           </property>
141           <item row="3" column="0" >
142            <widget class="QCheckBox" name="multicolumnCB" >
143             <property name="toolTip" >
144              <string>Merge cells</string>
145             </property>
146             <property name="text" >
147              <string>&amp;Multicolumn</string>
148             </property>
149            </widget>
150           </item>
151           <item row="2" column="2" >
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" >
160              <size>
161               <width>40</width>
162               <height>20</height>
163              </size>
164             </property>
165            </spacer>
166           </item>
167           <item row="2" column="1" >
168            <widget class="QComboBox" name="vAlignCB" >
169             <property name="toolTip" >
170              <string>Specifies the vertical alignment of this cell in relation to the baseline of the row.</string>
171             </property>
172             <item>
173              <property name="text" >
174               <string>Top</string>
175              </property>
176             </item>
177             <item>
178              <property name="text" >
179               <string>Middle</string>
180              </property>
181             </item>
182             <item>
183              <property name="text" >
184               <string>Bottom</string>
185              </property>
186             </item>
187            </widget>
188           </item>
189           <item row="2" column="0" >
190            <widget class="QLabel" name="vAlignCO" >
191             <property name="text" >
192              <string>&amp;Vertical alignment in row:</string>
193             </property>
194             <property name="buddy" >
195              <cstring>vAlignCB</cstring>
196             </property>
197            </widget>
198           </item>
199           <item row="1" column="3" >
200            <spacer>
201             <property name="orientation" >
202              <enum>Qt::Horizontal</enum>
203             </property>
204             <property name="sizeType" >
205              <enum>QSizePolicy::Expanding</enum>
206             </property>
207             <property name="sizeHint" >
208              <size>
209               <width>7</width>
210               <height>20</height>
211              </size>
212             </property>
213            </spacer>
214           </item>
215           <item row="1" column="2" >
216            <widget class="LengthCombo" name="widthUnitCB" />
217           </item>
218           <item row="1" column="1" >
219            <widget class="QLineEdit" name="widthED" >
220             <property name="enabled" >
221              <bool>true</bool>
222             </property>
223             <property name="toolTip" >
224              <string>Fixed width of the column</string>
225             </property>
226             <property name="text" >
227              <string/>
228             </property>
229            </widget>
230           </item>
231           <item row="1" column="0" >
232            <widget class="QLabel" name="fixedWidthColLA" >
233             <property name="text" >
234              <string>&amp;Width:</string>
235             </property>
236             <property name="buddy" >
237              <cstring>widthED</cstring>
238             </property>
239            </widget>
240           </item>
241           <item row="0" column="2" >
242            <spacer>
243             <property name="orientation" >
244              <enum>Qt::Horizontal</enum>
245             </property>
246             <property name="sizeType" >
247              <enum>QSizePolicy::Expanding</enum>
248             </property>
249             <property name="sizeHint" >
250              <size>
251               <width>40</width>
252               <height>20</height>
253              </size>
254             </property>
255            </spacer>
256           </item>
257           <item row="0" column="1" >
258            <widget class="QComboBox" name="hAlignCB" >
259             <property name="toolTip" >
260              <string>Horizontal alignment in column</string>
261             </property>
262             <item>
263              <property name="text" >
264               <string>Justified</string>
265              </property>
266             </item>
267             <item>
268              <property name="text" >
269               <string>Left</string>
270              </property>
271             </item>
272             <item>
273              <property name="text" >
274               <string>Center</string>
275              </property>
276             </item>
277             <item>
278              <property name="text" >
279               <string>Right</string>
280              </property>
281             </item>
282            </widget>
283           </item>
284           <item row="0" column="0" >
285            <widget class="QLabel" name="hAlignCO" >
286             <property name="text" >
287              <string>&amp;Horizontal alignment:</string>
288             </property>
289             <property name="buddy" >
290              <cstring>hAlignCB</cstring>
291             </property>
292            </widget>
293           </item>
294          </layout>
295         </widget>
296        </item>
297        <item row="1" column="0" >
298         <widget class="QGroupBox" name="groupBox" >
299          <property name="title" >
300           <string>Cell setting</string>
301          </property>
302          <layout class="QGridLayout" >
303           <property name="margin" >
304            <number>9</number>
305           </property>
306           <property name="spacing" >
307            <number>6</number>
308           </property>
309           <item row="0" column="0" >
310            <widget class="QCheckBox" name="rotateCellCB" >
311             <property name="toolTip" >
312              <string>Rotate this cell by 90 degrees</string>
313             </property>
314             <property name="text" >
315              <string>Rotate &amp;cell 90 degrees</string>
316             </property>
317            </widget>
318           </item>
319          </layout>
320         </widget>
321        </item>
322        <item row="3" column="0" >
323         <layout class="QHBoxLayout" >
324          <property name="margin" >
325           <number>0</number>
326          </property>
327          <property name="spacing" >
328           <number>6</number>
329          </property>
330          <item>
331           <widget class="QLabel" name="specialAlignmentLA" >
332            <property name="text" >
333             <string>LaTe&amp;X argument:</string>
334            </property>
335            <property name="buddy" >
336             <cstring>specialAlignmentED</cstring>
337            </property>
338           </widget>
339          </item>
340          <item>
341           <widget class="QLineEdit" name="specialAlignmentED" >
342            <property name="toolTip" >
343             <string>Custom column format (LaTeX)</string>
344            </property>
345           </widget>
346          </item>
347         </layout>
348        </item>
349       </layout>
350      </widget>
351      <widget class="QWidget" name="Borders" >
352       <attribute name="title" >
353        <string>&amp;Borders</string>
354       </attribute>
355       <layout class="QGridLayout" >
356        <property name="margin" >
357         <number>9</number>
358        </property>
359        <property name="spacing" >
360         <number>6</number>
361        </property>
362        <item row="3" column="1" >
363         <spacer>
364          <property name="orientation" >
365           <enum>Qt::Vertical</enum>
366          </property>
367          <property name="sizeHint" >
368           <size>
369            <width>20</width>
370            <height>43</height>
371           </size>
372          </property>
373         </spacer>
374        </item>
375        <item row="2" column="0" colspan="4" >
376         <widget class="QGroupBox" name="SpaceGB" >
377          <property name="title" >
378           <string>Additional Space</string>
379          </property>
380          <layout class="QGridLayout" >
381           <property name="margin" >
382            <number>9</number>
383           </property>
384           <property name="spacing" >
385            <number>6</number>
386           </property>
387           <item row="0" column="0" >
388            <widget class="QLabel" name="topspaceLA" >
389             <property name="text" >
390              <string>T&amp;op of row:</string>
391             </property>
392             <property name="buddy" >
393              <cstring>topspaceCO</cstring>
394             </property>
395            </widget>
396           </item>
397           <item row="0" column="2" >
398            <widget class="QLineEdit" name="topspaceED" />
399           </item>
400           <item row="0" column="3" >
401            <widget class="LengthCombo" name="topspaceUnit" />
402           </item>
403           <item row="0" column="1" >
404            <widget class="QComboBox" name="topspaceCO" >
405             <item>
406              <property name="text" >
407               <string>None</string>
408              </property>
409             </item>
410             <item>
411              <property name="text" >
412               <string>Default</string>
413              </property>
414             </item>
415             <item>
416              <property name="text" >
417               <string>Custom</string>
418              </property>
419             </item>
420            </widget>
421           </item>
422           <item row="1" column="1" >
423            <widget class="QComboBox" name="bottomspaceCO" >
424             <item>
425              <property name="text" >
426               <string>None</string>
427              </property>
428             </item>
429             <item>
430              <property name="text" >
431               <string>Default</string>
432              </property>
433             </item>
434             <item>
435              <property name="text" >
436               <string>Custom</string>
437              </property>
438             </item>
439            </widget>
440           </item>
441           <item row="1" column="3" >
442            <widget class="LengthCombo" name="bottomspaceUnit" />
443           </item>
444           <item row="1" column="2" >
445            <widget class="QLineEdit" name="bottomspaceED" />
446           </item>
447           <item row="1" column="0" >
448            <widget class="QLabel" name="bottomspaceLA" >
449             <property name="text" >
450              <string>Botto&amp;m of row:</string>
451             </property>
452             <property name="buddy" >
453              <cstring>bottomspaceCO</cstring>
454             </property>
455            </widget>
456           </item>
457           <item row="2" column="2" >
458            <widget class="QLineEdit" name="interlinespaceED" />
459           </item>
460           <item row="2" column="0" >
461            <widget class="QLabel" name="interlinespaceLA" >
462             <property name="text" >
463              <string>Bet&amp;ween rows:</string>
464             </property>
465             <property name="buddy" >
466              <cstring>interlinespaceCO</cstring>
467             </property>
468            </widget>
469           </item>
470           <item row="2" column="1" >
471            <widget class="QComboBox" name="interlinespaceCO" >
472             <item>
473              <property name="text" >
474               <string>None</string>
475              </property>
476             </item>
477             <item>
478              <property name="text" >
479               <string>Default</string>
480              </property>
481             </item>
482             <item>
483              <property name="text" >
484               <string>Custom</string>
485              </property>
486             </item>
487            </widget>
488           </item>
489           <item row="2" column="3" >
490            <widget class="LengthCombo" name="interlinespaceUnit" />
491           </item>
492          </layout>
493         </widget>
494        </item>
495        <item row="1" column="1" >
496         <spacer>
497          <property name="orientation" >
498           <enum>Qt::Vertical</enum>
499          </property>
500          <property name="sizeHint" >
501           <size>
502            <width>20</width>
503            <height>44</height>
504           </size>
505          </property>
506         </spacer>
507        </item>
508        <item row="0" column="3" >
509         <spacer>
510          <property name="orientation" >
511           <enum>Qt::Horizontal</enum>
512          </property>
513          <property name="sizeType" >
514           <enum>QSizePolicy::Expanding</enum>
515          </property>
516          <property name="sizeHint" >
517           <size>
518            <width>63</width>
519            <height>20</height>
520           </size>
521          </property>
522         </spacer>
523        </item>
524        <item row="0" column="2" >
525         <widget class="QGroupBox" name="borderStyleGB" >
526          <property name="title" >
527           <string>Style</string>
528          </property>
529          <layout class="QGridLayout" >
530           <property name="margin" >
531            <number>9</number>
532           </property>
533           <property name="spacing" >
534            <number>6</number>
535           </property>
536           <item row="1" column="0" >
537            <widget class="QRadioButton" name="booktabsRB" >
538             <property name="toolTip" >
539              <string>Use formal (a.k.a. booktabs) border style (no vertical borders)</string>
540             </property>
541             <property name="text" >
542              <string>Fo&amp;rmal</string>
543             </property>
544             <property name="checked" >
545              <bool>true</bool>
546             </property>
547            </widget>
548           </item>
549           <item row="0" column="0" >
550            <widget class="QRadioButton" name="borderDefaultRB" >
551             <property name="toolTip" >
552              <string>Use default (grid-like) border style</string>
553             </property>
554             <property name="text" >
555              <string>De&amp;fault</string>
556             </property>
557            </widget>
558           </item>
559          </layout>
560         </widget>
561        </item>
562        <item row="0" column="1" >
563         <widget class="QGroupBox" name="allBordersGB" >
564          <property name="title" >
565           <string>All Borders</string>
566          </property>
567          <layout class="QGridLayout" >
568           <property name="margin" >
569            <number>9</number>
570           </property>
571           <property name="spacing" >
572            <number>6</number>
573           </property>
574           <item row="0" column="0" >
575            <widget class="QPushButton" name="borderSetPB" >
576             <property name="toolTip" >
577              <string>Set all borders of the current (selected) cell(s)</string>
578             </property>
579             <property name="text" >
580              <string>&amp;Set</string>
581             </property>
582             <property name="checkable" >
583              <bool>false</bool>
584             </property>
585            </widget>
586           </item>
587           <item row="1" column="0" >
588            <widget class="QPushButton" name="borderUnsetPB" >
589             <property name="toolTip" >
590              <string>Unset all borders of the current (selected) cell(s)</string>
591             </property>
592             <property name="text" >
593              <string>C&amp;lear</string>
594             </property>
595             <property name="checkable" >
596              <bool>false</bool>
597             </property>
598            </widget>
599           </item>
600          </layout>
601         </widget>
602        </item>
603        <item row="0" column="0" >
604         <widget class="QGroupBox" name="setBordersGB" >
605          <property name="title" >
606           <string>Set Borders</string>
607          </property>
608          <layout class="QGridLayout" >
609           <property name="margin" >
610            <number>9</number>
611           </property>
612           <property name="spacing" >
613            <number>6</number>
614           </property>
615           <item row="0" column="0" >
616            <widget class="QFrame" name="bordersF" >
617             <property name="sizePolicy" >
618              <sizepolicy>
619               <hsizetype>0</hsizetype>
620               <vsizetype>0</vsizetype>
621               <horstretch>0</horstretch>
622               <verstretch>0</verstretch>
623              </sizepolicy>
624             </property>
625             <property name="palette" >
626              <palette>
627               <active>
628                <colorrole role="WindowText" >
629                 <brush brushstyle="SolidPattern" >
630                  <color alpha="255" >
631                   <red>0</red>
632                   <green>0</green>
633                   <blue>0</blue>
634                  </color>
635                 </brush>
636                </colorrole>
637                <colorrole role="Button" >
638                 <brush brushstyle="SolidPattern" >
639                  <color alpha="255" >
640                   <red>230</red>
641                   <green>240</green>
642                   <blue>249</blue>
643                  </color>
644                 </brush>
645                </colorrole>
646                <colorrole role="Light" >
647                 <brush brushstyle="SolidPattern" >
648                  <color alpha="255" >
649                   <red>255</red>
650                   <green>255</green>
651                   <blue>255</blue>
652                  </color>
653                 </brush>
654                </colorrole>
655                <colorrole role="Midlight" >
656                 <brush brushstyle="SolidPattern" >
657                  <color alpha="255" >
658                   <red>242</red>
659                   <green>247</green>
660                   <blue>252</blue>
661                  </color>
662                 </brush>
663                </colorrole>
664                <colorrole role="Dark" >
665                 <brush brushstyle="SolidPattern" >
666                  <color alpha="255" >
667                   <red>115</red>
668                   <green>120</green>
669                   <blue>124</blue>
670                  </color>
671                 </brush>
672                </colorrole>
673                <colorrole role="Mid" >
674                 <brush brushstyle="SolidPattern" >
675                  <color alpha="255" >
676                   <red>154</red>
677                   <green>160</green>
678                   <blue>166</blue>
679                  </color>
680                 </brush>
681                </colorrole>
682                <colorrole role="Text" >
683                 <brush brushstyle="SolidPattern" >
684                  <color alpha="255" >
685                   <red>0</red>
686                   <green>0</green>
687                   <blue>0</blue>
688                  </color>
689                 </brush>
690                </colorrole>
691                <colorrole role="BrightText" >
692                 <brush brushstyle="SolidPattern" >
693                  <color alpha="255" >
694                   <red>255</red>
695                   <green>255</green>
696                   <blue>255</blue>
697                  </color>
698                 </brush>
699                </colorrole>
700                <colorrole role="ButtonText" >
701                 <brush brushstyle="SolidPattern" >
702                  <color alpha="255" >
703                   <red>0</red>
704                   <green>0</green>
705                   <blue>0</blue>
706                  </color>
707                 </brush>
708                </colorrole>
709                <colorrole role="Base" >
710                 <brush brushstyle="SolidPattern" >
711                  <color alpha="255" >
712                   <red>255</red>
713                   <green>255</green>
714                   <blue>255</blue>
715                  </color>
716                 </brush>
717                </colorrole>
718                <colorrole role="Window" >
719                 <brush brushstyle="SolidPattern" >
720                  <color alpha="255" >
721                   <red>255</red>
722                   <green>255</green>
723                   <blue>255</blue>
724                  </color>
725                 </brush>
726                </colorrole>
727                <colorrole role="Shadow" >
728                 <brush brushstyle="SolidPattern" >
729                  <color alpha="255" >
730                   <red>0</red>
731                   <green>0</green>
732                   <blue>0</blue>
733                  </color>
734                 </brush>
735                </colorrole>
736                <colorrole role="Highlight" >
737                 <brush brushstyle="SolidPattern" >
738                  <color alpha="255" >
739                   <red>16</red>
740                   <green>145</green>
741                   <blue>210</blue>
742                  </color>
743                 </brush>
744                </colorrole>
745                <colorrole role="HighlightedText" >
746                 <brush brushstyle="SolidPattern" >
747                  <color alpha="255" >
748                   <red>255</red>
749                   <green>255</green>
750                   <blue>255</blue>
751                  </color>
752                 </brush>
753                </colorrole>
754                <colorrole role="Link" >
755                 <brush brushstyle="SolidPattern" >
756                  <color alpha="255" >
757                   <red>0</red>
758                   <green>0</green>
759                   <blue>255</blue>
760                  </color>
761                 </brush>
762                </colorrole>
763                <colorrole role="LinkVisited" >
764                 <brush brushstyle="SolidPattern" >
765                  <color alpha="255" >
766                   <red>255</red>
767                   <green>0</green>
768                   <blue>255</blue>
769                  </color>
770                 </brush>
771                </colorrole>
772                <colorrole role="AlternateBase" >
773                 <brush brushstyle="SolidPattern" >
774                  <color alpha="255" >
775                   <red>232</red>
776                   <green>232</green>
777                   <blue>232</blue>
778                  </color>
779                 </brush>
780                </colorrole>
781               </active>
782               <inactive>
783                <colorrole role="WindowText" >
784                 <brush brushstyle="SolidPattern" >
785                  <color alpha="255" >
786                   <red>0</red>
787                   <green>0</green>
788                   <blue>0</blue>
789                  </color>
790                 </brush>
791                </colorrole>
792                <colorrole role="Button" >
793                 <brush brushstyle="SolidPattern" >
794                  <color alpha="255" >
795                   <red>230</red>
796                   <green>240</green>
797                   <blue>249</blue>
798                  </color>
799                 </brush>
800                </colorrole>
801                <colorrole role="Light" >
802                 <brush brushstyle="SolidPattern" >
803                  <color alpha="255" >
804                   <red>255</red>
805                   <green>255</green>
806                   <blue>255</blue>
807                  </color>
808                 </brush>
809                </colorrole>
810                <colorrole role="Midlight" >
811                 <brush brushstyle="SolidPattern" >
812                  <color alpha="255" >
813                   <red>255</red>
814                   <green>255</green>
815                   <blue>255</blue>
816                  </color>
817                 </brush>
818                </colorrole>
819                <colorrole role="Dark" >
820                 <brush brushstyle="SolidPattern" >
821                  <color alpha="255" >
822                   <red>115</red>
823                   <green>120</green>
824                   <blue>124</blue>
825                  </color>
826                 </brush>
827                </colorrole>
828                <colorrole role="Mid" >
829                 <brush brushstyle="SolidPattern" >
830                  <color alpha="255" >
831                   <red>154</red>
832                   <green>160</green>
833                   <blue>166</blue>
834                  </color>
835                 </brush>
836                </colorrole>
837                <colorrole role="Text" >
838                 <brush brushstyle="SolidPattern" >
839                  <color alpha="255" >
840                   <red>0</red>
841                   <green>0</green>
842                   <blue>0</blue>
843                  </color>
844                 </brush>
845                </colorrole>
846                <colorrole role="BrightText" >
847                 <brush brushstyle="SolidPattern" >
848                  <color alpha="255" >
849                   <red>255</red>
850                   <green>255</green>
851                   <blue>255</blue>
852                  </color>
853                 </brush>
854                </colorrole>
855                <colorrole role="ButtonText" >
856                 <brush brushstyle="SolidPattern" >
857                  <color alpha="255" >
858                   <red>0</red>
859                   <green>0</green>
860                   <blue>0</blue>
861                  </color>
862                 </brush>
863                </colorrole>
864                <colorrole role="Base" >
865                 <brush brushstyle="SolidPattern" >
866                  <color alpha="255" >
867                   <red>255</red>
868                   <green>255</green>
869                   <blue>255</blue>
870                  </color>
871                 </brush>
872                </colorrole>
873                <colorrole role="Window" >
874                 <brush brushstyle="SolidPattern" >
875                  <color alpha="255" >
876                   <red>255</red>
877                   <green>255</green>
878                   <blue>255</blue>
879                  </color>
880                 </brush>
881                </colorrole>
882                <colorrole role="Shadow" >
883                 <brush brushstyle="SolidPattern" >
884                  <color alpha="255" >
885                   <red>0</red>
886                   <green>0</green>
887                   <blue>0</blue>
888                  </color>
889                 </brush>
890                </colorrole>
891                <colorrole role="Highlight" >
892                 <brush brushstyle="SolidPattern" >
893                  <color alpha="255" >
894                   <red>16</red>
895                   <green>145</green>
896                   <blue>210</blue>
897                  </color>
898                 </brush>
899                </colorrole>
900                <colorrole role="HighlightedText" >
901                 <brush brushstyle="SolidPattern" >
902                  <color alpha="255" >
903                   <red>255</red>
904                   <green>255</green>
905                   <blue>255</blue>
906                  </color>
907                 </brush>
908                </colorrole>
909                <colorrole role="Link" >
910                 <brush brushstyle="SolidPattern" >
911                  <color alpha="255" >
912                   <red>0</red>
913                   <green>0</green>
914                   <blue>255</blue>
915                  </color>
916                 </brush>
917                </colorrole>
918                <colorrole role="LinkVisited" >
919                 <brush brushstyle="SolidPattern" >
920                  <color alpha="255" >
921                   <red>255</red>
922                   <green>0</green>
923                   <blue>255</blue>
924                  </color>
925                 </brush>
926                </colorrole>
927                <colorrole role="AlternateBase" >
928                 <brush brushstyle="SolidPattern" >
929                  <color alpha="255" >
930                   <red>232</red>
931                   <green>232</green>
932                   <blue>232</blue>
933                  </color>
934                 </brush>
935                </colorrole>
936               </inactive>
937               <disabled>
938                <colorrole role="WindowText" >
939                 <brush brushstyle="SolidPattern" >
940                  <color alpha="255" >
941                   <red>128</red>
942                   <green>128</green>
943                   <blue>128</blue>
944                  </color>
945                 </brush>
946                </colorrole>
947                <colorrole role="Button" >
948                 <brush brushstyle="SolidPattern" >
949                  <color alpha="255" >
950                   <red>230</red>
951                   <green>240</green>
952                   <blue>249</blue>
953                  </color>
954                 </brush>
955                </colorrole>
956                <colorrole role="Light" >
957                 <brush brushstyle="SolidPattern" >
958                  <color alpha="255" >
959                   <red>255</red>
960                   <green>255</green>
961                   <blue>255</blue>
962                  </color>
963                 </brush>
964                </colorrole>
965                <colorrole role="Midlight" >
966                 <brush brushstyle="SolidPattern" >
967                  <color alpha="255" >
968                   <red>255</red>
969                   <green>255</green>
970                   <blue>255</blue>
971                  </color>
972                 </brush>
973                </colorrole>
974                <colorrole role="Dark" >
975                 <brush brushstyle="SolidPattern" >
976                  <color alpha="255" >
977                   <red>115</red>
978                   <green>120</green>
979                   <blue>124</blue>
980                  </color>
981                 </brush>
982                </colorrole>
983                <colorrole role="Mid" >
984                 <brush brushstyle="SolidPattern" >
985                  <color alpha="255" >
986                   <red>154</red>
987                   <green>160</green>
988                   <blue>166</blue>
989                  </color>
990                 </brush>
991                </colorrole>
992                <colorrole role="Text" >
993                 <brush brushstyle="SolidPattern" >
994                  <color alpha="255" >
995                   <red>0</red>
996                   <green>0</green>
997                   <blue>0</blue>
998                  </color>
999                 </brush>
1000                </colorrole>
1001                <colorrole role="BrightText" >
1002                 <brush brushstyle="SolidPattern" >
1003                  <color alpha="255" >
1004                   <red>255</red>
1005                   <green>255</green>
1006                   <blue>255</blue>
1007                  </color>
1008                 </brush>
1009                </colorrole>
1010                <colorrole role="ButtonText" >
1011                 <brush brushstyle="SolidPattern" >
1012                  <color alpha="255" >
1013                   <red>128</red>
1014                   <green>128</green>
1015                   <blue>128</blue>
1016                  </color>
1017                 </brush>
1018                </colorrole>
1019                <colorrole role="Base" >
1020                 <brush brushstyle="SolidPattern" >
1021                  <color alpha="255" >
1022                   <red>255</red>
1023                   <green>255</green>
1024                   <blue>255</blue>
1025                  </color>
1026                 </brush>
1027                </colorrole>
1028                <colorrole role="Window" >
1029                 <brush brushstyle="SolidPattern" >
1030                  <color alpha="255" >
1031                   <red>255</red>
1032                   <green>255</green>
1033                   <blue>255</blue>
1034                  </color>
1035                 </brush>
1036                </colorrole>
1037                <colorrole role="Shadow" >
1038                 <brush brushstyle="SolidPattern" >
1039                  <color alpha="255" >
1040                   <red>0</red>
1041                   <green>0</green>
1042                   <blue>0</blue>
1043                  </color>
1044                 </brush>
1045                </colorrole>
1046                <colorrole role="Highlight" >
1047                 <brush brushstyle="SolidPattern" >
1048                  <color alpha="255" >
1049                   <red>16</red>
1050                   <green>145</green>
1051                   <blue>210</blue>
1052                  </color>
1053                 </brush>
1054                </colorrole>
1055                <colorrole role="HighlightedText" >
1056                 <brush brushstyle="SolidPattern" >
1057                  <color alpha="255" >
1058                   <red>255</red>
1059                   <green>255</green>
1060                   <blue>255</blue>
1061                  </color>
1062                 </brush>
1063                </colorrole>
1064                <colorrole role="Link" >
1065                 <brush brushstyle="SolidPattern" >
1066                  <color alpha="255" >
1067                   <red>0</red>
1068                   <green>0</green>
1069                   <blue>255</blue>
1070                  </color>
1071                 </brush>
1072                </colorrole>
1073                <colorrole role="LinkVisited" >
1074                 <brush brushstyle="SolidPattern" >
1075                  <color alpha="255" >
1076                   <red>255</red>
1077                   <green>0</green>
1078                   <blue>255</blue>
1079                  </color>
1080                 </brush>
1081                </colorrole>
1082                <colorrole role="AlternateBase" >
1083                 <brush brushstyle="SolidPattern" >
1084                  <color alpha="255" >
1085                   <red>232</red>
1086                   <green>232</green>
1087                   <blue>232</blue>
1088                  </color>
1089                 </brush>
1090                </colorrole>
1091               </disabled>
1092              </palette>
1093             </property>
1094             <property name="frameShape" >
1095              <enum>QFrame::StyledPanel</enum>
1096             </property>
1097             <property name="frameShadow" >
1098              <enum>QFrame::Sunken</enum>
1099             </property>
1100             <layout class="QGridLayout" >
1101              <property name="margin" >
1102               <number>9</number>
1103              </property>
1104              <property name="spacing" >
1105               <number>6</number>
1106              </property>
1107              <item row="0" column="0" >
1108               <widget class="GuiSetBorder" native="1" name="borders" >
1109                <property name="sizePolicy" >
1110                 <sizepolicy>
1111                  <hsizetype>0</hsizetype>
1112                  <vsizetype>0</vsizetype>
1113                  <horstretch>0</horstretch>
1114                  <verstretch>0</verstretch>
1115                 </sizepolicy>
1116                </property>
1117                <property name="toolTip" >
1118                 <string>Set borders of the current (selected) cell(s)</string>
1119                </property>
1120               </widget>
1121              </item>
1122             </layout>
1123            </widget>
1124           </item>
1125          </layout>
1126         </widget>
1127        </item>
1128       </layout>
1129      </widget>
1130      <widget class="QWidget" name="Longtables" >
1131       <attribute name="title" >
1132        <string>&amp;Longtable</string>
1133       </attribute>
1134       <layout class="QGridLayout" >
1135        <property name="margin" >
1136         <number>9</number>
1137        </property>
1138        <property name="spacing" >
1139         <number>6</number>
1140        </property>
1141        <item row="0" column="0" >
1142         <widget class="QCheckBox" name="longTabularCB" >
1143          <property name="toolTip" >
1144           <string>Select for tables that span multiple pages</string>
1145          </property>
1146          <property name="text" >
1147           <string>&amp;Use long table</string>
1148          </property>
1149         </widget>
1150        </item>
1151        <item row="1" column="0" >
1152         <widget class="QGroupBox" name="longtableGB" >
1153          <property name="enabled" >
1154           <bool>false</bool>
1155          </property>
1156          <property name="title" >
1157           <string>Row settings</string>
1158          </property>
1159          <layout class="QGridLayout" >
1160           <property name="margin" >
1161            <number>9</number>
1162           </property>
1163           <property name="spacing" >
1164            <number>6</number>
1165           </property>
1166           <item row="0" column="1" >
1167            <widget class="QLabel" name="StatusLA" >
1168             <property name="text" >
1169              <string>Status</string>
1170             </property>
1171            </widget>
1172           </item>
1173           <item row="0" column="2" >
1174            <widget class="QLabel" name="BorderAboveLA" >
1175             <property name="text" >
1176              <string>Border above</string>
1177             </property>
1178            </widget>
1179           </item>
1180           <item row="0" column="3" >
1181            <widget class="QLabel" name="BorderBelowLA" >
1182             <property name="text" >
1183              <string>Border below</string>
1184             </property>
1185            </widget>
1186           </item>
1187           <item row="0" column="4" >
1188            <widget class="QLabel" name="ContentsLA" >
1189             <property name="text" >
1190              <string>Contents</string>
1191             </property>
1192            </widget>
1193           </item>
1194           <item row="1" column="0" >
1195            <widget class="QLabel" name="HeaderLA" >
1196             <property name="text" >
1197              <string>Header:</string>
1198             </property>
1199            </widget>
1200           </item>
1201           <item row="1" column="1" >
1202            <widget class="QCheckBox" name="headerStatusCB" >
1203             <property name="toolTip" >
1204              <string>Repeat this row as header on every (except the first) page</string>
1205             </property>
1206             <property name="text" >
1207              <string>on</string>
1208             </property>
1209            </widget>
1210           </item>
1211           <item row="1" column="2" >
1212            <widget class="QCheckBox" name="headerBorderAboveCB" >
1213             <property name="toolTip" >
1214              <string/>
1215             </property>
1216             <property name="text" >
1217              <string>double</string>
1218             </property>
1219            </widget>
1220           </item>
1221           <item row="1" column="3" >
1222            <widget class="QCheckBox" name="headerBorderBelowCB" >
1223             <property name="text" >
1224              <string>double</string>
1225             </property>
1226            </widget>
1227           </item>
1228           <item row="2" column="0" >
1229            <widget class="QLabel" name="FirstHeaderLA" >
1230             <property name="text" >
1231              <string>First header:</string>
1232             </property>
1233            </widget>
1234           </item>
1235           <item row="2" column="1" >
1236            <widget class="QCheckBox" name="firstheaderStatusCB" >
1237             <property name="toolTip" >
1238              <string>This row is the header of the first page</string>
1239             </property>
1240             <property name="whatsThis" >
1241              <string/>
1242             </property>
1243             <property name="text" >
1244              <string>on</string>
1245             </property>
1246            </widget>
1247           </item>
1248           <item row="2" column="2" >
1249            <widget class="QCheckBox" name="firstheaderBorderAboveCB" >
1250             <property name="text" >
1251              <string>double</string>
1252             </property>
1253            </widget>
1254           </item>
1255           <item row="2" column="3" >
1256            <widget class="QCheckBox" name="firstheaderBorderBelowCB" >
1257             <property name="text" >
1258              <string>double</string>
1259             </property>
1260            </widget>
1261           </item>
1262           <item row="2" column="4" >
1263            <widget class="QCheckBox" name="firstheaderNoContentsCB" >
1264             <property name="toolTip" >
1265              <string>Don't output the first header</string>
1266             </property>
1267             <property name="text" >
1268              <string>is empty</string>
1269             </property>
1270            </widget>
1271           </item>
1272           <item row="3" column="0" >
1273            <widget class="QLabel" name="FooterLA" >
1274             <property name="text" >
1275              <string>Footer:</string>
1276             </property>
1277            </widget>
1278           </item>
1279           <item row="3" column="1" >
1280            <widget class="QCheckBox" name="footerStatusCB" >
1281             <property name="toolTip" >
1282              <string>Repeat this row as footer on every (except the last) page</string>
1283             </property>
1284             <property name="text" >
1285              <string>on</string>
1286             </property>
1287            </widget>
1288           </item>
1289           <item row="3" column="2" >
1290            <widget class="QCheckBox" name="footerBorderAboveCB" >
1291             <property name="text" >
1292              <string>double</string>
1293             </property>
1294            </widget>
1295           </item>
1296           <item row="3" column="3" >
1297            <widget class="QCheckBox" name="footerBorderBelowCB" >
1298             <property name="text" >
1299              <string>double</string>
1300             </property>
1301            </widget>
1302           </item>
1303           <item row="4" column="0" >
1304            <widget class="QLabel" name="LastFooterLA" >
1305             <property name="text" >
1306              <string>Last footer:</string>
1307             </property>
1308            </widget>
1309           </item>
1310           <item row="4" column="1" >
1311            <widget class="QCheckBox" name="lastfooterStatusCB" >
1312             <property name="toolTip" >
1313              <string>This row is the footer of the last page</string>
1314             </property>
1315             <property name="text" >
1316              <string>on</string>
1317             </property>
1318            </widget>
1319           </item>
1320           <item row="4" column="2" >
1321            <widget class="QCheckBox" name="lastfooterBorderAboveCB" >
1322             <property name="text" >
1323              <string>double</string>
1324             </property>
1325            </widget>
1326           </item>
1327           <item row="4" column="3" >
1328            <widget class="QCheckBox" name="lastfooterBorderBelowCB" >
1329             <property name="text" >
1330              <string>double</string>
1331             </property>
1332            </widget>
1333           </item>
1334           <item row="4" column="4" >
1335            <widget class="QCheckBox" name="lastfooterNoContentsCB" >
1336             <property name="toolTip" >
1337              <string>Don't output the last footer</string>
1338             </property>
1339             <property name="text" >
1340              <string>is empty</string>
1341             </property>
1342            </widget>
1343           </item>
1344           <item row="5" column="0" >
1345            <widget class="QLabel" name="label" >
1346             <property name="text" >
1347              <string>Caption:</string>
1348             </property>
1349            </widget>
1350           </item>
1351           <item row="5" column="1" >
1352            <widget class="QCheckBox" name="captionStatusCB" >
1353             <property name="text" >
1354              <string>on</string>
1355             </property>
1356            </widget>
1357           </item>
1358           <item row="6" column="0" colspan="3" >
1359            <widget class="QCheckBox" name="newpageCB" >
1360             <property name="enabled" >
1361              <bool>false</bool>
1362             </property>
1363             <property name="toolTip" >
1364              <string>Set a page break on the current row</string>
1365             </property>
1366             <property name="text" >
1367              <string>Page &amp;break on current row</string>
1368             </property>
1369            </widget>
1370           </item>
1371          </layout>
1372         </widget>
1373        </item>
1374        <item row="2" column="0" >
1375         <widget class="QGroupBox" name="alignmentGB" >
1376          <property name="enabled" >
1377           <bool>false</bool>
1378          </property>
1379          <property name="toolTip" >
1380           <string>Horizontal alignment of the longtable</string>
1381          </property>
1382          <property name="title" >
1383           <string>Longtable alignment</string>
1384          </property>
1385          <layout class="QGridLayout" >
1386           <property name="margin" >
1387            <number>9</number>
1388           </property>
1389           <property name="spacing" >
1390            <number>6</number>
1391           </property>
1392           <item row="0" column="0" >
1393            <widget class="QRadioButton" name="leftRB" >
1394             <property name="text" >
1395              <string>Left</string>
1396             </property>
1397            </widget>
1398           </item>
1399           <item row="0" column="1" >
1400            <widget class="QRadioButton" name="centerRB" >
1401             <property name="text" >
1402              <string>Center</string>
1403             </property>
1404             <property name="checked" >
1405              <bool>true</bool>
1406             </property>
1407            </widget>
1408           </item>
1409           <item row="0" column="2" >
1410            <widget class="QRadioButton" name="rightRB" >
1411             <property name="text" >
1412              <string>Right</string>
1413             </property>
1414            </widget>
1415           </item>
1416          </layout>
1417         </widget>
1418        </item>
1419       </layout>
1420      </widget>
1421     </widget>
1422    </item>
1423    <item row="2" column="0" >
1424     <layout class="QHBoxLayout" >
1425      <property name="margin" >
1426       <number>0</number>
1427      </property>
1428      <property name="spacing" >
1429       <number>6</number>
1430      </property>
1431      <item>
1432       <widget class="QPushButton" name="restorePB" >
1433        <property name="text" >
1434         <string>&amp;Restore</string>
1435        </property>
1436        <property name="autoDefault" >
1437         <bool>false</bool>
1438        </property>
1439       </widget>
1440      </item>
1441      <item>
1442       <spacer>
1443        <property name="orientation" >
1444         <enum>Qt::Horizontal</enum>
1445        </property>
1446        <property name="sizeHint" >
1447         <size>
1448          <width>31</width>
1449          <height>27</height>
1450         </size>
1451        </property>
1452       </spacer>
1453      </item>
1454      <item>
1455       <widget class="QPushButton" name="okPB" >
1456        <property name="text" >
1457         <string>&amp;OK</string>
1458        </property>
1459        <property name="default" >
1460         <bool>true</bool>
1461        </property>
1462       </widget>
1463      </item>
1464      <item>
1465       <widget class="QPushButton" name="applyPB" >
1466        <property name="text" >
1467         <string>&amp;Apply</string>
1468        </property>
1469        <property name="autoDefault" >
1470         <bool>false</bool>
1471        </property>
1472       </widget>
1473      </item>
1474      <item>
1475       <widget class="QPushButton" name="closePB" >
1476        <property name="text" >
1477         <string>&amp;Cancel</string>
1478        </property>
1479        <property name="autoDefault" >
1480         <bool>false</bool>
1481        </property>
1482       </widget>
1483      </item>
1484     </layout>
1485    </item>
1486    <item row="1" column="0" >
1487     <layout class="QHBoxLayout" >
1488      <property name="margin" >
1489       <number>0</number>
1490      </property>
1491      <property name="spacing" >
1492       <number>6</number>
1493      </property>
1494      <item>
1495       <widget class="QLabel" name="TextLabel1" >
1496        <property name="text" >
1497         <string>Current cell:</string>
1498        </property>
1499       </widget>
1500      </item>
1501      <item>
1502       <widget class="QLineEdit" name="tabularRowED" >
1503        <property name="sizePolicy" >
1504         <sizepolicy>
1505          <hsizetype>0</hsizetype>
1506          <vsizetype>0</vsizetype>
1507          <horstretch>0</horstretch>
1508          <verstretch>0</verstretch>
1509         </sizepolicy>
1510        </property>
1511        <property name="maximumSize" >
1512         <size>
1513          <width>40</width>
1514          <height>32767</height>
1515         </size>
1516        </property>
1517        <property name="focusPolicy" >
1518         <enum>Qt::NoFocus</enum>
1519        </property>
1520        <property name="toolTip" >
1521         <string>Current row position</string>
1522        </property>
1523       </widget>
1524      </item>
1525      <item>
1526       <widget class="QLineEdit" name="tabularColumnED" >
1527        <property name="sizePolicy" >
1528         <sizepolicy>
1529          <hsizetype>0</hsizetype>
1530          <vsizetype>0</vsizetype>
1531          <horstretch>0</horstretch>
1532          <verstretch>0</verstretch>
1533         </sizepolicy>
1534        </property>
1535        <property name="maximumSize" >
1536         <size>
1537          <width>40</width>
1538          <height>32767</height>
1539         </size>
1540        </property>
1541        <property name="focusPolicy" >
1542         <enum>Qt::NoFocus</enum>
1543        </property>
1544        <property name="toolTip" >
1545         <string>Current column position</string>
1546        </property>
1547       </widget>
1548      </item>
1549      <item>
1550       <spacer>
1551        <property name="orientation" >
1552         <enum>Qt::Horizontal</enum>
1553        </property>
1554        <property name="sizeType" >
1555         <enum>QSizePolicy::Expanding</enum>
1556        </property>
1557        <property name="sizeHint" >
1558         <size>
1559          <width>20</width>
1560          <height>20</height>
1561         </size>
1562        </property>
1563       </spacer>
1564      </item>
1565     </layout>
1566    </item>
1567   </layout>
1568  </widget>
1569  <customwidgets>
1570   <customwidget>
1571    <class>LengthCombo</class>
1572    <extends>QComboBox</extends>
1573    <header>LengthCombo.h</header>
1574   </customwidget>
1575   <customwidget>
1576    <class>GuiSetBorder</class>
1577    <extends>QWidget</extends>
1578    <header>GuiSetBorder.h</header>
1579   </customwidget>
1580  </customwidgets>
1581  <tabstops>
1582   <tabstop>TabWidget</tabstop>
1583   <tabstop>hAlignCB</tabstop>
1584   <tabstop>widthED</tabstop>
1585   <tabstop>widthUnitCB</tabstop>
1586   <tabstop>vAlignCB</tabstop>
1587   <tabstop>multicolumnCB</tabstop>
1588   <tabstop>rotateTabularCB</tabstop>
1589   <tabstop>rotateCellCB</tabstop>
1590   <tabstop>specialAlignmentED</tabstop>
1591   <tabstop>borderSetPB</tabstop>
1592   <tabstop>borderUnsetPB</tabstop>
1593   <tabstop>borderDefaultRB</tabstop>
1594   <tabstop>booktabsRB</tabstop>
1595   <tabstop>topspaceCO</tabstop>
1596   <tabstop>bottomspaceCO</tabstop>
1597   <tabstop>interlinespaceCO</tabstop>
1598   <tabstop>topspaceED</tabstop>
1599   <tabstop>bottomspaceED</tabstop>
1600   <tabstop>interlinespaceED</tabstop>
1601   <tabstop>topspaceUnit</tabstop>
1602   <tabstop>bottomspaceUnit</tabstop>
1603   <tabstop>interlinespaceUnit</tabstop>
1604   <tabstop>longTabularCB</tabstop>
1605   <tabstop>headerStatusCB</tabstop>
1606   <tabstop>headerBorderAboveCB</tabstop>
1607   <tabstop>headerBorderBelowCB</tabstop>
1608   <tabstop>firstheaderStatusCB</tabstop>
1609   <tabstop>firstheaderBorderAboveCB</tabstop>
1610   <tabstop>firstheaderBorderBelowCB</tabstop>
1611   <tabstop>firstheaderNoContentsCB</tabstop>
1612   <tabstop>footerStatusCB</tabstop>
1613   <tabstop>footerBorderAboveCB</tabstop>
1614   <tabstop>footerBorderBelowCB</tabstop>
1615   <tabstop>lastfooterStatusCB</tabstop>
1616   <tabstop>lastfooterBorderAboveCB</tabstop>
1617   <tabstop>lastfooterBorderBelowCB</tabstop>
1618   <tabstop>lastfooterNoContentsCB</tabstop>
1619   <tabstop>newpageCB</tabstop>
1620  </tabstops>
1621  <includes>
1622   <include location="local" >qt_i18n.h</include>
1623  </includes>
1624  <resources/>
1625  <connections/>
1626 </ui>