]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PDFSupportUi.ui
fb5f75efc502174edca338e751afac5d4f87f2e3
[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>436</width>
9     <height>394</height>
10    </rect>
11   </property>
12   <widget class="QGroupBox" name="use_hyperrefGB" >
13    <property name="geometry" >
14     <rect>
15      <x>2</x>
16      <y>2</y>
17      <width>423</width>
18      <height>381</height>
19     </rect>
20    </property>
21    <property name="toolTip" >
22     <string>Enable clickable crossreferences and header informations</string>
23    </property>
24    <property name="title" >
25     <string>&amp;Use hyperref support</string>
26    </property>
27    <property name="checkable" >
28     <bool>true</bool>
29    </property>
30    <property name="checked" >
31     <bool>false</bool>
32    </property>
33    <widget class="QGroupBox" name="groupBox_4" >
34     <property name="geometry" >
35      <rect>
36       <x>186</x>
37       <y>170</y>
38       <width>231</width>
39       <height>148</height>
40      </rect>
41     </property>
42     <property name="title" >
43      <string>Links</string>
44     </property>
45     <layout class="QGridLayout" >
46      <property name="margin" >
47       <number>9</number>
48      </property>
49      <property name="spacing" >
50       <number>6</number>
51      </property>
52      <item row="2" column="0" >
53       <widget class="QCheckBox" name="colorlinksCB" >
54        <property name="text" >
55         <string>Color links</string>
56        </property>
57       </widget>
58      </item>
59      <item row="1" column="0" >
60       <widget class="QCheckBox" name="pdfborderCB" >
61        <property name="text" >
62         <string>No frames around links</string>
63        </property>
64        <property name="tristate" >
65         <bool>false</bool>
66        </property>
67       </widget>
68      </item>
69      <item row="0" column="0" >
70       <widget class="QCheckBox" name="breaklinksCB" >
71        <property name="toolTip" >
72         <string>Allows link text to break across lines.</string>
73        </property>
74        <property name="text" >
75         <string>Break links over lines</string>
76        </property>
77       </widget>
78      </item>
79      <item row="3" column="0" >
80       <widget class="QCheckBox" name="backrefCB" >
81        <property name="toolTip" >
82         <string>Adds "backlink" text to the end of each item in the bibliography</string>
83        </property>
84        <property name="text" >
85         <string>&amp;Bibliographical backreferences</string>
86        </property>
87       </widget>
88      </item>
89      <item row="4" column="0" >
90       <widget class="QCheckBox" name="pagebackrefCB" >
91        <property name="toolTip" >
92         <string>Adds "backlink" text to the end of each item in the bibliography</string>
93        </property>
94        <property name="text" >
95         <string>Backreference by pa&amp;ge number</string>
96        </property>
97       </widget>
98      </item>
99     </layout>
100    </widget>
101    <widget class="QGroupBox" name="bookmarksGB" >
102     <property name="geometry" >
103      <rect>
104       <x>6</x>
105       <y>170</y>
106       <width>171</width>
107       <height>112</height>
108      </rect>
109     </property>
110     <property name="title" >
111      <string>Generate Bookmarks</string>
112     </property>
113     <property name="checkable" >
114      <bool>true</bool>
115     </property>
116     <property name="checked" >
117      <bool>true</bool>
118     </property>
119     <layout class="QGridLayout" >
120      <property name="margin" >
121       <number>9</number>
122      </property>
123      <property name="spacing" >
124       <number>6</number>
125      </property>
126      <item row="0" column="0" >
127       <widget class="QCheckBox" name="bookmarksnumberedCB" >
128        <property name="text" >
129         <string>Numbered bookmarks</string>
130        </property>
131       </widget>
132      </item>
133      <item row="1" column="0" >
134       <widget class="QGroupBox" name="bookmarksopenGB" >
135        <property name="title" >
136         <string>Open bookmarks</string>
137        </property>
138        <property name="checkable" >
139         <bool>true</bool>
140        </property>
141        <property name="checked" >
142         <bool>false</bool>
143        </property>
144        <widget class="QLabel" name="label" >
145         <property name="geometry" >
146          <rect>
147           <x>21</x>
148           <y>22</y>
149           <width>31</width>
150           <height>16</height>
151          </rect>
152         </property>
153         <property name="text" >
154          <string>&amp;Level:</string>
155         </property>
156         <property name="buddy" >
157          <cstring>bookmarksopenlevelSB</cstring>
158         </property>
159        </widget>
160        <widget class="QSpinBox" name="bookmarksopenlevelSB" >
161         <property name="geometry" >
162          <rect>
163           <x>60</x>
164           <y>20</y>
165           <width>61</width>
166           <height>22</height>
167          </rect>
168         </property>
169         <property name="toolTip" >
170          <string>Number of levels</string>
171         </property>
172        </widget>
173       </widget>
174      </item>
175     </layout>
176    </widget>
177    <widget class="QCheckBox" name="fullscreenCB" >
178     <property name="geometry" >
179      <rect>
180       <x>10</x>
181       <y>300</y>
182       <width>161</width>
183       <height>21</height>
184      </rect>
185     </property>
186     <property name="toolTip" >
187      <string>Enable fullscreen PDF presentation</string>
188     </property>
189     <property name="text" >
190      <string>Load in &amp;fullscreen mode</string>
191     </property>
192    </widget>
193    <widget class="QGroupBox" name="groupBox_2" >
194     <property name="geometry" >
195      <rect>
196       <x>6</x>
197       <y>20</y>
198       <width>411</width>
199       <height>141</height>
200      </rect>
201     </property>
202     <property name="title" >
203      <string>Header Information</string>
204     </property>
205     <layout class="QGridLayout" >
206      <property name="margin" >
207       <number>9</number>
208      </property>
209      <property name="spacing" >
210       <number>6</number>
211      </property>
212      <item row="1" column="1" >
213       <widget class="QLineEdit" name="authorLE" />
214      </item>
215      <item row="0" column="1" >
216       <widget class="QLineEdit" name="titleLE" />
217      </item>
218      <item row="0" column="0" >
219       <widget class="QLabel" name="titleL" >
220        <property name="text" >
221         <string>&amp;Title:</string>
222        </property>
223        <property name="buddy" >
224         <cstring>titleLE</cstring>
225        </property>
226       </widget>
227      </item>
228      <item row="1" column="0" >
229       <widget class="QLabel" name="authorL" >
230        <property name="text" >
231         <string>&amp;Author:</string>
232        </property>
233        <property name="buddy" >
234         <cstring>authorLE</cstring>
235        </property>
236       </widget>
237      </item>
238      <item row="2" column="0" >
239       <widget class="QLabel" name="subjectL" >
240        <property name="text" >
241         <string>&amp;Subject:</string>
242        </property>
243        <property name="buddy" >
244         <cstring>subjectLE</cstring>
245        </property>
246       </widget>
247      </item>
248      <item row="3" column="0" >
249       <widget class="QLabel" name="keywordsL" >
250        <property name="text" >
251         <string>&amp;Keywords:</string>
252        </property>
253        <property name="buddy" >
254         <cstring>keywordsLE</cstring>
255        </property>
256       </widget>
257      </item>
258      <item row="3" column="1" >
259       <widget class="QLineEdit" name="keywordsLE" />
260      </item>
261      <item row="2" column="1" >
262       <widget class="QLineEdit" name="subjectLE" />
263      </item>
264     </layout>
265    </widget>
266    <widget class="QGroupBox" name="groupBox_3" >
267     <property name="geometry" >
268      <rect>
269       <x>6</x>
270       <y>330</y>
271       <width>411</width>
272       <height>54</height>
273      </rect>
274     </property>
275     <property name="title" >
276      <string>Additional o&amp;ptions for hyperref</string>
277     </property>
278     <property name="flat" >
279      <bool>true</bool>
280     </property>
281     <property name="checkable" >
282      <bool>false</bool>
283     </property>
284     <property name="checked" >
285      <bool>false</bool>
286     </property>
287     <layout class="QGridLayout" >
288      <property name="margin" >
289       <number>9</number>
290      </property>
291      <property name="spacing" >
292       <number>6</number>
293      </property>
294      <item row="0" column="0" >
295       <widget class="QLineEdit" name="optionsLE" >
296        <property name="toolTip" >
297         <string>eg: pdfstartview=XYZ, plainpages=false, pdfpagelabels</string>
298        </property>
299       </widget>
300      </item>
301     </layout>
302    </widget>
303   </widget>
304  </widget>
305  <includes>
306   <include location="local" >qt_helpers.h</include>
307  </includes>
308  <resources/>
309  <connections/>
310 </ui>