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