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