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