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