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