]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefUi.ui
* put "group layout list" option into tab list
[lyx.git] / src / frontends / qt4 / ui / PrefUi.ui
1 <ui version="4.0" >
2  <class>PrefUi</class>
3  <widget class="QWidget" name="PrefUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>459</width>
9     <height>596</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy>
14     <hsizetype>0</hsizetype>
15     <vsizetype>0</vsizetype>
16     <horstretch>0</horstretch>
17     <verstretch>0</verstretch>
18    </sizepolicy>
19   </property>
20   <property name="windowTitle" >
21    <string/>
22   </property>
23   <layout class="QGridLayout" >
24    <property name="margin" >
25     <number>9</number>
26    </property>
27    <property name="spacing" >
28     <number>6</number>
29    </property>
30    <item row="2" column="0" colspan="3" >
31     <widget class="QGroupBox" name="GeometryGB" >
32      <property name="title" >
33       <string>Session</string>
34      </property>
35      <property name="flat" >
36       <bool>true</bool>
37      </property>
38      <layout class="QGridLayout" >
39       <property name="margin" >
40        <number>9</number>
41       </property>
42       <property name="spacing" >
43        <number>4</number>
44       </property>
45       <item row="0" column="0" >
46        <widget class="QCheckBox" name="allowGeometrySessionCB" >
47         <property name="enabled" >
48          <bool>true</bool>
49         </property>
50         <property name="toolTip" >
51          <string>Restore to cursor position when the file was last closed</string>
52         </property>
53         <property name="text" >
54          <string>Allow saving/restoring of windows geometry</string>
55         </property>
56        </widget>
57       </item>
58       <item row="1" column="0" >
59        <widget class="QCheckBox" name="restoreCursorCB" >
60         <property name="text" >
61          <string>Restore cursor positions</string>
62         </property>
63        </widget>
64       </item>
65       <item row="2" column="0" >
66        <widget class="QCheckBox" name="loadSessionCB" >
67         <property name="text" >
68          <string>Load opened files from last session</string>
69         </property>
70        </widget>
71       </item>
72      </layout>
73     </widget>
74    </item>
75    <item row="5" column="0" colspan="3" >
76     <widget class="QGroupBox" name="fullscreenGB" >
77      <property name="title" >
78       <string>Fullscreen</string>
79      </property>
80      <property name="alignment" >
81       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
82      </property>
83      <property name="flat" >
84       <bool>true</bool>
85      </property>
86      <layout class="QGridLayout" >
87       <property name="margin" >
88        <number>9</number>
89       </property>
90       <property name="spacing" >
91        <number>6</number>
92       </property>
93       <item rowspan="3" row="0" column="2" >
94        <widget class="QGroupBox" name="fullscreenLimitGB" >
95         <property name="title" >
96          <string>&amp;Limit text width</string>
97         </property>
98         <property name="checkable" >
99          <bool>true</bool>
100         </property>
101         <layout class="QGridLayout" >
102          <property name="margin" >
103           <number>9</number>
104          </property>
105          <property name="spacing" >
106           <number>6</number>
107          </property>
108          <item row="0" column="1" >
109           <widget class="QSpinBox" name="fullscreenWidthSB" >
110            <property name="maximum" >
111             <number>10000</number>
112            </property>
113            <property name="minimum" >
114             <number>0</number>
115            </property>
116            <property name="singleStep" >
117             <number>10</number>
118            </property>
119            <property name="value" >
120             <number>700</number>
121            </property>
122           </widget>
123          </item>
124          <item row="0" column="0" >
125           <widget class="QLabel" name="label_2" >
126            <property name="text" >
127             <string>Screen us&amp;ed (pixels):</string>
128            </property>
129            <property name="buddy" >
130             <cstring>fullscreenWidthSB</cstring>
131            </property>
132           </widget>
133          </item>
134         </layout>
135        </widget>
136       </item>
137       <item row="1" column="1" >
138        <spacer>
139         <property name="orientation" >
140          <enum>Qt::Horizontal</enum>
141         </property>
142         <property name="sizeHint" >
143          <size>
144           <width>40</width>
145           <height>20</height>
146          </size>
147         </property>
148        </spacer>
149       </item>
150       <item row="2" column="0" >
151        <widget class="QCheckBox" name="toggleTabbarCB" >
152         <property name="text" >
153          <string>Toggle tabba&amp;r</string>
154         </property>
155        </widget>
156       </item>
157       <item row="1" column="0" >
158        <widget class="QCheckBox" name="toggleScrollbarCB" >
159         <property name="text" >
160          <string>To&amp;ggle scrollbar</string>
161         </property>
162        </widget>
163       </item>
164       <item row="0" column="0" >
165        <widget class="QCheckBox" name="toggleToolbarsCB" >
166         <property name="sizePolicy" >
167          <sizepolicy>
168           <hsizetype>0</hsizetype>
169           <vsizetype>0</vsizetype>
170           <horstretch>0</horstretch>
171           <verstretch>0</verstretch>
172          </sizepolicy>
173         </property>
174         <property name="text" >
175          <string>T&amp;oggle toolbars</string>
176         </property>
177        </widget>
178       </item>
179      </layout>
180     </widget>
181    </item>
182    <item row="4" column="0" colspan="3" >
183     <widget class="QGroupBox" name="scrollGB" >
184      <property name="title" >
185       <string>Editing</string>
186      </property>
187      <property name="alignment" >
188       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
189      </property>
190      <property name="flat" >
191       <bool>true</bool>
192      </property>
193      <layout class="QGridLayout" >
194       <property name="margin" >
195        <number>9</number>
196       </property>
197       <property name="spacing" >
198        <number>4</number>
199       </property>
200       <item row="0" column="0" >
201        <widget class="QCheckBox" name="cursorFollowsCB" >
202         <property name="text" >
203          <string>Cursor follows &amp;scrollbar</string>
204         </property>
205        </widget>
206       </item>
207       <item row="1" column="0" >
208        <widget class="QCheckBox" name="sortEnvironmentsCB" >
209         <property name="text" >
210          <string>Sort &amp;environments alphabetically</string>
211         </property>
212        </widget>
213       </item>
214       <item row="3" column="0" >
215        <widget class="QComboBox" name="macroEditStyleCO" >
216         <item>
217          <property name="text" >
218           <string>Edit Math Macros inline with a box around</string>
219          </property>
220         </item>
221         <item>
222          <property name="text" >
223           <string>Edit Math Macros inline with the name in the status bar</string>
224          </property>
225         </item>
226         <item>
227          <property name="text" >
228           <string>Edit Math Macros with a parameter list (like in LyX &lt; 1.6)</string>
229          </property>
230         </item>
231        </widget>
232       </item>
233       <item row="2" column="0" >
234        <widget class="QCheckBox" name="groupEnvironmentsCB" >
235         <property name="text" >
236          <string>&amp;Group environments by their category</string>
237         </property>
238        </widget>
239       </item>
240      </layout>
241     </widget>
242    </item>
243    <item row="3" column="0" colspan="3" >
244     <widget class="QGroupBox" name="documentsGB" >
245      <property name="title" >
246       <string>Documents</string>
247      </property>
248      <property name="flat" >
249       <bool>true</bool>
250      </property>
251      <layout class="QGridLayout" >
252       <property name="margin" >
253        <number>9</number>
254       </property>
255       <property name="spacing" >
256        <number>6</number>
257       </property>
258       <item row="1" column="0" colspan="4" >
259        <layout class="QHBoxLayout" >
260         <property name="margin" >
261          <number>0</number>
262         </property>
263         <property name="spacing" >
264          <number>6</number>
265         </property>
266         <item>
267          <widget class="QLabel" name="lastfilesLA" >
268           <property name="text" >
269            <string>&amp;Maximum last files:</string>
270           </property>
271           <property name="buddy" >
272            <cstring>lastfilesSB</cstring>
273           </property>
274          </widget>
275         </item>
276         <item>
277          <widget class="QSpinBox" name="lastfilesSB" >
278           <property name="maximum" >
279            <number>9</number>
280           </property>
281          </widget>
282         </item>
283         <item>
284          <spacer>
285           <property name="orientation" >
286            <enum>Qt::Horizontal</enum>
287           </property>
288           <property name="sizeHint" >
289            <size>
290             <width>40</width>
291             <height>20</height>
292            </size>
293           </property>
294          </spacer>
295         </item>
296        </layout>
297       </item>
298       <item row="0" column="3" >
299        <spacer>
300         <property name="orientation" >
301          <enum>Qt::Horizontal</enum>
302         </property>
303         <property name="sizeHint" >
304          <size>
305           <width>61</width>
306           <height>21</height>
307          </size>
308         </property>
309        </spacer>
310       </item>
311       <item row="0" column="2" >
312        <widget class="QLabel" name="TextLabel1" >
313         <property name="text" >
314          <string>minutes</string>
315         </property>
316        </widget>
317       </item>
318       <item row="0" column="1" >
319        <widget class="QSpinBox" name="autoSaveSB" >
320         <property name="maximum" >
321          <number>300</number>
322         </property>
323         <property name="minimum" >
324          <number>1</number>
325         </property>
326        </widget>
327       </item>
328       <item row="0" column="0" >
329        <widget class="QCheckBox" name="autoSaveCB" >
330         <property name="text" >
331          <string>B&amp;ackup documents, every</string>
332         </property>
333        </widget>
334       </item>
335      </layout>
336     </widget>
337    </item>
338    <item row="6" column="0" colspan="3" >
339     <spacer>
340      <property name="orientation" >
341       <enum>Qt::Vertical</enum>
342      </property>
343      <property name="sizeHint" >
344       <size>
345        <width>395</width>
346        <height>16</height>
347       </size>
348      </property>
349     </spacer>
350    </item>
351    <item row="1" column="0" colspan="3" >
352     <widget class="QGroupBox" name="pixmapCacheGB_2" >
353      <property name="title" >
354       <string>Automatic help</string>
355      </property>
356      <property name="alignment" >
357       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
358      </property>
359      <property name="flat" >
360       <bool>true</bool>
361      </property>
362      <layout class="QGridLayout" >
363       <property name="margin" >
364        <number>9</number>
365       </property>
366       <property name="spacing" >
367        <number>4</number>
368       </property>
369       <item row="0" column="0" >
370        <widget class="QCheckBox" name="tooltipCB" >
371         <property name="toolTip" >
372          <string>Checking this allow the automatic display of helpful comments for insets in the main work area of an edited document</string>
373         </property>
374         <property name="text" >
375          <string>Enable &amp;tool tips in main work area</string>
376         </property>
377        </widget>
378       </item>
379      </layout>
380     </widget>
381    </item>
382    <item row="0" column="2" >
383     <widget class="QPushButton" name="uiFilePB" >
384      <property name="text" >
385       <string>Bro&amp;wse...</string>
386      </property>
387     </widget>
388    </item>
389    <item row="0" column="1" >
390     <widget class="QLineEdit" name="uiFileED" />
391    </item>
392    <item row="0" column="0" >
393     <widget class="QLabel" name="uiFileLA" >
394      <property name="text" >
395       <string>&amp;User interface file:</string>
396      </property>
397      <property name="buddy" >
398       <cstring>uiFileED</cstring>
399      </property>
400     </widget>
401    </item>
402   </layout>
403  </widget>
404  <layoutdefault spacing="4" margin="9" />
405  <tabstops>
406   <tabstop>uiFileED</tabstop>
407   <tabstop>uiFilePB</tabstop>
408   <tabstop>tooltipCB</tabstop>
409   <tabstop>restoreCursorCB</tabstop>
410   <tabstop>allowGeometrySessionCB</tabstop>
411   <tabstop>loadSessionCB</tabstop>
412   <tabstop>autoSaveCB</tabstop>
413   <tabstop>autoSaveSB</tabstop>
414   <tabstop>lastfilesSB</tabstop>
415   <tabstop>cursorFollowsCB</tabstop>
416   <tabstop>sortEnvironmentsCB</tabstop>
417   <tabstop>groupEnvironmentsCB</tabstop>
418   <tabstop>macroEditStyleCO</tabstop>
419  </tabstops>
420  <includes>
421   <include location="local" >qt_helpers.h</include>
422  </includes>
423  <resources/>
424  <connections/>
425 </ui>