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