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