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