]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ExternalUi.ui
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / frontends / qt4 / ui / ExternalUi.ui
1 <ui version="4.0" >
2  <class>ExternalUi</class>
3  <widget class="QDialog" name="ExternalUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>390</width>
9     <height>367</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <property name="sizeGripEnabled" >
16    <bool>true</bool>
17   </property>
18   <layout class="QGridLayout" >
19    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item row="1" column="0" >
26     <spacer>
27      <property name="orientation" >
28       <enum>Qt::Horizontal</enum>
29      </property>
30      <property name="sizeType" >
31       <enum>QSizePolicy::Expanding</enum>
32      </property>
33      <property name="sizeHint" >
34       <size>
35        <width>20</width>
36        <height>20</height>
37       </size>
38      </property>
39     </spacer>
40    </item>
41    <item row="0" column="0" colspan="4" >
42     <widget class="QTabWidget" name="tab" >
43      <property name="currentIndex" >
44       <number>0</number>
45      </property>
46      <widget class="QWidget" name="filetab" >
47       <attribute name="title" >
48        <string>File</string>
49       </attribute>
50       <layout class="QGridLayout" >
51        <property name="margin" >
52         <number>9</number>
53        </property>
54        <property name="spacing" >
55         <number>6</number>
56        </property>
57        <item row="3" column="0" colspan="3" >
58         <widget class="QCheckBox" name="draftCB" >
59          <property name="text" >
60           <string>&amp;Draft</string>
61          </property>
62         </widget>
63        </item>
64        <item row="1" column="2" >
65         <widget class="QPushButton" name="editPB" >
66          <property name="toolTip" >
67           <string>Edit the file externally</string>
68          </property>
69          <property name="text" >
70           <string>&amp;Edit File...</string>
71          </property>
72         </widget>
73        </item>
74        <item row="0" column="2" >
75         <widget class="QPushButton" name="browsePB" >
76          <property name="toolTip" >
77           <string>Select a file</string>
78          </property>
79          <property name="text" >
80           <string>&amp;Browse...</string>
81          </property>
82         </widget>
83        </item>
84        <item row="0" column="0" >
85         <widget class="QLabel" name="fileLA" >
86          <property name="toolTip" >
87           <string>Filename</string>
88          </property>
89          <property name="text" >
90           <string>&amp;File:</string>
91          </property>
92          <property name="buddy" >
93           <cstring>fileED</cstring>
94          </property>
95         </widget>
96        </item>
97        <item row="0" column="1" >
98         <widget class="QLineEdit" name="fileED" >
99          <property name="toolTip" >
100           <string>Filename</string>
101          </property>
102         </widget>
103        </item>
104        <item row="2" column="0" colspan="3" >
105         <widget class="QGroupBox" name="GroupBox3" >
106          <property name="title" >
107           <string>Template</string>
108          </property>
109          <layout class="QGridLayout" >
110           <property name="margin" >
111            <number>9</number>
112           </property>
113           <property name="spacing" >
114            <number>6</number>
115           </property>
116           <item row="1" column="0" colspan="2" >
117            <widget class="QTextBrowser" name="externalTB" />
118           </item>
119           <item row="0" column="1" >
120            <spacer>
121             <property name="orientation" >
122              <enum>Qt::Horizontal</enum>
123             </property>
124             <property name="sizeType" >
125              <enum>QSizePolicy::Preferred</enum>
126             </property>
127             <property name="sizeHint" >
128              <size>
129               <width>20</width>
130               <height>20</height>
131              </size>
132             </property>
133            </spacer>
134           </item>
135           <item row="0" column="0" >
136            <widget class="QComboBox" name="externalCO" >
137             <property name="sizePolicy" >
138              <sizepolicy>
139               <hsizetype>3</hsizetype>
140               <vsizetype>0</vsizetype>
141               <horstretch>0</horstretch>
142               <verstretch>0</verstretch>
143              </sizepolicy>
144             </property>
145             <property name="toolTip" >
146              <string>Available templates</string>
147             </property>
148            </widget>
149           </item>
150          </layout>
151         </widget>
152        </item>
153       </layout>
154      </widget>
155      <widget class="QWidget" name="lyxviewtab" >
156       <attribute name="title" >
157        <string>LyX View</string>
158       </attribute>
159       <layout class="QGridLayout" >
160        <property name="margin" >
161         <number>9</number>
162        </property>
163        <property name="spacing" >
164         <number>6</number>
165        </property>
166        <item row="2" column="0" >
167         <widget class="QComboBox" name="showCO" >
168          <property name="toolTip" >
169           <string>Screen display</string>
170          </property>
171          <item>
172           <property name="text" >
173            <string>Default</string>
174           </property>
175          </item>
176          <item>
177           <property name="text" >
178            <string>Monochrome</string>
179           </property>
180          </item>
181          <item>
182           <property name="text" >
183            <string>Grayscale</string>
184           </property>
185          </item>
186          <item>
187           <property name="text" >
188            <string>Color</string>
189           </property>
190          </item>
191          <item>
192           <property name="text" >
193            <string>Preview</string>
194           </property>
195          </item>
196         </widget>
197        </item>
198        <item row="2" column="1" colspan="2" >
199         <layout class="QHBoxLayout" >
200          <property name="margin" >
201           <number>0</number>
202          </property>
203          <property name="spacing" >
204           <number>6</number>
205          </property>
206          <item>
207           <widget class="QLineEdit" name="displayscaleED" >
208            <property name="enabled" >
209             <bool>true</bool>
210            </property>
211            <property name="sizePolicy" >
212             <sizepolicy>
213              <hsizetype>5</hsizetype>
214              <vsizetype>0</vsizetype>
215              <horstretch>0</horstretch>
216              <verstretch>0</verstretch>
217             </sizepolicy>
218            </property>
219            <property name="toolTip" >
220             <string>Percentage to scale by in LyX</string>
221            </property>
222           </widget>
223          </item>
224          <item>
225           <widget class="QLabel" name="displayscaleLA" >
226            <property name="enabled" >
227             <bool>true</bool>
228            </property>
229            <property name="focusPolicy" >
230             <enum>Qt::NoFocus</enum>
231            </property>
232            <property name="text" >
233             <string>%</string>
234            </property>
235           </widget>
236          </item>
237         </layout>
238        </item>
239        <item row="1" column="0" >
240         <widget class="QLabel" name="showLA" >
241          <property name="toolTip" >
242           <string>Screen display</string>
243          </property>
244          <property name="text" >
245           <string>&amp;Display:</string>
246          </property>
247          <property name="buddy" >
248           <cstring>showCO</cstring>
249          </property>
250         </widget>
251        </item>
252        <item row="1" column="1" colspan="2" >
253         <widget class="QLabel" name="scaleLA" >
254          <property name="toolTip" >
255           <string>Percentage to scale by in LyX</string>
256          </property>
257          <property name="text" >
258           <string>Sca&amp;le:</string>
259          </property>
260          <property name="buddy" >
261           <cstring>displayscaleED</cstring>
262          </property>
263         </widget>
264        </item>
265        <item row="2" column="3" >
266         <spacer>
267          <property name="orientation" >
268           <enum>Qt::Horizontal</enum>
269          </property>
270          <property name="sizeHint" >
271           <size>
272            <width>87</width>
273            <height>20</height>
274           </size>
275          </property>
276         </spacer>
277        </item>
278        <item row="0" column="0" colspan="2" >
279         <widget class="QCheckBox" name="displayCB" >
280          <property name="toolTip" >
281           <string>Display image in LyX</string>
282          </property>
283          <property name="text" >
284           <string>&amp;Show in LyX</string>
285          </property>
286         </widget>
287        </item>
288        <item row="3" column="2" >
289         <spacer>
290          <property name="orientation" >
291           <enum>Qt::Vertical</enum>
292          </property>
293          <property name="sizeHint" >
294           <size>
295            <width>81</width>
296            <height>196</height>
297           </size>
298          </property>
299         </spacer>
300        </item>
301       </layout>
302      </widget>
303      <widget class="QWidget" name="rotatetab" >
304       <attribute name="title" >
305        <string>Rotate</string>
306       </attribute>
307       <layout class="QGridLayout" >
308        <property name="margin" >
309         <number>9</number>
310        </property>
311        <property name="spacing" >
312         <number>6</number>
313        </property>
314        <item row="1" column="0" >
315         <spacer>
316          <property name="orientation" >
317           <enum>Qt::Vertical</enum>
318          </property>
319          <property name="sizeHint" >
320           <size>
321            <width>20</width>
322            <height>222</height>
323           </size>
324          </property>
325         </spacer>
326        </item>
327        <item row="0" column="1" >
328         <spacer>
329          <property name="orientation" >
330           <enum>Qt::Horizontal</enum>
331          </property>
332          <property name="sizeType" >
333           <enum>QSizePolicy::Expanding</enum>
334          </property>
335          <property name="sizeHint" >
336           <size>
337            <width>20</width>
338            <height>20</height>
339           </size>
340          </property>
341         </spacer>
342        </item>
343        <item row="0" column="0" >
344         <layout class="QGridLayout" >
345          <property name="margin" >
346           <number>0</number>
347          </property>
348          <property name="spacing" >
349           <number>6</number>
350          </property>
351          <item row="0" column="1" >
352           <widget class="QLineEdit" name="angleED" >
353            <property name="sizePolicy" >
354             <sizepolicy>
355              <hsizetype>3</hsizetype>
356              <vsizetype>0</vsizetype>
357              <horstretch>0</horstretch>
358              <verstretch>0</verstretch>
359             </sizepolicy>
360            </property>
361            <property name="toolTip" >
362             <string>Angle to rotate image by</string>
363            </property>
364            <property name="text" >
365             <string/>
366            </property>
367           </widget>
368          </item>
369          <item row="1" column="0" >
370           <widget class="QLabel" name="originLA" >
371            <property name="toolTip" >
372             <string>The origin of the rotation</string>
373            </property>
374            <property name="text" >
375             <string>&amp;Origin:</string>
376            </property>
377            <property name="buddy" >
378             <cstring>originCO</cstring>
379            </property>
380           </widget>
381          </item>
382          <item row="1" column="1" >
383           <widget class="QComboBox" name="originCO" >
384            <property name="toolTip" >
385             <string>The origin of the rotation</string>
386            </property>
387           </widget>
388          </item>
389          <item row="0" column="0" >
390           <widget class="QLabel" name="angleLA" >
391            <property name="toolTip" >
392             <string>Angle to rotate image by</string>
393            </property>
394            <property name="text" >
395             <string>A&amp;ngle:</string>
396            </property>
397            <property name="buddy" >
398             <cstring>angleED</cstring>
399            </property>
400           </widget>
401          </item>
402         </layout>
403        </item>
404       </layout>
405      </widget>
406      <widget class="QWidget" name="scaletab" >
407       <attribute name="title" >
408        <string>Scale</string>
409       </attribute>
410       <layout class="QGridLayout" >
411        <property name="margin" >
412         <number>9</number>
413        </property>
414        <property name="spacing" >
415         <number>6</number>
416        </property>
417        <item row="1" column="2" >
418         <widget class="LengthCombo" native="1" name="heightUnitCO" />
419        </item>
420        <item row="0" column="2" >
421         <widget class="QComboBox" name="widthUnitCO" />
422        </item>
423        <item row="1" column="1" >
424         <widget class="QLineEdit" name="heightED" >
425          <property name="enabled" >
426           <bool>true</bool>
427          </property>
428          <property name="toolTip" >
429           <string>Height of image in output</string>
430          </property>
431         </widget>
432        </item>
433        <item row="2" column="1" >
434         <widget class="QCheckBox" name="aspectratioCB" >
435          <property name="enabled" >
436           <bool>true</bool>
437          </property>
438          <property name="toolTip" >
439           <string>Maintain aspect ratio with largest dimension</string>
440          </property>
441          <property name="text" >
442           <string>&amp;Maintain aspect ratio</string>
443          </property>
444         </widget>
445        </item>
446        <item row="3" column="1" >
447         <spacer>
448          <property name="orientation" >
449           <enum>Qt::Vertical</enum>
450          </property>
451          <property name="sizeHint" >
452           <size>
453            <width>20</width>
454            <height>165</height>
455           </size>
456          </property>
457         </spacer>
458        </item>
459        <item row="0" column="0" >
460         <widget class="QLabel" name="widthLA" >
461          <property name="enabled" >
462           <bool>true</bool>
463          </property>
464          <property name="text" >
465           <string>&amp;Width:</string>
466          </property>
467          <property name="buddy" >
468           <cstring>widthED</cstring>
469          </property>
470         </widget>
471        </item>
472        <item row="0" column="1" >
473         <widget class="QLineEdit" name="widthED" >
474          <property name="enabled" >
475           <bool>true</bool>
476          </property>
477          <property name="toolTip" >
478           <string>Width of image in output</string>
479          </property>
480         </widget>
481        </item>
482        <item row="1" column="0" >
483         <widget class="QLabel" name="heightLA" >
484          <property name="enabled" >
485           <bool>true</bool>
486          </property>
487          <property name="text" >
488           <string>&amp;Height:</string>
489          </property>
490          <property name="buddy" >
491           <cstring>heightED</cstring>
492          </property>
493         </widget>
494        </item>
495       </layout>
496      </widget>
497      <widget class="QWidget" name="croptab" >
498       <attribute name="title" >
499        <string>Crop</string>
500       </attribute>
501       <layout class="QGridLayout" >
502        <property name="margin" >
503         <number>9</number>
504        </property>
505        <property name="spacing" >
506         <number>6</number>
507        </property>
508        <item row="0" column="5" >
509         <widget class="QPushButton" name="getbbPB" >
510          <property name="toolTip" >
511           <string>Get bounding box from the (EPS) file</string>
512          </property>
513          <property name="text" >
514           <string>&amp;Get from File</string>
515          </property>
516         </widget>
517        </item>
518        <item row="0" column="3" colspan="2" >
519         <spacer>
520          <property name="orientation" >
521           <enum>Qt::Horizontal</enum>
522          </property>
523          <property name="sizeHint" >
524           <size>
525            <width>43</width>
526            <height>18</height>
527           </size>
528          </property>
529         </spacer>
530        </item>
531        <item row="0" column="0" colspan="3" >
532         <widget class="QCheckBox" name="clipCB" >
533          <property name="toolTip" >
534           <string>Clip to bounding box values</string>
535          </property>
536          <property name="text" >
537           <string>Clip to &amp;bounding box</string>
538          </property>
539         </widget>
540        </item>
541        <item row="2" column="4" colspan="2" >
542         <widget class="QLineEdit" name="ytED" />
543        </item>
544        <item row="3" column="1" colspan="3" >
545         <widget class="QLineEdit" name="xlED" >
546          <property name="toolTip" >
547           <string/>
548          </property>
549         </widget>
550        </item>
551        <item row="3" column="0" >
552         <widget class="QLabel" name="lbLA" >
553          <property name="text" >
554           <string>&amp;Left bottom:</string>
555          </property>
556          <property name="buddy" >
557           <cstring>xlED</cstring>
558          </property>
559         </widget>
560        </item>
561        <item row="3" column="4" colspan="2" >
562         <widget class="QLineEdit" name="ybED" />
563        </item>
564        <item row="2" column="0" >
565         <widget class="QLabel" name="rtLA" >
566          <property name="text" >
567           <string>Right &amp;top:</string>
568          </property>
569          <property name="buddy" >
570           <cstring>xrED</cstring>
571          </property>
572         </widget>
573        </item>
574        <item row="2" column="1" colspan="3" >
575         <widget class="QLineEdit" name="xrED" />
576        </item>
577        <item row="4" column="2" colspan="2" >
578         <spacer>
579          <property name="orientation" >
580           <enum>Qt::Vertical</enum>
581          </property>
582          <property name="sizeHint" >
583           <size>
584            <width>20</width>
585            <height>158</height>
586           </size>
587          </property>
588         </spacer>
589        </item>
590        <item row="1" column="1" >
591         <widget class="QLabel" name="xLA" >
592          <property name="text" >
593           <string>x</string>
594          </property>
595         </widget>
596        </item>
597        <item row="1" column="4" colspan="2" >
598         <widget class="QLabel" name="yLA" >
599          <property name="text" >
600           <string>y</string>
601          </property>
602         </widget>
603        </item>
604       </layout>
605      </widget>
606      <widget class="QWidget" name="optionstab" >
607       <attribute name="title" >
608        <string>Options</string>
609       </attribute>
610       <layout class="QGridLayout" >
611        <property name="margin" >
612         <number>9</number>
613        </property>
614        <property name="spacing" >
615         <number>6</number>
616        </property>
617        <item row="2" column="0" >
618         <spacer>
619          <property name="orientation" >
620           <enum>Qt::Vertical</enum>
621          </property>
622          <property name="sizeHint" >
623           <size>
624            <width>20</width>
625            <height>229</height>
626           </size>
627          </property>
628         </spacer>
629        </item>
630        <item row="1" column="1" >
631         <widget class="QLineEdit" name="extraED" />
632        </item>
633        <item row="0" column="1" >
634         <widget class="QLabel" name="optionLA" >
635          <property name="text" >
636           <string>O&amp;ption:</string>
637          </property>
638          <property name="buddy" >
639           <cstring>extraED</cstring>
640          </property>
641         </widget>
642        </item>
643        <item row="1" column="0" >
644         <widget class="QComboBox" name="extraFormatCO" />
645        </item>
646        <item row="0" column="0" >
647         <widget class="QLabel" name="formatLA" >
648          <property name="text" >
649           <string>Forma&amp;t:</string>
650          </property>
651          <property name="textFormat" >
652           <enum>Qt::AutoText</enum>
653          </property>
654          <property name="buddy" >
655           <cstring>extraFormatCO</cstring>
656          </property>
657         </widget>
658        </item>
659       </layout>
660      </widget>
661     </widget>
662    </item>
663    <item row="1" column="1" >
664     <widget class="QPushButton" name="okPB" >
665      <property name="text" >
666       <string>&amp;OK</string>
667      </property>
668      <property name="default" >
669       <bool>true</bool>
670      </property>
671     </widget>
672    </item>
673    <item row="1" column="2" >
674     <widget class="QPushButton" name="applyPB" >
675      <property name="text" >
676       <string>&amp;Apply</string>
677      </property>
678      <property name="default" >
679       <bool>false</bool>
680      </property>
681     </widget>
682    </item>
683    <item row="1" column="3" >
684     <widget class="QPushButton" name="closePB" >
685      <property name="text" >
686       <string>&amp;Close</string>
687      </property>
688      <property name="autoDefault" >
689       <bool>false</bool>
690      </property>
691      <property name="default" >
692       <bool>false</bool>
693      </property>
694     </widget>
695    </item>
696   </layout>
697  </widget>
698  <customwidgets>
699   <customwidget>
700    <class>LengthCombo</class>
701    <extends>QWidget</extends>
702    <header>LengthCombo.h</header>
703   </customwidget>
704  </customwidgets>
705  <tabstops>
706   <tabstop>tab</tabstop>
707   <tabstop>fileED</tabstop>
708   <tabstop>browsePB</tabstop>
709   <tabstop>editPB</tabstop>
710   <tabstop>externalCO</tabstop>
711   <tabstop>externalTB</tabstop>
712   <tabstop>draftCB</tabstop>
713   <tabstop>displayCB</tabstop>
714   <tabstop>showCO</tabstop>
715   <tabstop>displayscaleED</tabstop>
716   <tabstop>angleED</tabstop>
717   <tabstop>originCO</tabstop>
718   <tabstop>widthED</tabstop>
719   <tabstop>widthUnitCO</tabstop>
720   <tabstop>heightED</tabstop>
721   <tabstop>aspectratioCB</tabstop>
722   <tabstop>clipCB</tabstop>
723   <tabstop>getbbPB</tabstop>
724   <tabstop>xrED</tabstop>
725   <tabstop>ytED</tabstop>
726   <tabstop>xlED</tabstop>
727   <tabstop>ybED</tabstop>
728   <tabstop>extraFormatCO</tabstop>
729   <tabstop>extraED</tabstop>
730   <tabstop>okPB</tabstop>
731   <tabstop>applyPB</tabstop>
732   <tabstop>closePB</tabstop>
733  </tabstops>
734  <includes>
735   <include location="local" >qt_helpers.h</include>
736  </includes>
737  <resources/>
738  <connections/>
739 </ui>