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