]> git.lyx.org Git - features.git/blob - src/frontends/qt4/ui/PrefUi.ui
a9a8dc52ccb7c7c35b4a68499773ae50b58eb156
[features.git] / src / frontends / qt4 / ui / PrefUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PrefUi</class>
4  <widget class="QWidget" name="PrefUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>604</width>
10     <height>559</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string/>
21   </property>
22   <layout class="QGridLayout" name="gridLayout_3">
23    <item row="0" column="0">
24     <widget class="QLabel" name="uiFileLA">
25      <property name="text">
26       <string>&amp;User interface file:</string>
27      </property>
28      <property name="buddy">
29       <cstring>uiFileED</cstring>
30      </property>
31     </widget>
32    </item>
33    <item row="0" column="1">
34     <widget class="QLineEdit" name="uiFileED"/>
35    </item>
36    <item row="0" column="2">
37     <widget class="QPushButton" name="uiFilePB">
38      <property name="text">
39       <string>Bro&amp;wse...</string>
40      </property>
41     </widget>
42    </item>
43    <item row="0" column="3">
44     <spacer name="horizontalSpacer_2">
45      <property name="orientation">
46       <enum>Qt::Horizontal</enum>
47      </property>
48      <property name="sizeHint" stdset="0">
49       <size>
50        <width>77</width>
51        <height>20</height>
52       </size>
53      </property>
54     </spacer>
55    </item>
56    <item row="1" column="0">
57     <widget class="QLabel" name="iconSetLA">
58      <property name="text">
59       <string>&amp;Icon Set:</string>
60      </property>
61      <property name="buddy">
62       <cstring>iconSetCO</cstring>
63      </property>
64     </widget>
65    </item>
66    <item row="1" column="1">
67     <widget class="QComboBox" name="iconSetCO">
68      <property name="toolTip">
69       <string>The icon set to use. Warning: normal size of icons may be&#x0a;wrong until you save the preferences and restart LyX.</string>
70      </property>
71     </widget>
72    </item>
73    <item row="2" column="0" colspan="4">
74     <widget class="QGroupBox" name="pixmapCacheGB_2">
75      <property name="title">
76       <string>Automatic help</string>
77      </property>
78      <property name="alignment">
79       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
80      </property>
81      <property name="flat">
82       <bool>true</bool>
83      </property>
84      <layout class="QGridLayout">
85       <property name="margin">
86        <number>9</number>
87       </property>
88       <property name="spacing">
89        <number>4</number>
90       </property>
91       <item row="0" column="0">
92        <widget class="QCheckBox" name="tooltipCB">
93         <property name="toolTip">
94          <string>Checking this allows the automatic display of helpful comments for insets in the main work area of an edited document</string>
95         </property>
96         <property name="text">
97          <string>&amp;Enable tool tips in main work area</string>
98         </property>
99        </widget>
100       </item>
101      </layout>
102     </widget>
103    </item>
104    <item row="3" column="0" colspan="4">
105     <widget class="QGroupBox" name="GeometryGB">
106      <property name="title">
107       <string>Session</string>
108      </property>
109      <property name="flat">
110       <bool>true</bool>
111      </property>
112      <layout class="QGridLayout" name="gridLayout_4">
113       <item row="0" column="0" colspan="2">
114        <widget class="QCheckBox" name="allowGeometrySessionCB">
115         <property name="enabled">
116          <bool>true</bool>
117         </property>
118         <property name="text">
119          <string>Restore window layouts and &amp;geometries</string>
120         </property>
121        </widget>
122       </item>
123       <item row="1" column="0">
124        <widget class="QCheckBox" name="restoreCursorCB">
125         <property name="toolTip">
126          <string>Restore to the cursor position when the file was last closed</string>
127         </property>
128         <property name="text">
129          <string>Restore cursor &amp;positions</string>
130         </property>
131        </widget>
132       </item>
133       <item row="2" column="0" colspan="2">
134        <widget class="QCheckBox" name="loadSessionCB">
135         <property name="text">
136          <string>&amp;Load opened files from last session</string>
137         </property>
138        </widget>
139       </item>
140       <item row="3" column="0">
141        <widget class="QPushButton" name="clearSessionPB">
142         <property name="text">
143          <string>&amp;Clear all session information</string>
144         </property>
145        </widget>
146       </item>
147       <item row="3" column="1">
148        <spacer name="horizontalSpacer">
149         <property name="orientation">
150          <enum>Qt::Horizontal</enum>
151         </property>
152         <property name="sizeHint" stdset="0">
153          <size>
154           <width>225</width>
155           <height>20</height>
156          </size>
157         </property>
158        </spacer>
159       </item>
160      </layout>
161     </widget>
162    </item>
163    <item row="4" column="0" colspan="4">
164     <widget class="QGroupBox" name="documentsGB">
165      <property name="title">
166       <string>Documents</string>
167      </property>
168      <property name="flat">
169       <bool>true</bool>
170      </property>
171      <layout class="QGridLayout" name="gridLayout_2">
172       <item row="0" column="0" colspan="5">
173        <widget class="QCheckBox" name="backupCB">
174         <property name="text">
175          <string>Backup original documents when saving</string>
176         </property>
177        </widget>
178       </item>
179       <item row="1" column="0" colspan="3">
180        <widget class="QCheckBox" name="autoSaveCB">
181         <property name="text">
182          <string>&amp;Backup documents, every</string>
183         </property>
184        </widget>
185       </item>
186       <item row="1" column="3">
187        <widget class="QSpinBox" name="autoSaveSB">
188         <property name="minimum">
189          <number>1</number>
190         </property>
191         <property name="maximum">
192          <number>300</number>
193         </property>
194        </widget>
195       </item>
196       <item row="1" column="4">
197        <widget class="QLabel" name="TextLabel1">
198         <property name="text">
199          <string>minutes</string>
200         </property>
201        </widget>
202       </item>
203       <item row="1" column="5">
204        <spacer>
205         <property name="orientation">
206          <enum>Qt::Horizontal</enum>
207         </property>
208         <property name="sizeHint" stdset="0">
209          <size>
210           <width>61</width>
211           <height>21</height>
212          </size>
213         </property>
214        </spacer>
215       </item>
216       <item row="2" column="0">
217        <widget class="QCheckBox" name="saveCompressedCB">
218         <property name="text">
219          <string>&amp;Save documents compressed by default</string>
220         </property>
221        </widget>
222       </item>
223       <item row="3" column="0">
224        <widget class="QLabel" name="lastfilesLA">
225         <property name="text">
226          <string>&amp;Maximum last files:</string>
227         </property>
228         <property name="buddy">
229          <cstring>lastfilesSB</cstring>
230         </property>
231        </widget>
232       </item>
233       <item row="3" column="1">
234        <widget class="QSpinBox" name="lastfilesSB">
235         <property name="maximum">
236          <number>9</number>
237         </property>
238        </widget>
239       </item>
240       <item row="3" column="2" colspan="2">
241        <spacer>
242         <property name="orientation">
243          <enum>Qt::Horizontal</enum>
244         </property>
245         <property name="sizeHint" stdset="0">
246          <size>
247           <width>48</width>
248           <height>20</height>
249          </size>
250         </property>
251        </spacer>
252       </item>
253       <item row="4" column="0" colspan="2">
254        <widget class="QCheckBox" name="openDocumentsInTabsCB">
255         <property name="text">
256          <string>&amp;Open documents in tabs</string>
257         </property>
258        </widget>
259       </item>
260       <item row="5" column="0" colspan="2">
261        <widget class="QCheckBox" name="singleInstanceCB">
262         <property name="toolTip">
263          <string>Whether to open documents in an already running instance of LyX.&#x0a;(Set the LyXServer pipe path and restart LyX to enable this feature)</string>
264         </property>
265         <property name="text">
266          <string>S&amp;ingle instance</string>
267         </property>
268        </widget>
269       </item>
270       <item row="6" column="0" colspan="2">
271        <widget class="QCheckBox" name="singleCloseTabButtonCB">
272         <property name="toolTip">
273          <string>Whether to place close button on each tab or only one in the top left.</string>
274         </property>
275         <property name="text">
276          <string>&amp;Single close-tab button</string>
277         </property>
278        </widget>
279       </item>
280       <item row="7" column="0">
281        <widget class="QLabel" name="label">
282         <property name="text">
283          <string>Closing last view:</string>
284         </property>
285         <property name="buddy">
286          <cstring>closeLastViewCO</cstring>
287         </property>
288        </widget>
289       </item>
290       <item row="7" column="1" colspan="4">
291        <widget class="QComboBox" name="closeLastViewCO">
292         <item>
293          <property name="text">
294           <string>Closes document</string>
295          </property>
296         </item>
297         <item>
298          <property name="text">
299           <string>Hides document</string>
300          </property>
301         </item>
302         <item>
303          <property name="text">
304           <string>Ask the user</string>
305          </property>
306         </item>
307        </widget>
308       </item>
309      </layout>
310     </widget>
311    </item>
312    <item row="5" column="0" colspan="4">
313     <spacer>
314      <property name="orientation">
315       <enum>Qt::Vertical</enum>
316      </property>
317      <property name="sizeHint" stdset="0">
318       <size>
319        <width>395</width>
320        <height>16</height>
321       </size>
322      </property>
323     </spacer>
324    </item>
325   </layout>
326  </widget>
327  <layoutdefault spacing="4" margin="9"/>
328  <tabstops>
329   <tabstop>uiFileED</tabstop>
330   <tabstop>uiFilePB</tabstop>
331   <tabstop>iconSetCO</tabstop>
332   <tabstop>tooltipCB</tabstop>
333   <tabstop>allowGeometrySessionCB</tabstop>
334   <tabstop>restoreCursorCB</tabstop>
335   <tabstop>loadSessionCB</tabstop>
336   <tabstop>clearSessionPB</tabstop>
337   <tabstop>backupCB</tabstop>
338   <tabstop>autoSaveCB</tabstop>
339   <tabstop>autoSaveSB</tabstop>
340   <tabstop>saveCompressedCB</tabstop>
341   <tabstop>lastfilesSB</tabstop>
342   <tabstop>openDocumentsInTabsCB</tabstop>
343  </tabstops>
344  <includes>
345   <include location="local">qt_i18n.h</include>
346  </includes>
347  <resources/>
348  <connections/>
349 </ui>