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