]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PDFSupportUi.ui
9b8389a170d33e9cd66de02b31190b2363978cb5
[lyx.git] / src / frontends / qt4 / ui / PDFSupportUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>PDFSupportUi</class>
6  <widget class="QWidget" name="PDFSupportUi" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>427</width>
12     <height>414</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>Form</string>
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="0" column="0" >
26     <widget class="QGroupBox" name="use_hyperrefGB" >
27      <property name="focusPolicy" >
28       <enum>Qt::StrongFocus</enum>
29      </property>
30      <property name="title" >
31       <string>&amp;Use hyperref support</string>
32      </property>
33      <property name="flat" >
34       <bool>true</bool>
35      </property>
36      <property name="checkable" >
37       <bool>true</bool>
38      </property>
39      <property name="checked" >
40       <bool>false</bool>
41      </property>
42      <layout class="QGridLayout" >
43       <property name="margin" >
44        <number>9</number>
45       </property>
46       <property name="spacing" >
47        <number>6</number>
48       </property>
49       <item row="2" column="0" >
50        <widget class="QCheckBox" name="pdfusetitleCB" >
51         <property name="toolTip" >
52          <string>If not stated explicitly, fill title and author from appropriate environments</string>
53         </property>
54         <property name="text" >
55          <string>Automatically fill header</string>
56         </property>
57        </widget>
58       </item>
59       <item row="3" column="0" >
60        <widget class="QCheckBox" name="fullscreenCB" >
61         <property name="toolTip" >
62          <string>Enable fullscreen PDF presentation</string>
63         </property>
64         <property name="text" >
65          <string>Load in &amp;fullscreen mode</string>
66         </property>
67        </widget>
68       </item>
69       <item row="1" column="0" >
70        <widget class="QGroupBox" name="bookmarksGB" >
71         <property name="title" >
72          <string>Generate Bookmarks</string>
73         </property>
74         <property name="checkable" >
75          <bool>true</bool>
76         </property>
77         <property name="checked" >
78          <bool>true</bool>
79         </property>
80         <layout class="QGridLayout" >
81          <property name="margin" >
82           <number>9</number>
83          </property>
84          <property name="spacing" >
85           <number>6</number>
86          </property>
87          <item row="1" column="0" colspan="3" >
88           <widget class="QCheckBox" name="bookmarksopenGB" >
89            <property name="enabled" >
90             <bool>true</bool>
91            </property>
92            <property name="text" >
93             <string>Open bookmarks</string>
94            </property>
95           </widget>
96          </item>
97          <item row="2" column="3" >
98           <spacer>
99            <property name="orientation" >
100             <enum>Qt::Horizontal</enum>
101            </property>
102            <property name="sizeHint" >
103             <size>
104              <width>40</width>
105              <height>20</height>
106             </size>
107            </property>
108           </spacer>
109          </item>
110          <item row="2" column="0" >
111           <spacer>
112            <property name="orientation" >
113             <enum>Qt::Horizontal</enum>
114            </property>
115            <property name="sizeHint" >
116             <size>
117              <width>40</width>
118              <height>20</height>
119             </size>
120            </property>
121           </spacer>
122          </item>
123          <item row="2" column="2" >
124           <widget class="QSpinBox" name="bookmarksopenlevelSB" >
125            <property name="enabled" >
126             <bool>false</bool>
127            </property>
128            <property name="toolTip" >
129             <string>Number of levels</string>
130            </property>
131           </widget>
132          </item>
133          <item row="2" column="1" >
134           <widget class="QLabel" name="label" >
135            <property name="enabled" >
136             <bool>false</bool>
137            </property>
138            <property name="text" >
139             <string>&amp;Level:</string>
140            </property>
141            <property name="buddy" >
142             <cstring>bookmarksopenlevelSB</cstring>
143            </property>
144           </widget>
145          </item>
146          <item row="0" column="0" colspan="4" >
147           <widget class="QCheckBox" name="bookmarksnumberedCB" >
148            <property name="text" >
149             <string>Numbered bookmarks</string>
150            </property>
151           </widget>
152          </item>
153         </layout>
154        </widget>
155       </item>
156       <item row="0" column="0" colspan="2" >
157        <widget class="QGroupBox" name="groupBox_2" >
158         <property name="title" >
159          <string>Header Information</string>
160         </property>
161         <layout class="QGridLayout" >
162          <property name="margin" >
163           <number>9</number>
164          </property>
165          <property name="spacing" >
166           <number>6</number>
167          </property>
168          <item row="0" column="0" >
169           <widget class="QLabel" name="titleL" >
170            <property name="text" >
171             <string>&amp;Title:</string>
172            </property>
173            <property name="buddy" >
174             <cstring>titleLE</cstring>
175            </property>
176           </widget>
177          </item>
178          <item row="0" column="1" >
179           <widget class="QLineEdit" name="titleLE" />
180          </item>
181          <item row="1" column="0" >
182           <widget class="QLabel" name="authorL" >
183            <property name="text" >
184             <string>&amp;Author:</string>
185            </property>
186            <property name="buddy" >
187             <cstring>authorLE</cstring>
188            </property>
189           </widget>
190          </item>
191          <item row="1" column="1" >
192           <widget class="QLineEdit" name="authorLE" />
193          </item>
194          <item row="2" column="0" >
195           <widget class="QLabel" name="subjectL" >
196            <property name="text" >
197             <string>&amp;Subject:</string>
198            </property>
199            <property name="buddy" >
200             <cstring>subjectLE</cstring>
201            </property>
202           </widget>
203          </item>
204          <item row="2" column="1" >
205           <widget class="QLineEdit" name="subjectLE" />
206          </item>
207          <item row="3" column="0" >
208           <widget class="QLabel" name="keywordsL" >
209            <property name="text" >
210             <string>&amp;Keywords:</string>
211            </property>
212            <property name="buddy" >
213             <cstring>keywordsLE</cstring>
214            </property>
215           </widget>
216          </item>
217          <item row="3" column="1" >
218           <widget class="QLineEdit" name="keywordsLE" />
219          </item>
220         </layout>
221        </widget>
222       </item>
223       <item row="4" column="0" colspan="2" >
224        <widget class="QGroupBox" name="groupBox_3" >
225         <property name="title" >
226          <string>Additional o&amp;ptions</string>
227         </property>
228         <property name="flat" >
229          <bool>false</bool>
230         </property>
231         <property name="checkable" >
232          <bool>false</bool>
233         </property>
234         <property name="checked" >
235          <bool>false</bool>
236         </property>
237         <layout class="QGridLayout" >
238          <property name="margin" >
239           <number>9</number>
240          </property>
241          <property name="spacing" >
242           <number>6</number>
243          </property>
244          <item row="0" column="0" >
245           <widget class="QLineEdit" name="optionsLE" >
246            <property name="sizePolicy" >
247             <sizepolicy>
248              <hsizetype>7</hsizetype>
249              <vsizetype>0</vsizetype>
250              <horstretch>0</horstretch>
251              <verstretch>0</verstretch>
252             </sizepolicy>
253            </property>
254            <property name="toolTip" >
255             <string>e.g.: pdfstartview=XYZ, plainpages=false, pdfpagelabels</string>
256            </property>
257           </widget>
258          </item>
259         </layout>
260        </widget>
261       </item>
262       <item rowspan="3" row="1" column="1" >
263        <widget class="QGroupBox" name="groupBox_4" >
264         <property name="title" >
265          <string>Links</string>
266         </property>
267         <property name="checkable" >
268          <bool>false</bool>
269         </property>
270         <layout class="QGridLayout" >
271          <property name="margin" >
272           <number>9</number>
273          </property>
274          <property name="spacing" >
275           <number>6</number>
276          </property>
277          <item row="0" column="0" >
278           <widget class="QCheckBox" name="breaklinksCB" >
279            <property name="toolTip" >
280             <string>Allows link text to break across lines.</string>
281            </property>
282            <property name="text" >
283             <string>Break links over lines</string>
284            </property>
285           </widget>
286          </item>
287          <item row="1" column="0" >
288           <widget class="QCheckBox" name="pdfborderCB" >
289            <property name="text" >
290             <string>No frames around links</string>
291            </property>
292            <property name="tristate" >
293             <bool>false</bool>
294            </property>
295           </widget>
296          </item>
297          <item row="2" column="0" >
298           <widget class="QCheckBox" name="colorlinksCB" >
299            <property name="text" >
300             <string>Color links</string>
301            </property>
302           </widget>
303          </item>
304          <item row="3" column="0" >
305           <widget class="QCheckBox" name="backrefCB" >
306            <property name="toolTip" >
307             <string>Adds "backlink" text to the end of each item in the bibliography</string>
308            </property>
309            <property name="text" >
310             <string>&amp;Bibliographical backreferences</string>
311            </property>
312           </widget>
313          </item>
314          <item row="4" column="0" >
315           <widget class="QCheckBox" name="pagebackrefCB" >
316            <property name="toolTip" >
317             <string>Adds "backlink" text to the end of each item in the bibliography</string>
318            </property>
319            <property name="text" >
320             <string>Backreference by pa&amp;ge number</string>
321            </property>
322           </widget>
323          </item>
324         </layout>
325        </widget>
326       </item>
327      </layout>
328     </widget>
329    </item>
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>409</width>
338        <height>16</height>
339       </size>
340      </property>
341     </spacer>
342    </item>
343   </layout>
344  </widget>
345  <pixmapfunction></pixmapfunction>
346  <resources/>
347  <connections>
348   <connection>
349    <sender>bookmarksopenGB</sender>
350    <signal>toggled(bool)</signal>
351    <receiver>label</receiver>
352    <slot>setEnabled(bool)</slot>
353    <hints>
354     <hint type="sourcelabel" >
355      <x>59</x>
356      <y>242</y>
357     </hint>
358     <hint type="destinationlabel" >
359      <x>86</x>
360      <y>267</y>
361     </hint>
362    </hints>
363   </connection>
364   <connection>
365    <sender>bookmarksopenGB</sender>
366    <signal>toggled(bool)</signal>
367    <receiver>bookmarksopenlevelSB</receiver>
368    <slot>setEnabled(bool)</slot>
369    <hints>
370     <hint type="sourcelabel" >
371      <x>82</x>
372      <y>240</y>
373     </hint>
374     <hint type="destinationlabel" >
375      <x>139</x>
376      <y>275</y>
377     </hint>
378    </hints>
379   </connection>
380  </connections>
381 </ui>