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