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