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