]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PDFSupportUi.ui
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / frontends / qt4 / ui / PDFSupportUi.ui
1 <ui version="4.0" >
2  <class>PDFSupportUi</class>
3  <widget class="QWidget" name="PDFSupportUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>420</width>
9     <height>411</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QGridLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item row="1" column="0" >
23     <spacer>
24      <property name="orientation" >
25       <enum>Qt::Vertical</enum>
26      </property>
27      <property name="sizeHint" >
28       <size>
29        <width>20</width>
30        <height>31</height>
31       </size>
32      </property>
33     </spacer>
34    </item>
35    <item row="0" column="0" >
36     <widget class="QGroupBox" name="use_hyperrefGB" >
37      <property name="focusPolicy" >
38       <enum>Qt::StrongFocus</enum>
39      </property>
40      <property name="title" >
41       <string>&amp;Use hyperref support</string>
42      </property>
43      <property name="flat" >
44       <bool>true</bool>
45      </property>
46      <property name="checkable" >
47       <bool>true</bool>
48      </property>
49      <property name="checked" >
50       <bool>false</bool>
51      </property>
52      <layout class="QGridLayout" >
53       <property name="margin" >
54        <number>0</number>
55       </property>
56       <property name="spacing" >
57        <number>6</number>
58       </property>
59       <item row="1" column="0" >
60        <widget class="QGroupBox" name="groupBox_3" >
61         <property name="title" >
62          <string>Additional o&amp;ptions</string>
63         </property>
64         <property name="flat" >
65          <bool>false</bool>
66         </property>
67         <property name="checkable" >
68          <bool>false</bool>
69         </property>
70         <property name="checked" >
71          <bool>false</bool>
72         </property>
73         <layout class="QGridLayout" >
74          <property name="margin" >
75           <number>9</number>
76          </property>
77          <property name="spacing" >
78           <number>6</number>
79          </property>
80          <item row="0" column="0" >
81           <widget class="QLineEdit" name="optionsLE" >
82            <property name="sizePolicy" >
83             <sizepolicy>
84              <hsizetype>7</hsizetype>
85              <vsizetype>0</vsizetype>
86              <horstretch>0</horstretch>
87              <verstretch>0</verstretch>
88             </sizepolicy>
89            </property>
90            <property name="toolTip" >
91             <string>e.g.: pdfstartview=XYZ, plainpages=false, pdfpagelabels</string>
92            </property>
93           </widget>
94          </item>
95         </layout>
96        </widget>
97       </item>
98       <item row="0" column="0" >
99        <widget class="QTabWidget" name="tabWidget" >
100         <property name="currentIndex" >
101          <number>0</number>
102         </property>
103         <widget class="QWidget" name="tab" >
104          <attribute name="title" >
105           <string>&amp;General</string>
106          </attribute>
107          <layout class="QGridLayout" >
108           <property name="margin" >
109            <number>9</number>
110           </property>
111           <property name="spacing" >
112            <number>6</number>
113           </property>
114           <item row="2" column="0" >
115            <spacer>
116             <property name="orientation" >
117              <enum>Qt::Vertical</enum>
118             </property>
119             <property name="sizeHint" >
120              <size>
121               <width>20</width>
122               <height>40</height>
123              </size>
124             </property>
125            </spacer>
126           </item>
127           <item row="1" column="1" >
128            <spacer>
129             <property name="orientation" >
130              <enum>Qt::Horizontal</enum>
131             </property>
132             <property name="sizeHint" >
133              <size>
134               <width>181</width>
135               <height>41</height>
136              </size>
137             </property>
138            </spacer>
139           </item>
140           <item row="1" column="0" >
141            <layout class="QVBoxLayout" >
142             <property name="margin" >
143              <number>0</number>
144             </property>
145             <property name="spacing" >
146              <number>6</number>
147             </property>
148             <item>
149              <widget class="QCheckBox" name="pdfusetitleCB" >
150               <property name="toolTip" >
151                <string>If not stated explicitly, fill title and author from appropriate environments</string>
152               </property>
153               <property name="text" >
154                <string>Automatically fi&amp;ll header</string>
155               </property>
156              </widget>
157             </item>
158             <item>
159              <widget class="QCheckBox" name="fullscreenCB" >
160               <property name="toolTip" >
161                <string>Enable fullscreen PDF presentation</string>
162               </property>
163               <property name="text" >
164                <string>Load in &amp;fullscreen mode</string>
165               </property>
166              </widget>
167             </item>
168            </layout>
169           </item>
170           <item row="0" column="0" colspan="2" >
171            <widget class="QGroupBox" name="groupBox_2" >
172             <property name="title" >
173              <string>Header Information</string>
174             </property>
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="0" column="0" >
183               <widget class="QLabel" name="titleL" >
184                <property name="text" >
185                 <string>&amp;Title:</string>
186                </property>
187                <property name="buddy" >
188                 <cstring>titleLE</cstring>
189                </property>
190               </widget>
191              </item>
192              <item row="0" column="1" >
193               <widget class="QLineEdit" name="titleLE" />
194              </item>
195              <item row="1" column="0" >
196               <widget class="QLabel" name="authorL" >
197                <property name="text" >
198                 <string>&amp;Author:</string>
199                </property>
200                <property name="buddy" >
201                 <cstring>authorLE</cstring>
202                </property>
203               </widget>
204              </item>
205              <item row="1" column="1" >
206               <widget class="QLineEdit" name="authorLE" />
207              </item>
208              <item row="2" column="0" >
209               <widget class="QLabel" name="subjectL" >
210                <property name="text" >
211                 <string>&amp;Subject:</string>
212                </property>
213                <property name="buddy" >
214                 <cstring>subjectLE</cstring>
215                </property>
216               </widget>
217              </item>
218              <item row="2" column="1" >
219               <widget class="QLineEdit" name="subjectLE" />
220              </item>
221              <item row="3" column="0" >
222               <widget class="QLabel" name="keywordsL" >
223                <property name="text" >
224                 <string>&amp;Keywords:</string>
225                </property>
226                <property name="buddy" >
227                 <cstring>keywordsLE</cstring>
228                </property>
229               </widget>
230              </item>
231              <item row="3" column="1" >
232               <widget class="QLineEdit" name="keywordsLE" />
233              </item>
234             </layout>
235            </widget>
236           </item>
237          </layout>
238         </widget>
239         <widget class="QWidget" name="tab_2" >
240          <attribute name="title" >
241           <string>H&amp;yperlinks</string>
242          </attribute>
243          <layout class="QGridLayout" >
244           <property name="margin" >
245            <number>9</number>
246           </property>
247           <property name="spacing" >
248            <number>6</number>
249           </property>
250           <item row="1" column="0" >
251            <spacer>
252             <property name="orientation" >
253              <enum>Qt::Vertical</enum>
254             </property>
255             <property name="sizeHint" >
256              <size>
257               <width>20</width>
258               <height>40</height>
259              </size>
260             </property>
261            </spacer>
262           </item>
263           <item row="0" column="0" >
264            <layout class="QVBoxLayout" >
265             <property name="margin" >
266              <number>0</number>
267             </property>
268             <property name="spacing" >
269              <number>6</number>
270             </property>
271             <item>
272              <widget class="QCheckBox" name="breaklinksCB" >
273               <property name="toolTip" >
274                <string>Allows link text to break across lines.</string>
275               </property>
276               <property name="text" >
277                <string>B&amp;reak links over lines</string>
278               </property>
279              </widget>
280             </item>
281             <item>
282              <widget class="QCheckBox" name="pdfborderCB" >
283               <property name="text" >
284                <string>No &amp;frames around links</string>
285               </property>
286               <property name="tristate" >
287                <bool>false</bool>
288               </property>
289              </widget>
290             </item>
291             <item>
292              <widget class="QCheckBox" name="colorlinksCB" >
293               <property name="text" >
294                <string>C&amp;olor links</string>
295               </property>
296              </widget>
297             </item>
298             <item>
299              <widget class="QCheckBox" name="backrefCB" >
300               <property name="toolTip" >
301                <string>Adds "backlink" text to the end of each item in the bibliography</string>
302               </property>
303               <property name="text" >
304                <string>B&amp;ibliographical backreferences</string>
305               </property>
306              </widget>
307             </item>
308             <item>
309              <widget class="QCheckBox" name="pagebackrefCB" >
310               <property name="toolTip" >
311                <string>Adds "backlink" text to the end of each item in the bibliography</string>
312               </property>
313               <property name="text" >
314                <string>Backreference by pa&amp;ge number</string>
315               </property>
316              </widget>
317             </item>
318            </layout>
319           </item>
320           <item row="0" column="1" >
321            <spacer>
322             <property name="orientation" >
323              <enum>Qt::Horizontal</enum>
324             </property>
325             <property name="sizeHint" >
326              <size>
327               <width>151</width>
328               <height>20</height>
329              </size>
330             </property>
331            </spacer>
332           </item>
333          </layout>
334         </widget>
335         <widget class="QWidget" name="tab_3" >
336          <attribute name="title" >
337           <string>&amp;Bookmarks</string>
338          </attribute>
339          <layout class="QGridLayout" >
340           <property name="margin" >
341            <number>9</number>
342           </property>
343           <property name="spacing" >
344            <number>6</number>
345           </property>
346           <item row="0" column="0" >
347            <widget class="QGroupBox" name="bookmarksGB" >
348             <property name="title" >
349              <string>G&amp;enerate Bookmarks</string>
350             </property>
351             <property name="flat" >
352              <bool>true</bool>
353             </property>
354             <property name="checkable" >
355              <bool>true</bool>
356             </property>
357             <property name="checked" >
358              <bool>true</bool>
359             </property>
360             <layout class="QGridLayout" >
361              <property name="margin" >
362               <number>9</number>
363              </property>
364              <property name="spacing" >
365               <number>6</number>
366              </property>
367              <item row="1" column="0" colspan="3" >
368               <widget class="QCheckBox" name="bookmarksopenGB" >
369                <property name="text" >
370                 <string>&amp;Open bookmarks</string>
371                </property>
372               </widget>
373              </item>
374              <item row="2" column="3" >
375               <spacer>
376                <property name="orientation" >
377                 <enum>Qt::Horizontal</enum>
378                </property>
379                <property name="sizeHint" >
380                 <size>
381                  <width>40</width>
382                  <height>20</height>
383                 </size>
384                </property>
385               </spacer>
386              </item>
387              <item row="2" column="2" >
388               <widget class="QSpinBox" name="bookmarksopenlevelSB" >
389                <property name="toolTip" >
390                 <string>Number of levels</string>
391                </property>
392               </widget>
393              </item>
394              <item row="2" column="1" >
395               <widget class="QLabel" name="label" >
396                <property name="enabled" >
397                 <bool>false</bool>
398                </property>
399                <property name="text" >
400                 <string>&amp;Level:</string>
401                </property>
402                <property name="buddy" >
403                 <cstring>bookmarksopenlevelSB</cstring>
404                </property>
405               </widget>
406              </item>
407              <item row="0" column="0" colspan="4" >
408               <widget class="QCheckBox" name="bookmarksnumberedCB" >
409                <property name="text" >
410                 <string>&amp;Numbered bookmarks</string>
411                </property>
412               </widget>
413              </item>
414             </layout>
415            </widget>
416           </item>
417           <item row="1" column="0" >
418            <spacer>
419             <property name="orientation" >
420              <enum>Qt::Vertical</enum>
421             </property>
422             <property name="sizeHint" >
423              <size>
424               <width>20</width>
425               <height>40</height>
426              </size>
427             </property>
428            </spacer>
429           </item>
430          </layout>
431         </widget>
432        </widget>
433       </item>
434      </layout>
435     </widget>
436    </item>
437   </layout>
438  </widget>
439  <resources/>
440 </ui>