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