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