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