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