]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/GraphicsUi.ui
Tooltip change as suggested by Jean-Pierre
[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>482</width>
9     <height>383</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy>
14     <hsizetype>0</hsizetype>
15     <vsizetype>0</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="lyx::frontend::LengthCombo" name="widthUnit" />
79           </item>
80           <item row="2" column="2" >
81            <widget class="lyx::frontend::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>0</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>0</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>0</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>0</hsizetype>
324            <vsizetype>0</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="2" column="0" colspan="3" >
458         <widget class="QCheckBox" name="unzipCB" >
459          <property name="toolTip" >
460           <string>Don't uncompress image before exporting to LaTeX</string>
461          </property>
462          <property name="text" >
463           <string>Don't un&amp;zip on export</string>
464          </property>
465         </widget>
466        </item>
467        <item row="0" column="2" >
468         <spacer>
469          <property name="orientation" >
470           <enum>Qt::Horizontal</enum>
471          </property>
472          <property name="sizeHint" >
473           <size>
474            <width>161</width>
475            <height>20</height>
476           </size>
477          </property>
478         </spacer>
479        </item>
480        <item row="0" column="1" >
481         <widget class="QLineEdit" name="latexoptions" >
482          <property name="sizePolicy" >
483           <sizepolicy>
484            <hsizetype>0</hsizetype>
485            <vsizetype>0</vsizetype>
486            <horstretch>0</horstretch>
487            <verstretch>0</verstretch>
488           </sizepolicy>
489          </property>
490          <property name="toolTip" >
491           <string>Additional LaTeX options</string>
492          </property>
493         </widget>
494        </item>
495        <item row="0" column="0" >
496         <widget class="QLabel" name="latexoptionsLA" >
497          <property name="toolTip" >
498           <string>Additional LaTeX options</string>
499          </property>
500          <property name="text" >
501           <string>LaTeX &amp;options:</string>
502          </property>
503          <property name="buddy" >
504           <cstring>latexoptions</cstring>
505          </property>
506         </widget>
507        </item>
508        <item row="5" column="0" colspan="3" >
509         <spacer>
510          <property name="orientation" >
511           <enum>Qt::Vertical</enum>
512          </property>
513          <property name="sizeHint" >
514           <size>
515            <width>354</width>
516            <height>81</height>
517           </size>
518          </property>
519         </spacer>
520        </item>
521        <item row="3" column="0" colspan="3" >
522         <widget class="QGroupBox" name="displayGB" >
523          <property name="focusPolicy" >
524           <enum>Qt::StrongFocus</enum>
525          </property>
526          <property name="toolTip" >
527           <string>Enable LyX to preview this graphics, only if graphics previewing is not disabled at application level (see Preference dialog).</string>
528          </property>
529          <property name="title" >
530           <string>Sho&amp;w in LyX</string>
531          </property>
532          <property name="flat" >
533           <bool>true</bool>
534          </property>
535          <property name="checkable" >
536           <bool>true</bool>
537          </property>
538          <layout class="QGridLayout" >
539           <property name="margin" >
540            <number>9</number>
541           </property>
542           <property name="spacing" >
543            <number>6</number>
544           </property>
545           <item row="0" column="1" >
546            <widget class="QLineEdit" name="displayscale" >
547             <property name="enabled" >
548              <bool>true</bool>
549             </property>
550             <property name="sizePolicy" >
551              <sizepolicy>
552               <hsizetype>0</hsizetype>
553               <vsizetype>0</vsizetype>
554               <horstretch>0</horstretch>
555               <verstretch>0</verstretch>
556              </sizepolicy>
557             </property>
558             <property name="toolTip" >
559              <string>Percentage to scale by in LyX</string>
560             </property>
561            </widget>
562           </item>
563           <item row="0" column="0" >
564            <widget class="QLabel" name="scaleLA" >
565             <property name="toolTip" >
566              <string>Percentage to scale by in LyX</string>
567             </property>
568             <property name="text" >
569              <string>Sca&amp;le on Screen (%):</string>
570             </property>
571             <property name="buddy" >
572              <cstring>displayscale</cstring>
573             </property>
574            </widget>
575           </item>
576           <item row="0" column="2" >
577            <spacer>
578             <property name="orientation" >
579              <enum>Qt::Horizontal</enum>
580             </property>
581             <property name="sizeHint" >
582              <size>
583               <width>40</width>
584               <height>20</height>
585              </size>
586             </property>
587            </spacer>
588           </item>
589          </layout>
590         </widget>
591        </item>
592        <item row="4" column="0" colspan="3" >
593         <widget class="QGroupBox" name="graphicsGroupGB" >
594          <property name="toolTip" >
595           <string>Assign the graphic to a group of graphics that share the same settings</string>
596          </property>
597          <property name="title" >
598           <string>Graphics Group</string>
599          </property>
600          <property name="flat" >
601           <bool>true</bool>
602          </property>
603          <layout class="QGridLayout" >
604           <property name="margin" >
605            <number>9</number>
606           </property>
607           <property name="spacing" >
608            <number>6</number>
609           </property>
610           <item rowspan="2" row="0" column="2" >
611            <spacer>
612             <property name="orientation" >
613              <enum>Qt::Horizontal</enum>
614             </property>
615             <property name="sizeHint" >
616              <size>
617               <width>121</width>
618               <height>51</height>
619              </size>
620             </property>
621            </spacer>
622           </item>
623           <item row="0" column="0" >
624            <widget class="QLabel" name="label" >
625             <property name="sizePolicy" >
626              <sizepolicy>
627               <hsizetype>0</hsizetype>
628               <vsizetype>0</vsizetype>
629               <horstretch>0</horstretch>
630               <verstretch>0</verstretch>
631              </sizepolicy>
632             </property>
633             <property name="toolTip" >
634              <string/>
635             </property>
636             <property name="text" >
637              <string>A&amp;ssigned to group:</string>
638             </property>
639             <property name="buddy" >
640              <cstring>groupCO</cstring>
641             </property>
642            </widget>
643           </item>
644           <item row="1" column="1" >
645            <widget class="QPushButton" name="newGroupPB" >
646             <property name="toolTip" >
647              <string>Click to define a new graphics group.</string>
648             </property>
649             <property name="text" >
650              <string>O&amp;pen new group...</string>
651             </property>
652            </widget>
653           </item>
654           <item row="0" column="1" >
655            <widget class="QComboBox" name="groupCO" >
656             <property name="toolTip" >
657              <string>Select an existing group for the current graphics.</string>
658             </property>
659             <property name="editable" >
660              <bool>false</bool>
661             </property>
662            </widget>
663           </item>
664          </layout>
665         </widget>
666        </item>
667        <item row="1" column="0" colspan="3" >
668         <widget class="QCheckBox" name="draftCB" >
669          <property name="toolTip" >
670           <string>Draft mode</string>
671          </property>
672          <property name="text" >
673           <string>&amp;Draft mode</string>
674          </property>
675         </widget>
676        </item>
677       </layout>
678      </widget>
679     </widget>
680    </item>
681    <item row="1" column="0" >
682     <layout class="QHBoxLayout" >
683      <property name="margin" >
684       <number>0</number>
685      </property>
686      <property name="spacing" >
687       <number>6</number>
688      </property>
689      <item>
690       <widget class="QPushButton" name="restorePB" >
691        <property name="text" >
692         <string>&amp;Restore</string>
693        </property>
694        <property name="autoDefault" >
695         <bool>false</bool>
696        </property>
697        <property name="default" >
698         <bool>false</bool>
699        </property>
700       </widget>
701      </item>
702      <item>
703       <spacer>
704        <property name="orientation" >
705         <enum>Qt::Horizontal</enum>
706        </property>
707        <property name="sizeType" >
708         <enum>QSizePolicy::MinimumExpanding</enum>
709        </property>
710        <property name="sizeHint" >
711         <size>
712          <width>20</width>
713          <height>20</height>
714         </size>
715        </property>
716       </spacer>
717      </item>
718      <item>
719       <widget class="QPushButton" name="okPB" >
720        <property name="text" >
721         <string>&amp;OK</string>
722        </property>
723        <property name="autoDefault" >
724         <bool>true</bool>
725        </property>
726        <property name="default" >
727         <bool>true</bool>
728        </property>
729       </widget>
730      </item>
731      <item>
732       <widget class="QPushButton" name="applyPB" >
733        <property name="sizePolicy" >
734         <sizepolicy>
735          <hsizetype>0</hsizetype>
736          <vsizetype>0</vsizetype>
737          <horstretch>0</horstretch>
738          <verstretch>0</verstretch>
739         </sizepolicy>
740        </property>
741        <property name="text" >
742         <string>&amp;Apply</string>
743        </property>
744        <property name="autoDefault" >
745         <bool>false</bool>
746        </property>
747        <property name="default" >
748         <bool>false</bool>
749        </property>
750       </widget>
751      </item>
752      <item>
753       <widget class="QPushButton" name="closePB" >
754        <property name="sizePolicy" >
755         <sizepolicy>
756          <hsizetype>0</hsizetype>
757          <vsizetype>0</vsizetype>
758          <horstretch>0</horstretch>
759          <verstretch>0</verstretch>
760         </sizepolicy>
761        </property>
762        <property name="text" >
763         <string>Close</string>
764        </property>
765        <property name="autoDefault" >
766         <bool>false</bool>
767        </property>
768       </widget>
769      </item>
770     </layout>
771    </item>
772   </layout>
773  </widget>
774  <customwidgets>
775   <customwidget>
776    <class>lyx::frontend::LengthCombo</class>
777    <extends>QComboBox</extends>
778    <header>LengthCombo.h</header>
779   </customwidget>
780  </customwidgets>
781  <tabstops>
782   <tabstop>tabWidget</tabstop>
783   <tabstop>filename</tabstop>
784   <tabstop>browsePB</tabstop>
785   <tabstop>scaleCB</tabstop>
786   <tabstop>Scale</tabstop>
787   <tabstop>WidthCB</tabstop>
788   <tabstop>Width</tabstop>
789   <tabstop>widthUnit</tabstop>
790   <tabstop>HeightCB</tabstop>
791   <tabstop>Height</tabstop>
792   <tabstop>heightUnit</tabstop>
793   <tabstop>aspectratio</tabstop>
794   <tabstop>angle</tabstop>
795   <tabstop>origin</tabstop>
796   <tabstop>rotateOrderCB</tabstop>
797   <tabstop>restorePB</tabstop>
798   <tabstop>okPB</tabstop>
799   <tabstop>applyPB</tabstop>
800   <tabstop>closePB</tabstop>
801   <tabstop>clip</tabstop>
802   <tabstop>lbX</tabstop>
803   <tabstop>lbXunit</tabstop>
804   <tabstop>lbY</tabstop>
805   <tabstop>lbYunit</tabstop>
806   <tabstop>rtX</tabstop>
807   <tabstop>rtXunit</tabstop>
808   <tabstop>rtY</tabstop>
809   <tabstop>rtYunit</tabstop>
810   <tabstop>getPB</tabstop>
811   <tabstop>latexoptions</tabstop>
812   <tabstop>draftCB</tabstop>
813   <tabstop>unzipCB</tabstop>
814   <tabstop>displayGB</tabstop>
815  </tabstops>
816  <includes>
817   <include location="local" >qt_i18n.h</include>
818  </includes>
819  <resources/>
820  <connections/>
821 </ui>