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