]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/QTabularUi.ui
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / frontends / qt4 / ui / QTabularUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>QTabularUi</class>
6  <widget class="QDialog" name="QTabularUi" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>447</width>
12     <height>408</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string/>
17   </property>
18   <property name="sizeGripEnabled" >
19    <bool>true</bool>
20   </property>
21   <layout class="QVBoxLayout" >
22    <property name="margin" >
23     <number>11</number>
24    </property>
25    <property name="spacing" >
26     <number>6</number>
27    </property>
28    <item>
29     <widget class="QTabWidget" name="TabWidget" >
30      <property name="toolTip" >
31       <string/>
32      </property>
33      <property name="tabShape" >
34       <enum>QTabWidget::Rounded</enum>
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>11</number>
43        </property>
44        <property name="spacing" >
45         <number>6</number>
46        </property>
47        <item row="0" column="0" colspan="2" >
48         <widget class="QLabel" name="hAlignCO" >
49          <property name="text" >
50           <string>&amp;Horizontal alignment:</string>
51          </property>
52          <property name="buddy" >
53           <cstring>hAlignCB</cstring>
54          </property>
55         </widget>
56        </item>
57        <item row="0" column="2" >
58         <widget class="QComboBox" name="hAlignCB" >
59          <property name="toolTip" >
60           <string>Horizontal alignment in column</string>
61          </property>
62          <item>
63           <property name="text" >
64            <string>Block</string>
65           </property>
66          </item>
67          <item>
68           <property name="text" >
69            <string>Left</string>
70           </property>
71          </item>
72          <item>
73           <property name="text" >
74            <string>Center</string>
75           </property>
76          </item>
77          <item>
78           <property name="text" >
79            <string>Right</string>
80           </property>
81          </item>
82         </widget>
83        </item>
84        <item row="3" column="0" colspan="4" >
85         <widget class="QCheckBox" name="rotateTabularCB" >
86          <property name="enabled" >
87           <bool>true</bool>
88          </property>
89          <property name="toolTip" >
90           <string>Rotate the table by 90 degrees</string>
91          </property>
92          <property name="text" >
93           <string>&amp;Rotate table 90 degrees</string>
94          </property>
95         </widget>
96        </item>
97        <item row="4" column="0" colspan="4" >
98         <widget class="QCheckBox" name="rotateCellCB" >
99          <property name="toolTip" >
100           <string>Rotate this cell by 90 degrees</string>
101          </property>
102          <property name="text" >
103           <string>Rotate &amp;cell 90 degrees</string>
104          </property>
105         </widget>
106        </item>
107        <item row="5" column="0" colspan="2" >
108         <widget class="QLabel" name="specialAlignmentLA" >
109          <property name="text" >
110           <string>LaTe&amp;X argument:</string>
111          </property>
112          <property name="buddy" >
113           <cstring>specialAlignmentED</cstring>
114          </property>
115         </widget>
116        </item>
117        <item row="5" column="2" colspan="2" >
118         <widget class="QLineEdit" name="specialAlignmentED" >
119          <property name="toolTip" >
120           <string>Custom column format (LaTeX)</string>
121          </property>
122         </widget>
123        </item>
124        <item row="6" column="2" >
125         <spacer>
126          <property name="orientation" >
127           <enum>Qt::Vertical</enum>
128          </property>
129          <property name="sizeType" >
130           <enum>QSizePolicy::Expanding</enum>
131          </property>
132          <property name="sizeHint" >
133           <size>
134            <width>20</width>
135            <height>20</height>
136           </size>
137          </property>
138         </spacer>
139        </item>
140        <item row="0" column="3" >
141         <spacer>
142          <property name="orientation" >
143           <enum>Qt::Horizontal</enum>
144          </property>
145          <property name="sizeType" >
146           <enum>QSizePolicy::Expanding</enum>
147          </property>
148          <property name="sizeHint" >
149           <size>
150            <width>20</width>
151            <height>20</height>
152           </size>
153          </property>
154         </spacer>
155        </item>
156        <item row="2" column="0" >
157         <widget class="QCheckBox" name="multicolumnCB" >
158          <property name="toolTip" >
159           <string>Merge cells</string>
160          </property>
161          <property name="text" >
162           <string>&amp;Multicolumn</string>
163          </property>
164         </widget>
165        </item>
166        <item row="1" column="0" colspan="4" >
167         <widget class="QGroupBox" name="GroupBox12" >
168          <property name="title" >
169           <string>Column Width</string>
170          </property>
171          <layout class="QGridLayout" >
172           <property name="margin" >
173            <number>11</number>
174           </property>
175           <property name="spacing" >
176            <number>6</number>
177           </property>
178           <item row="1" column="0" >
179            <widget class="QLabel" name="vAlignCO" >
180             <property name="text" >
181              <string>&amp;Vertical alignment:</string>
182             </property>
183             <property name="buddy" >
184              <cstring>vAlignCB</cstring>
185             </property>
186            </widget>
187           </item>
188           <item row="0" column="2" >
189            <widget class="LengthCombo" name="widthUnit" >
190             <property name="enabled" >
191              <bool>true</bool>
192             </property>
193             <property name="minimumSize" >
194              <size>
195               <width>50</width>
196               <height>0</height>
197              </size>
198             </property>
199             <property name="focusPolicy" >
200              <enum>Qt::StrongFocus</enum>
201             </property>
202             <property name="toolTip" >
203              <string>Width unit</string>
204             </property>
205            </widget>
206           </item>
207           <item row="0" column="1" >
208            <widget class="QLineEdit" name="widthED" >
209             <property name="enabled" >
210              <bool>true</bool>
211             </property>
212             <property name="toolTip" >
213              <string>Fixed width of the column</string>
214             </property>
215             <property name="text" >
216              <string/>
217             </property>
218            </widget>
219           </item>
220           <item row="0" column="0" >
221            <widget class="QLabel" name="fixedWidthColLA" >
222             <property name="text" >
223              <string>&amp;Width:</string>
224             </property>
225             <property name="buddy" >
226              <cstring>widthED</cstring>
227             </property>
228            </widget>
229           </item>
230           <item row="1" column="1" >
231            <widget class="QComboBox" name="vAlignCB" >
232             <property name="toolTip" >
233              <string>Vertical alignment for fixed width columns</string>
234             </property>
235             <item>
236              <property name="text" >
237               <string>Top</string>
238              </property>
239             </item>
240             <item>
241              <property name="text" >
242               <string>Middle</string>
243              </property>
244             </item>
245             <item>
246              <property name="text" >
247               <string>Bottom</string>
248              </property>
249             </item>
250            </widget>
251           </item>
252          </layout>
253         </widget>
254        </item>
255       </layout>
256      </widget>
257      <widget class="QWidget" name="Borders" >
258       <attribute name="title" >
259        <string>&amp;Borders</string>
260       </attribute>
261       <layout class="QGridLayout" >
262        <property name="margin" >
263         <number>11</number>
264        </property>
265        <property name="spacing" >
266         <number>6</number>
267        </property>
268        <item row="0" column="0" >
269         <widget class="QGroupBox" name="setBordersGB" >
270          <property name="title" >
271           <string>Set Borders</string>
272          </property>
273          <layout class="QGridLayout" >
274           <property name="margin" >
275            <number>11</number>
276           </property>
277           <property name="spacing" >
278            <number>6</number>
279           </property>
280           <item row="0" column="0" >
281            <widget class="QFrame" name="bordersF" >
282             <property name="sizePolicy" >
283              <sizepolicy>
284               <hsizetype>5</hsizetype>
285               <vsizetype>5</vsizetype>
286               <horstretch>0</horstretch>
287               <verstretch>0</verstretch>
288              </sizepolicy>
289             </property>
290             <property name="palette" >
291              <palette>
292               <active>
293                <color>
294                 <red>0</red>
295                 <green>0</green>
296                 <blue>0</blue>
297                </color>
298                <color>
299                 <red>230</red>
300                 <green>240</green>
301                 <blue>249</blue>
302                </color>
303                <color>
304                 <red>255</red>
305                 <green>255</green>
306                 <blue>255</blue>
307                </color>
308                <color>
309                 <red>242</red>
310                 <green>247</green>
311                 <blue>252</blue>
312                </color>
313                <color>
314                 <red>115</red>
315                 <green>120</green>
316                 <blue>124</blue>
317                </color>
318                <color>
319                 <red>154</red>
320                 <green>160</green>
321                 <blue>166</blue>
322                </color>
323                <color>
324                 <red>0</red>
325                 <green>0</green>
326                 <blue>0</blue>
327                </color>
328                <color>
329                 <red>255</red>
330                 <green>255</green>
331                 <blue>255</blue>
332                </color>
333                <color>
334                 <red>0</red>
335                 <green>0</green>
336                 <blue>0</blue>
337                </color>
338                <color>
339                 <red>255</red>
340                 <green>255</green>
341                 <blue>255</blue>
342                </color>
343                <color>
344                 <red>255</red>
345                 <green>255</green>
346                 <blue>255</blue>
347                </color>
348                <color>
349                 <red>0</red>
350                 <green>0</green>
351                 <blue>0</blue>
352                </color>
353                <color>
354                 <red>16</red>
355                 <green>145</green>
356                 <blue>210</blue>
357                </color>
358                <color>
359                 <red>255</red>
360                 <green>255</green>
361                 <blue>255</blue>
362                </color>
363                <color>
364                 <red>0</red>
365                 <green>0</green>
366                 <blue>255</blue>
367                </color>
368                <color>
369                 <red>255</red>
370                 <green>0</green>
371                 <blue>255</blue>
372                </color>
373                <color>
374                 <red>232</red>
375                 <green>232</green>
376                 <blue>232</blue>
377                </color>
378               </active>
379               <inactive>
380                <color>
381                 <red>0</red>
382                 <green>0</green>
383                 <blue>0</blue>
384                </color>
385                <color>
386                 <red>230</red>
387                 <green>240</green>
388                 <blue>249</blue>
389                </color>
390                <color>
391                 <red>255</red>
392                 <green>255</green>
393                 <blue>255</blue>
394                </color>
395                <color>
396                 <red>255</red>
397                 <green>255</green>
398                 <blue>255</blue>
399                </color>
400                <color>
401                 <red>115</red>
402                 <green>120</green>
403                 <blue>124</blue>
404                </color>
405                <color>
406                 <red>154</red>
407                 <green>160</green>
408                 <blue>166</blue>
409                </color>
410                <color>
411                 <red>0</red>
412                 <green>0</green>
413                 <blue>0</blue>
414                </color>
415                <color>
416                 <red>255</red>
417                 <green>255</green>
418                 <blue>255</blue>
419                </color>
420                <color>
421                 <red>0</red>
422                 <green>0</green>
423                 <blue>0</blue>
424                </color>
425                <color>
426                 <red>255</red>
427                 <green>255</green>
428                 <blue>255</blue>
429                </color>
430                <color>
431                 <red>255</red>
432                 <green>255</green>
433                 <blue>255</blue>
434                </color>
435                <color>
436                 <red>0</red>
437                 <green>0</green>
438                 <blue>0</blue>
439                </color>
440                <color>
441                 <red>16</red>
442                 <green>145</green>
443                 <blue>210</blue>
444                </color>
445                <color>
446                 <red>255</red>
447                 <green>255</green>
448                 <blue>255</blue>
449                </color>
450                <color>
451                 <red>0</red>
452                 <green>0</green>
453                 <blue>255</blue>
454                </color>
455                <color>
456                 <red>255</red>
457                 <green>0</green>
458                 <blue>255</blue>
459                </color>
460                <color>
461                 <red>232</red>
462                 <green>232</green>
463                 <blue>232</blue>
464                </color>
465               </inactive>
466               <disabled>
467                <color>
468                 <red>128</red>
469                 <green>128</green>
470                 <blue>128</blue>
471                </color>
472                <color>
473                 <red>230</red>
474                 <green>240</green>
475                 <blue>249</blue>
476                </color>
477                <color>
478                 <red>255</red>
479                 <green>255</green>
480                 <blue>255</blue>
481                </color>
482                <color>
483                 <red>255</red>
484                 <green>255</green>
485                 <blue>255</blue>
486                </color>
487                <color>
488                 <red>115</red>
489                 <green>120</green>
490                 <blue>124</blue>
491                </color>
492                <color>
493                 <red>154</red>
494                 <green>160</green>
495                 <blue>166</blue>
496                </color>
497                <color>
498                 <red>0</red>
499                 <green>0</green>
500                 <blue>0</blue>
501                </color>
502                <color>
503                 <red>255</red>
504                 <green>255</green>
505                 <blue>255</blue>
506                </color>
507                <color>
508                 <red>128</red>
509                 <green>128</green>
510                 <blue>128</blue>
511                </color>
512                <color>
513                 <red>255</red>
514                 <green>255</green>
515                 <blue>255</blue>
516                </color>
517                <color>
518                 <red>255</red>
519                 <green>255</green>
520                 <blue>255</blue>
521                </color>
522                <color>
523                 <red>0</red>
524                 <green>0</green>
525                 <blue>0</blue>
526                </color>
527                <color>
528                 <red>16</red>
529                 <green>145</green>
530                 <blue>210</blue>
531                </color>
532                <color>
533                 <red>255</red>
534                 <green>255</green>
535                 <blue>255</blue>
536                </color>
537                <color>
538                 <red>0</red>
539                 <green>0</green>
540                 <blue>255</blue>
541                </color>
542                <color>
543                 <red>255</red>
544                 <green>0</green>
545                 <blue>255</blue>
546                </color>
547                <color>
548                 <red>232</red>
549                 <green>232</green>
550                 <blue>232</blue>
551                </color>
552               </disabled>
553              </palette>
554             </property>
555             <property name="frameShape" >
556              <enum>QFrame::StyledPanel</enum>
557             </property>
558             <property name="frameShadow" >
559              <enum>QFrame::Sunken</enum>
560             </property>
561             <layout class="QGridLayout" >
562              <property name="margin" >
563               <number>3</number>
564              </property>
565              <property name="spacing" >
566               <number>6</number>
567              </property>
568              <item row="0" column="0" >
569               <widget class="QSetBorder" name="borders" >
570                <property name="sizePolicy" >
571                 <sizepolicy>
572                  <hsizetype>1</hsizetype>
573                  <vsizetype>1</vsizetype>
574                  <horstretch>0</horstretch>
575                  <verstretch>0</verstretch>
576                 </sizepolicy>
577                </property>
578                <property name="toolTip" >
579                 <string>Set borders of the current (selected) cell(s)</string>
580                </property>
581               </widget>
582              </item>
583             </layout>
584            </widget>
585           </item>
586          </layout>
587         </widget>
588        </item>
589        <item row="0" column="1" >
590         <widget class="QGroupBox" name="allBordersGB" >
591          <property name="title" >
592           <string>All Borders</string>
593          </property>
594          <layout class="QGridLayout" >
595           <property name="margin" >
596            <number>11</number>
597           </property>
598           <property name="spacing" >
599            <number>6</number>
600           </property>
601           <item row="0" column="0" >
602            <widget class="QPushButton" name="borderSetPB" >
603             <property name="toolTip" >
604              <string>Set all borders of the current (selected) cell(s)</string>
605             </property>
606             <property name="text" >
607              <string>&amp;Set</string>
608             </property>
609            </widget>
610           </item>
611           <item row="1" column="0" >
612            <widget class="QPushButton" name="borderUnsetPB" >
613             <property name="toolTip" >
614              <string>Unset all borders of the current (selected) cell(s)</string>
615             </property>
616             <property name="text" >
617              <string>C&amp;lear</string>
618             </property>
619            </widget>
620           </item>
621          </layout>
622         </widget>
623        </item>
624        <item row="0" column="2" >
625         <spacer>
626          <property name="orientation" >
627           <enum>Qt::Horizontal</enum>
628          </property>
629          <property name="sizeType" >
630           <enum>QSizePolicy::Expanding</enum>
631          </property>
632          <property name="sizeHint" >
633           <size>
634            <width>20</width>
635            <height>20</height>
636           </size>
637          </property>
638         </spacer>
639        </item>
640        <item row="1" column="0" >
641         <spacer>
642          <property name="orientation" >
643           <enum>Qt::Vertical</enum>
644          </property>
645          <property name="sizeType" >
646           <enum>QSizePolicy::Expanding</enum>
647          </property>
648          <property name="sizeHint" >
649           <size>
650            <width>20</width>
651            <height>20</height>
652           </size>
653          </property>
654         </spacer>
655        </item>
656       </layout>
657      </widget>
658      <widget class="QWidget" name="Longtables" >
659       <attribute name="title" >
660        <string>&amp;Longtable</string>
661       </attribute>
662       <layout class="QGridLayout" >
663        <property name="margin" >
664         <number>11</number>
665        </property>
666        <property name="spacing" >
667         <number>6</number>
668        </property>
669        <item row="0" column="0" >
670         <widget class="QCheckBox" name="longTabularCB" >
671          <property name="toolTip" >
672           <string>Select for tables that span multiple pages</string>
673          </property>
674          <property name="text" >
675           <string>&amp;Use long table</string>
676          </property>
677         </widget>
678        </item>
679        <item row="1" column="0" >
680         <widget class="QGroupBox" name="longtableGB" >
681          <property name="enabled" >
682           <bool>false</bool>
683          </property>
684          <property name="title" >
685           <string>Settings</string>
686          </property>
687          <layout class="QGridLayout" >
688           <property name="margin" >
689            <number>11</number>
690           </property>
691           <property name="spacing" >
692            <number>6</number>
693           </property>
694           <item row="0" column="1" >
695            <widget class="QLabel" name="StatusLA" >
696             <property name="text" >
697              <string>Status</string>
698             </property>
699            </widget>
700           </item>
701           <item row="1" column="0" >
702            <widget class="QLabel" name="HeaderLA" >
703             <property name="text" >
704              <string>Header:</string>
705             </property>
706            </widget>
707           </item>
708           <item row="3" column="0" >
709            <widget class="QLabel" name="FooterLA" >
710             <property name="text" >
711              <string>Footer:</string>
712             </property>
713            </widget>
714           </item>
715           <item row="2" column="0" >
716            <widget class="QLabel" name="FirstHeaderLA" >
717             <property name="text" >
718              <string>First header:</string>
719             </property>
720            </widget>
721           </item>
722           <item row="4" column="0" >
723            <widget class="QLabel" name="LastFooterLA" >
724             <property name="text" >
725              <string>Last footer:</string>
726             </property>
727            </widget>
728           </item>
729           <item row="0" column="4" >
730            <widget class="QLabel" name="ContentsLA" >
731             <property name="text" >
732              <string>Contents</string>
733             </property>
734            </widget>
735           </item>
736           <item row="0" column="2" >
737            <widget class="QLabel" name="BorderAboveLA" >
738             <property name="text" >
739              <string>Border above</string>
740             </property>
741            </widget>
742           </item>
743           <item row="0" column="3" >
744            <widget class="QLabel" name="BorderBelowLA" >
745             <property name="text" >
746              <string>Border below</string>
747             </property>
748            </widget>
749           </item>
750           <item row="1" column="1" >
751            <widget class="QCheckBox" name="headerStatusCB" >
752             <property name="toolTip" >
753              <string>Repeat this row as header on every (except the first) page</string>
754             </property>
755             <property name="text" >
756              <string>on</string>
757             </property>
758            </widget>
759           </item>
760           <item row="2" column="1" >
761            <widget class="QCheckBox" name="firstheaderStatusCB" >
762             <property name="toolTip" >
763              <string>This row is the header of the first page</string>
764             </property>
765             <property name="whatsThis" >
766              <string/>
767             </property>
768             <property name="text" >
769              <string>on</string>
770             </property>
771            </widget>
772           </item>
773           <item row="3" column="1" >
774            <widget class="QCheckBox" name="footerStatusCB" >
775             <property name="toolTip" >
776              <string>Repeat this row as footer on every (except the last) page</string>
777             </property>
778             <property name="text" >
779              <string>on</string>
780             </property>
781            </widget>
782           </item>
783           <item row="4" column="1" >
784            <widget class="QCheckBox" name="lastfooterStatusCB" >
785             <property name="toolTip" >
786              <string>This row is the footer of the last page</string>
787             </property>
788             <property name="text" >
789              <string>on</string>
790             </property>
791            </widget>
792           </item>
793           <item row="1" column="2" >
794            <widget class="QCheckBox" name="headerBorderAboveCB" >
795             <property name="toolTip" >
796              <string/>
797             </property>
798             <property name="text" >
799              <string>double</string>
800             </property>
801            </widget>
802           </item>
803           <item row="2" column="2" >
804            <widget class="QCheckBox" name="firstheaderBorderAboveCB" >
805             <property name="text" >
806              <string>double</string>
807             </property>
808            </widget>
809           </item>
810           <item row="3" column="2" >
811            <widget class="QCheckBox" name="footerBorderAboveCB" >
812             <property name="text" >
813              <string>double</string>
814             </property>
815            </widget>
816           </item>
817           <item row="4" column="2" >
818            <widget class="QCheckBox" name="lastfooterBorderAboveCB" >
819             <property name="text" >
820              <string>double</string>
821             </property>
822            </widget>
823           </item>
824           <item row="4" column="3" >
825            <widget class="QCheckBox" name="lastfooterBorderBelowCB" >
826             <property name="text" >
827              <string>double</string>
828             </property>
829            </widget>
830           </item>
831           <item row="3" column="3" >
832            <widget class="QCheckBox" name="footerBorderBelowCB" >
833             <property name="text" >
834              <string>double</string>
835             </property>
836            </widget>
837           </item>
838           <item row="2" column="3" >
839            <widget class="QCheckBox" name="firstheaderBorderBelowCB" >
840             <property name="text" >
841              <string>double</string>
842             </property>
843            </widget>
844           </item>
845           <item row="1" column="3" >
846            <widget class="QCheckBox" name="headerBorderBelowCB" >
847             <property name="text" >
848              <string>double</string>
849             </property>
850            </widget>
851           </item>
852           <item row="4" column="4" >
853            <widget class="QCheckBox" name="lastfooterNoContentsCB" >
854             <property name="toolTip" >
855              <string>Don't output the last footer</string>
856             </property>
857             <property name="text" >
858              <string>is empty</string>
859             </property>
860            </widget>
861           </item>
862           <item row="2" column="4" >
863            <widget class="QCheckBox" name="firstheaderNoContentsCB" >
864             <property name="toolTip" >
865              <string>Don't output the first header</string>
866             </property>
867             <property name="text" >
868              <string>is empty</string>
869             </property>
870            </widget>
871           </item>
872          </layout>
873         </widget>
874        </item>
875        <item row="2" column="0" >
876         <widget class="QCheckBox" name="newpageCB" >
877          <property name="enabled" >
878           <bool>false</bool>
879          </property>
880          <property name="toolTip" >
881           <string>Set a page break on the current row</string>
882          </property>
883          <property name="text" >
884           <string>Page &amp;break on current row</string>
885          </property>
886         </widget>
887        </item>
888       </layout>
889      </widget>
890     </widget>
891    </item>
892    <item>
893     <layout class="QHBoxLayout" >
894      <property name="margin" >
895       <number>0</number>
896      </property>
897      <property name="spacing" >
898       <number>6</number>
899      </property>
900      <item>
901       <widget class="QLabel" name="TextLabel1" >
902        <property name="text" >
903         <string>Current cell:</string>
904        </property>
905       </widget>
906      </item>
907      <item>
908       <widget class="QLineEdit" name="tabularRowED" >
909        <property name="sizePolicy" >
910         <sizepolicy>
911          <hsizetype>1</hsizetype>
912          <vsizetype>0</vsizetype>
913          <horstretch>0</horstretch>
914          <verstretch>0</verstretch>
915         </sizepolicy>
916        </property>
917        <property name="maximumSize" >
918         <size>
919          <width>40</width>
920          <height>32767</height>
921         </size>
922        </property>
923        <property name="focusPolicy" >
924         <enum>Qt::NoFocus</enum>
925        </property>
926        <property name="toolTip" >
927         <string>Current row position</string>
928        </property>
929       </widget>
930      </item>
931      <item>
932       <widget class="QLineEdit" name="tabularColumnED" >
933        <property name="sizePolicy" >
934         <sizepolicy>
935          <hsizetype>1</hsizetype>
936          <vsizetype>0</vsizetype>
937          <horstretch>0</horstretch>
938          <verstretch>0</verstretch>
939         </sizepolicy>
940        </property>
941        <property name="maximumSize" >
942         <size>
943          <width>40</width>
944          <height>32767</height>
945         </size>
946        </property>
947        <property name="focusPolicy" >
948         <enum>Qt::NoFocus</enum>
949        </property>
950        <property name="toolTip" >
951         <string>Current column position</string>
952        </property>
953       </widget>
954      </item>
955      <item>
956       <spacer>
957        <property name="orientation" >
958         <enum>Qt::Horizontal</enum>
959        </property>
960        <property name="sizeType" >
961         <enum>QSizePolicy::Expanding</enum>
962        </property>
963        <property name="sizeHint" >
964         <size>
965          <width>20</width>
966          <height>20</height>
967         </size>
968        </property>
969       </spacer>
970      </item>
971      <item>
972       <widget class="QPushButton" name="closePB" >
973        <property name="sizePolicy" >
974         <sizepolicy>
975          <hsizetype>1</hsizetype>
976          <vsizetype>0</vsizetype>
977          <horstretch>0</horstretch>
978          <verstretch>0</verstretch>
979         </sizepolicy>
980        </property>
981        <property name="text" >
982         <string>Close</string>
983        </property>
984        <property name="autoDefault" >
985         <bool>false</bool>
986        </property>
987       </widget>
988      </item>
989     </layout>
990    </item>
991   </layout>
992  </widget>
993  <pixmapfunction></pixmapfunction>
994  <customwidgets>
995   <customwidget>
996    <class>QSetBorder</class>
997    <extends></extends>
998    <header>qsetborder.h</header>
999    <container>0</container>
1000    <pixmap></pixmap>
1001   </customwidget>
1002   <customwidget>
1003    <class>LengthCombo</class>
1004    <extends></extends>
1005    <header>lengthcombo.h</header>
1006    <container>0</container>
1007    <pixmap></pixmap>
1008   </customwidget>
1009  </customwidgets>
1010  <tabstops>
1011   <tabstop>TabWidget</tabstop>
1012   <tabstop>hAlignCB</tabstop>
1013   <tabstop>widthED</tabstop>
1014   <tabstop>widthUnit</tabstop>
1015   <tabstop>vAlignCB</tabstop>
1016   <tabstop>multicolumnCB</tabstop>
1017   <tabstop>rotateTabularCB</tabstop>
1018   <tabstop>rotateCellCB</tabstop>
1019   <tabstop>specialAlignmentED</tabstop>
1020   <tabstop>borderSetPB</tabstop>
1021   <tabstop>borderUnsetPB</tabstop>
1022   <tabstop>longTabularCB</tabstop>
1023   <tabstop>headerStatusCB</tabstop>
1024   <tabstop>headerBorderAboveCB</tabstop>
1025   <tabstop>headerBorderBelowCB</tabstop>
1026   <tabstop>firstheaderStatusCB</tabstop>
1027   <tabstop>firstheaderBorderAboveCB</tabstop>
1028   <tabstop>firstheaderBorderBelowCB</tabstop>
1029   <tabstop>firstheaderNoContentsCB</tabstop>
1030   <tabstop>footerStatusCB</tabstop>
1031   <tabstop>footerBorderAboveCB</tabstop>
1032   <tabstop>footerBorderBelowCB</tabstop>
1033   <tabstop>lastfooterStatusCB</tabstop>
1034   <tabstop>lastfooterBorderAboveCB</tabstop>
1035   <tabstop>lastfooterBorderBelowCB</tabstop>
1036   <tabstop>lastfooterNoContentsCB</tabstop>
1037   <tabstop>newpageCB</tabstop>
1038   <tabstop>closePB</tabstop>
1039  </tabstops>
1040  <resources/>
1041  <connections/>
1042 </ui>