]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/QGraphicsUi.ui
This new citation dialog follows a new design similar to lyx-1.3:
[lyx.git] / src / frontends / qt4 / ui / QGraphicsUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>QGraphicsUi</class>
6  <widget class="QDialog" name="QGraphicsUi" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>451</width>
12     <height>549</height>
13    </rect>
14   </property>
15   <property name="sizePolicy" >
16    <sizepolicy>
17     <hsizetype>1</hsizetype>
18     <vsizetype>1</vsizetype>
19     <horstretch>0</horstretch>
20     <verstretch>0</verstretch>
21    </sizepolicy>
22   </property>
23   <property name="windowTitle" >
24    <string/>
25   </property>
26   <property name="sizeGripEnabled" >
27    <bool>true</bool>
28   </property>
29   <layout class="QGridLayout" >
30    <property name="margin" >
31     <number>11</number>
32    </property>
33    <property name="spacing" >
34     <number>6</number>
35    </property>
36    <item row="1" column="0" >
37     <layout class="QHBoxLayout" >
38      <property name="margin" >
39       <number>0</number>
40      </property>
41      <property name="spacing" >
42       <number>6</number>
43      </property>
44      <item>
45       <widget class="QPushButton" name="restorePB" >
46        <property name="text" >
47         <string>&amp;Restore</string>
48        </property>
49        <property name="autoDefault" >
50         <bool>false</bool>
51        </property>
52        <property name="default" >
53         <bool>false</bool>
54        </property>
55       </widget>
56      </item>
57      <item>
58       <spacer>
59        <property name="orientation" >
60         <enum>Qt::Horizontal</enum>
61        </property>
62        <property name="sizeType" >
63         <enum>QSizePolicy::MinimumExpanding</enum>
64        </property>
65        <property name="sizeHint" >
66         <size>
67          <width>20</width>
68          <height>20</height>
69         </size>
70        </property>
71       </spacer>
72      </item>
73      <item>
74       <widget class="QPushButton" name="okPB" >
75        <property name="text" >
76         <string>&amp;OK</string>
77        </property>
78        <property name="autoDefault" >
79         <bool>true</bool>
80        </property>
81        <property name="default" >
82         <bool>true</bool>
83        </property>
84       </widget>
85      </item>
86      <item>
87       <widget class="QPushButton" name="applyPB" >
88        <property name="sizePolicy" >
89         <sizepolicy>
90          <hsizetype>1</hsizetype>
91          <vsizetype>0</vsizetype>
92          <horstretch>0</horstretch>
93          <verstretch>0</verstretch>
94         </sizepolicy>
95        </property>
96        <property name="text" >
97         <string>&amp;Apply</string>
98        </property>
99        <property name="autoDefault" >
100         <bool>false</bool>
101        </property>
102        <property name="default" >
103         <bool>false</bool>
104        </property>
105       </widget>
106      </item>
107      <item>
108       <widget class="QPushButton" name="closePB" >
109        <property name="sizePolicy" >
110         <sizepolicy>
111          <hsizetype>1</hsizetype>
112          <vsizetype>0</vsizetype>
113          <horstretch>0</horstretch>
114          <verstretch>0</verstretch>
115         </sizepolicy>
116        </property>
117        <property name="text" >
118         <string>Close</string>
119        </property>
120        <property name="autoDefault" >
121         <bool>false</bool>
122        </property>
123       </widget>
124      </item>
125     </layout>
126    </item>
127    <item row="0" column="0" >
128     <widget class="QTabWidget" name="TabWidget" >
129      <property name="toolTip" >
130       <string/>
131      </property>
132      <widget class="QWidget" name="Graphics" >
133       <attribute name="title" >
134        <string>&amp;Graphics</string>
135       </attribute>
136       <layout class="QGridLayout" >
137        <property name="margin" >
138         <number>11</number>
139        </property>
140        <property name="spacing" >
141         <number>6</number>
142        </property>
143        <item row="3" column="1" >
144         <spacer>
145          <property name="orientation" >
146           <enum>Qt::Vertical</enum>
147          </property>
148          <property name="sizeType" >
149           <enum>QSizePolicy::Expanding</enum>
150          </property>
151          <property name="sizeHint" >
152           <size>
153            <width>20</width>
154            <height>20</height>
155           </size>
156          </property>
157         </spacer>
158        </item>
159        <item row="2" column="0" colspan="2" >
160         <widget class="QGroupBox" name="rotateGB" >
161          <property name="title" >
162           <string>Rotation</string>
163          </property>
164          <layout class="QHBoxLayout" >
165           <property name="margin" >
166            <number>11</number>
167           </property>
168           <property name="spacing" >
169            <number>6</number>
170           </property>
171           <item>
172            <widget class="QLabel" name="angleL_2" >
173             <property name="toolTip" >
174              <string>Angle to rotate image by</string>
175             </property>
176             <property name="text" >
177              <string>A&amp;ngle:</string>
178             </property>
179             <property name="buddy" >
180              <cstring>angle</cstring>
181             </property>
182            </widget>
183           </item>
184           <item>
185            <widget class="QLineEdit" name="angle" >
186             <property name="sizePolicy" >
187              <sizepolicy>
188               <hsizetype>3</hsizetype>
189               <vsizetype>0</vsizetype>
190               <horstretch>0</horstretch>
191               <verstretch>0</verstretch>
192              </sizepolicy>
193             </property>
194             <property name="toolTip" >
195              <string>Angle to rotate image by</string>
196             </property>
197            </widget>
198           </item>
199           <item>
200            <widget class="QLabel" name="originL_2" >
201             <property name="toolTip" >
202              <string>The origin of the rotation</string>
203             </property>
204             <property name="text" >
205              <string>Or&amp;igin:</string>
206             </property>
207             <property name="buddy" >
208              <cstring>origin</cstring>
209             </property>
210            </widget>
211           </item>
212           <item>
213            <widget class="QComboBox" name="origin" >
214             <property name="toolTip" >
215              <string>The origin of the rotation</string>
216             </property>
217            </widget>
218           </item>
219          </layout>
220         </widget>
221        </item>
222        <item row="1" column="0" >
223         <widget class="QGroupBox" name="GroupBox5" >
224          <property name="title" >
225           <string>LyX Display</string>
226          </property>
227          <layout class="QVBoxLayout" >
228           <property name="margin" >
229            <number>11</number>
230           </property>
231           <property name="spacing" >
232            <number>6</number>
233           </property>
234           <item>
235            <widget class="QCheckBox" name="displayCB" >
236             <property name="toolTip" >
237              <string>Display image in LyX</string>
238             </property>
239             <property name="text" >
240              <string>&amp;Show in LyX</string>
241             </property>
242            </widget>
243           </item>
244           <item>
245            <widget class="QLabel" name="TextLabel1" >
246             <property name="toolTip" >
247              <string>Screen display</string>
248             </property>
249             <property name="text" >
250              <string>Display:</string>
251             </property>
252             <property name="buddy" >
253              <cstring>showCB</cstring>
254             </property>
255            </widget>
256           </item>
257           <item>
258            <widget class="QComboBox" name="showCB" >
259             <property name="toolTip" >
260              <string>Screen display</string>
261             </property>
262             <item>
263              <property name="text" >
264               <string>Default</string>
265              </property>
266             </item>
267             <item>
268              <property name="text" >
269               <string>Monochrome</string>
270              </property>
271             </item>
272             <item>
273              <property name="text" >
274               <string>Grayscale</string>
275              </property>
276             </item>
277             <item>
278              <property name="text" >
279               <string>Color</string>
280              </property>
281             </item>
282            </widget>
283           </item>
284           <item>
285            <widget class="QLabel" name="scaleLA" >
286             <property name="toolTip" >
287              <string>Percentage to scale by in LyX</string>
288             </property>
289             <property name="text" >
290              <string>Scale:</string>
291             </property>
292             <property name="buddy" >
293              <cstring>displayscale</cstring>
294             </property>
295            </widget>
296           </item>
297           <item>
298            <layout class="QHBoxLayout" >
299             <property name="margin" >
300              <number>0</number>
301             </property>
302             <property name="spacing" >
303              <number>6</number>
304             </property>
305             <item>
306              <widget class="QLineEdit" name="displayscale" >
307               <property name="enabled" >
308                <bool>true</bool>
309               </property>
310               <property name="sizePolicy" >
311                <sizepolicy>
312                 <hsizetype>5</hsizetype>
313                 <vsizetype>0</vsizetype>
314                 <horstretch>0</horstretch>
315                 <verstretch>0</verstretch>
316                </sizepolicy>
317               </property>
318               <property name="toolTip" >
319                <string>Percentage to scale by in LyX</string>
320               </property>
321              </widget>
322             </item>
323             <item>
324              <widget class="QLabel" name="displayscaleL" >
325               <property name="enabled" >
326                <bool>true</bool>
327               </property>
328               <property name="focusPolicy" >
329                <enum>Qt::NoFocus</enum>
330               </property>
331               <property name="text" >
332                <string>%</string>
333               </property>
334              </widget>
335             </item>
336            </layout>
337           </item>
338          </layout>
339         </widget>
340        </item>
341        <item row="1" column="1" >
342         <widget class="QGroupBox" name="GroupBox11" >
343          <property name="title" >
344           <string>Output</string>
345          </property>
346          <layout class="QVBoxLayout" >
347           <property name="margin" >
348            <number>11</number>
349           </property>
350           <property name="spacing" >
351            <number>6</number>
352           </property>
353           <item>
354            <widget class="QLabel" name="sizewidthL_2" >
355             <property name="enabled" >
356              <bool>true</bool>
357             </property>
358             <property name="text" >
359              <string>&amp;Width:</string>
360             </property>
361             <property name="buddy" >
362              <cstring>Width</cstring>
363             </property>
364            </widget>
365           </item>
366           <item>
367            <layout class="QVBoxLayout" >
368             <property name="margin" >
369              <number>0</number>
370             </property>
371             <property name="spacing" >
372              <number>6</number>
373             </property>
374             <item>
375              <widget class="QLineEdit" name="Width" >
376               <property name="enabled" >
377                <bool>true</bool>
378               </property>
379               <property name="toolTip" >
380                <string>Width of image in output</string>
381               </property>
382              </widget>
383             </item>
384             <item>
385              <widget class="QComboBox" name="widthUnit" />
386             </item>
387            </layout>
388           </item>
389           <item>
390            <widget class="QLabel" name="sizeheightL_2" >
391             <property name="enabled" >
392              <bool>true</bool>
393             </property>
394             <property name="text" >
395              <string>&amp;Height:</string>
396             </property>
397             <property name="buddy" >
398              <cstring>Height</cstring>
399             </property>
400            </widget>
401           </item>
402           <item>
403            <layout class="QVBoxLayout" >
404             <property name="margin" >
405              <number>0</number>
406             </property>
407             <property name="spacing" >
408              <number>6</number>
409             </property>
410             <item>
411              <widget class="QLineEdit" name="Height" >
412               <property name="enabled" >
413                <bool>true</bool>
414               </property>
415               <property name="toolTip" >
416                <string>Height of image in output</string>
417               </property>
418              </widget>
419             </item>
420             <item>
421              <widget class="LengthCombo" name="heightUnit" >
422               <property name="sizePolicy" >
423                <sizepolicy>
424                 <hsizetype>3</hsizetype>
425                 <vsizetype>5</vsizetype>
426                 <horstretch>0</horstretch>
427                 <verstretch>0</verstretch>
428                </sizepolicy>
429               </property>
430               <property name="minimumSize" >
431                <size>
432                 <width>0</width>
433                 <height>0</height>
434                </size>
435               </property>
436               <property name="focusPolicy" >
437                <enum>Qt::StrongFocus</enum>
438               </property>
439               <property name="toolTip" >
440                <string>Units of height value</string>
441               </property>
442              </widget>
443             </item>
444            </layout>
445           </item>
446           <item>
447            <widget class="QCheckBox" name="aspectratio" >
448             <property name="enabled" >
449              <bool>true</bool>
450             </property>
451             <property name="toolTip" >
452              <string>Maintain aspect ratio with largest dimension</string>
453             </property>
454             <property name="text" >
455              <string>&amp;Maintain aspect ratio</string>
456             </property>
457            </widget>
458           </item>
459          </layout>
460         </widget>
461        </item>
462        <item row="0" column="0" colspan="2" >
463         <layout class="QGridLayout" >
464          <property name="margin" >
465           <number>0</number>
466          </property>
467          <property name="spacing" >
468           <number>6</number>
469          </property>
470          <item row="1" column="1" >
471           <spacer>
472            <property name="orientation" >
473             <enum>Qt::Horizontal</enum>
474            </property>
475            <property name="sizeType" >
476             <enum>QSizePolicy::MinimumExpanding</enum>
477            </property>
478            <property name="sizeHint" >
479             <size>
480              <width>20</width>
481              <height>20</height>
482             </size>
483            </property>
484           </spacer>
485          </item>
486          <item row="1" column="2" >
487           <widget class="QPushButton" name="editPB" >
488            <property name="text" >
489             <string>&amp;Edit</string>
490            </property>
491            <property name="autoDefault" >
492             <bool>false</bool>
493            </property>
494            <property name="default" >
495             <bool>false</bool>
496            </property>
497           </widget>
498          </item>
499          <item row="0" column="1" >
500           <widget class="QLineEdit" name="filename" >
501            <property name="toolTip" >
502             <string>File name of image</string>
503            </property>
504           </widget>
505          </item>
506          <item row="0" column="2" >
507           <widget class="QPushButton" name="browsePB" >
508            <property name="toolTip" >
509             <string>Select an image file</string>
510            </property>
511            <property name="text" >
512             <string>&amp;Browse...</string>
513            </property>
514           </widget>
515          </item>
516          <item row="0" column="0" >
517           <widget class="QLabel" name="filenameL" >
518            <property name="toolTip" >
519             <string>File name of image</string>
520            </property>
521            <property name="text" >
522             <string>&amp;File:</string>
523            </property>
524            <property name="buddy" >
525             <cstring>filename</cstring>
526            </property>
527           </widget>
528          </item>
529         </layout>
530        </item>
531       </layout>
532      </widget>
533      <widget class="QWidget" name="Clipping" >
534       <attribute name="title" >
535        <string>&amp;Clipping</string>
536       </attribute>
537       <layout class="QGridLayout" >
538        <property name="margin" >
539         <number>11</number>
540        </property>
541        <property name="spacing" >
542         <number>6</number>
543        </property>
544        <item row="0" column="0" colspan="2" >
545         <layout class="QHBoxLayout" >
546          <property name="margin" >
547           <number>0</number>
548          </property>
549          <property name="spacing" >
550           <number>6</number>
551          </property>
552          <item>
553           <widget class="QCheckBox" name="clip" >
554            <property name="toolTip" >
555             <string>Clip to bounding box values</string>
556            </property>
557            <property name="text" >
558             <string>Clip to &amp;bounding box</string>
559            </property>
560           </widget>
561          </item>
562          <item>
563           <spacer>
564            <property name="orientation" >
565             <enum>Qt::Horizontal</enum>
566            </property>
567            <property name="sizeType" >
568             <enum>QSizePolicy::Expanding</enum>
569            </property>
570            <property name="sizeHint" >
571             <size>
572              <width>20</width>
573              <height>20</height>
574             </size>
575            </property>
576           </spacer>
577          </item>
578          <item>
579           <widget class="QPushButton" name="getPB" >
580            <property name="toolTip" >
581             <string>Get bounding box from the (EPS) file</string>
582            </property>
583            <property name="text" >
584             <string>&amp;Get from File</string>
585            </property>
586           </widget>
587          </item>
588         </layout>
589        </item>
590        <item row="1" column="0" >
591         <widget class="QFrame" name="Frame3" >
592          <property name="enabled" >
593           <bool>true</bool>
594          </property>
595          <property name="sizePolicy" >
596           <sizepolicy>
597            <hsizetype>5</hsizetype>
598            <vsizetype>7</vsizetype>
599            <horstretch>0</horstretch>
600            <verstretch>0</verstretch>
601           </sizepolicy>
602          </property>
603          <property name="frameShape" >
604           <enum>QFrame::StyledPanel</enum>
605          </property>
606          <property name="frameShadow" >
607           <enum>QFrame::Raised</enum>
608          </property>
609          <layout class="QGridLayout" >
610           <property name="margin" >
611            <number>11</number>
612           </property>
613           <property name="spacing" >
614            <number>6</number>
615           </property>
616           <item row="1" column="2" >
617            <widget class="QComboBox" name="lbXunit" />
618           </item>
619           <item row="2" column="0" >
620            <widget class="QLabel" name="yL" >
621             <property name="text" >
622              <string>y</string>
623             </property>
624            </widget>
625           </item>
626           <item row="2" column="2" >
627            <widget class="QComboBox" name="lbYunit" />
628           </item>
629           <item row="1" column="0" >
630            <widget class="QLabel" name="xL" >
631             <property name="text" >
632              <string>x</string>
633             </property>
634            </widget>
635           </item>
636           <item row="2" column="1" >
637            <widget class="QLineEdit" name="lbY" />
638           </item>
639           <item row="1" column="1" >
640            <widget class="QLineEdit" name="lbX" >
641             <property name="toolTip" >
642              <string/>
643             </property>
644            </widget>
645           </item>
646           <item row="0" column="1" colspan="2" >
647            <widget class="QLabel" name="lbL" >
648             <property name="text" >
649              <string>&amp;Left bottom:</string>
650             </property>
651             <property name="buddy" >
652              <cstring>lbX</cstring>
653             </property>
654            </widget>
655           </item>
656           <item row="5" column="2" >
657            <widget class="QComboBox" name="rtYunit" />
658           </item>
659           <item row="4" column="2" >
660            <widget class="QComboBox" name="rtXunit" />
661           </item>
662           <item row="4" column="1" >
663            <widget class="QLineEdit" name="rtX" />
664           </item>
665           <item row="4" column="0" >
666            <widget class="QLabel" name="xL_2" >
667             <property name="text" >
668              <string>x</string>
669             </property>
670            </widget>
671           </item>
672           <item row="3" column="0" colspan="3" >
673            <widget class="QLabel" name="rtL" >
674             <property name="text" >
675              <string>Right &amp;top:</string>
676             </property>
677             <property name="buddy" >
678              <cstring>rtX</cstring>
679             </property>
680            </widget>
681           </item>
682           <item row="5" column="0" >
683            <widget class="QLabel" name="yL_2" >
684             <property name="text" >
685              <string>y</string>
686             </property>
687            </widget>
688           </item>
689           <item row="5" column="1" >
690            <widget class="QLineEdit" name="rtY" />
691           </item>
692          </layout>
693         </widget>
694        </item>
695        <item row="2" column="0" >
696         <spacer>
697          <property name="orientation" >
698           <enum>Qt::Vertical</enum>
699          </property>
700          <property name="sizeType" >
701           <enum>QSizePolicy::MinimumExpanding</enum>
702          </property>
703          <property name="sizeHint" >
704           <size>
705            <width>20</width>
706            <height>20</height>
707           </size>
708          </property>
709         </spacer>
710        </item>
711       </layout>
712      </widget>
713      <widget class="QWidget" name="ExtraOptions" >
714       <attribute name="title" >
715        <string>E&amp;xtra options</string>
716       </attribute>
717       <layout class="QGridLayout" >
718        <property name="margin" >
719         <number>11</number>
720        </property>
721        <property name="spacing" >
722         <number>6</number>
723        </property>
724        <item row="0" column="0" colspan="2" >
725         <widget class="QCheckBox" name="subfigure" >
726          <property name="toolTip" >
727           <string>Is this just one part of a figure float ?</string>
728          </property>
729          <property name="text" >
730           <string>Su&amp;bfigure</string>
731          </property>
732         </widget>
733        </item>
734        <item row="7" column="0" colspan="2" >
735         <widget class="QCheckBox" name="unzipCB" >
736          <property name="toolTip" >
737           <string>Don't uncompress image before exporting to LaTeX</string>
738          </property>
739          <property name="text" >
740           <string>Don't un&amp;zip on export</string>
741          </property>
742         </widget>
743        </item>
744        <item row="3" column="0" >
745         <widget class="QLabel" name="latexoptionsLA" >
746          <property name="toolTip" >
747           <string>Additional LaTeX options</string>
748          </property>
749          <property name="text" >
750           <string>LaTeX &amp;options:</string>
751          </property>
752          <property name="buddy" >
753           <cstring>latexoptions</cstring>
754          </property>
755         </widget>
756        </item>
757        <item row="3" column="1" >
758         <widget class="QLineEdit" name="latexoptions" >
759          <property name="toolTip" >
760           <string>Additional LaTeX options</string>
761          </property>
762         </widget>
763        </item>
764        <item row="5" column="0" colspan="2" >
765         <widget class="QCheckBox" name="draftCB" >
766          <property name="toolTip" >
767           <string>Draft mode</string>
768          </property>
769          <property name="text" >
770           <string>&amp;Draft mode</string>
771          </property>
772         </widget>
773        </item>
774        <item row="4" column="0" colspan="2" >
775         <spacer>
776          <property name="orientation" >
777           <enum>Qt::Horizontal</enum>
778          </property>
779          <property name="sizeType" >
780           <enum>QSizePolicy::Expanding</enum>
781          </property>
782          <property name="sizeHint" >
783           <size>
784            <width>20</width>
785            <height>20</height>
786           </size>
787          </property>
788         </spacer>
789        </item>
790        <item row="6" column="0" colspan="2" >
791         <spacer>
792          <property name="orientation" >
793           <enum>Qt::Horizontal</enum>
794          </property>
795          <property name="sizeType" >
796           <enum>QSizePolicy::Expanding</enum>
797          </property>
798          <property name="sizeHint" >
799           <size>
800            <width>20</width>
801            <height>20</height>
802           </size>
803          </property>
804         </spacer>
805        </item>
806        <item row="2" column="0" colspan="2" >
807         <spacer>
808          <property name="orientation" >
809           <enum>Qt::Horizontal</enum>
810          </property>
811          <property name="sizeType" >
812           <enum>QSizePolicy::Expanding</enum>
813          </property>
814          <property name="sizeHint" >
815           <size>
816            <width>20</width>
817            <height>20</height>
818           </size>
819          </property>
820         </spacer>
821        </item>
822        <item row="1" column="0" >
823         <widget class="QLabel" name="CaptionLA" >
824          <property name="toolTip" >
825           <string>The caption for the sub-figure</string>
826          </property>
827          <property name="text" >
828           <string>Ca&amp;ption:</string>
829          </property>
830          <property name="buddy" >
831           <cstring>subcaption</cstring>
832          </property>
833         </widget>
834        </item>
835        <item row="1" column="1" >
836         <widget class="QLineEdit" name="subcaption" >
837          <property name="enabled" >
838           <bool>false</bool>
839          </property>
840          <property name="toolTip" >
841           <string>The caption for the sub-figure</string>
842          </property>
843         </widget>
844        </item>
845        <item row="8" column="1" >
846         <spacer>
847          <property name="orientation" >
848           <enum>Qt::Vertical</enum>
849          </property>
850          <property name="sizeType" >
851           <enum>QSizePolicy::Expanding</enum>
852          </property>
853          <property name="sizeHint" >
854           <size>
855            <width>20</width>
856            <height>20</height>
857           </size>
858          </property>
859         </spacer>
860        </item>
861       </layout>
862      </widget>
863     </widget>
864    </item>
865   </layout>
866  </widget>
867  <pixmapfunction></pixmapfunction>
868  <customwidgets>
869   <customwidget>
870    <class>LengthCombo</class>
871    <extends></extends>
872    <header>lengthcombo.h</header>
873    <container>0</container>
874    <pixmap></pixmap>
875   </customwidget>
876  </customwidgets>
877  <tabstops>
878   <tabstop>TabWidget</tabstop>
879   <tabstop>filename</tabstop>
880   <tabstop>browsePB</tabstop>
881   <tabstop>displayCB</tabstop>
882   <tabstop>showCB</tabstop>
883   <tabstop>displayscale</tabstop>
884   <tabstop>Width</tabstop>
885   <tabstop>widthUnit</tabstop>
886   <tabstop>Height</tabstop>
887   <tabstop>heightUnit</tabstop>
888   <tabstop>aspectratio</tabstop>
889   <tabstop>angle</tabstop>
890   <tabstop>origin</tabstop>
891   <tabstop>clip</tabstop>
892   <tabstop>getPB</tabstop>
893   <tabstop>lbX</tabstop>
894   <tabstop>lbXunit</tabstop>
895   <tabstop>lbY</tabstop>
896   <tabstop>lbYunit</tabstop>
897   <tabstop>rtX</tabstop>
898   <tabstop>rtXunit</tabstop>
899   <tabstop>rtY</tabstop>
900   <tabstop>rtYunit</tabstop>
901   <tabstop>subfigure</tabstop>
902   <tabstop>subcaption</tabstop>
903   <tabstop>latexoptions</tabstop>
904   <tabstop>draftCB</tabstop>
905   <tabstop>unzipCB</tabstop>
906   <tabstop>restorePB</tabstop>
907   <tabstop>okPB</tabstop>
908   <tabstop>applyPB</tabstop>
909   <tabstop>closePB</tabstop>
910  </tabstops>
911  <resources/>
912  <connections/>
913 </ui>