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