]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefUi.ui
* fix spelling in comments to please John.
[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>459</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="text" >
51          <string>Restore window layouts and &amp;geometries</string>
52         </property>
53        </widget>
54       </item>
55       <item row="1" column="0" >
56        <widget class="QCheckBox" name="restoreCursorCB" >
57         <property name="toolTip" >
58          <string>Restore to the cursor position when the file was last closed</string>
59         </property>
60         <property name="text" >
61          <string>Restore cursor &amp;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>&amp;Load opened files from last session</string>
69         </property>
70        </widget>
71       </item>
72       <item row="3" column="0" >
73        <widget class="QPushButton" name="clearSessionPB" >
74         <property name="text" >
75          <string>Clear all session &amp;information</string>
76         </property>
77        </widget>
78       </item>
79      </layout>
80     </widget>
81    </item>
82    <item row="3" column="0" colspan="3" >
83     <widget class="QGroupBox" name="documentsGB" >
84      <property name="title" >
85       <string>Documents</string>
86      </property>
87      <property name="flat" >
88       <bool>true</bool>
89      </property>
90      <layout class="QGridLayout" >
91       <property name="margin" >
92        <number>9</number>
93       </property>
94       <property name="spacing" >
95        <number>6</number>
96       </property>
97       <item row="2" column="0" colspan="4" >
98        <layout class="QHBoxLayout" >
99         <property name="spacing" >
100          <number>6</number>
101         </property>
102         <property name="margin" >
103          <number>0</number>
104         </property>
105         <item>
106          <widget class="QLabel" name="lastfilesLA" >
107           <property name="text" >
108            <string>&amp;Maximum last files:</string>
109           </property>
110           <property name="buddy" >
111            <cstring>lastfilesSB</cstring>
112           </property>
113          </widget>
114         </item>
115         <item>
116          <widget class="QSpinBox" name="lastfilesSB" >
117           <property name="maximum" >
118            <number>9</number>
119           </property>
120          </widget>
121         </item>
122         <item>
123          <spacer>
124           <property name="orientation" >
125            <enum>Qt::Horizontal</enum>
126           </property>
127           <property name="sizeHint" stdset="0" >
128            <size>
129             <width>40</width>
130             <height>20</height>
131            </size>
132           </property>
133          </spacer>
134         </item>
135        </layout>
136       </item>
137       <item row="0" column="0" colspan="4">
138       <widget class="QCheckBox" name="backupCB">
139       <property name="text">
140       <string>Backup original documents when saving</string>
141       </property>
142       </widget>
143       </item>
144       <item row="1" column="3" >
145        <spacer>
146         <property name="orientation" >
147          <enum>Qt::Horizontal</enum>
148         </property>
149         <property name="sizeHint" stdset="0" >
150          <size>
151           <width>61</width>
152           <height>21</height>
153          </size>
154         </property>
155        </spacer>
156       </item>
157       <item row="1" column="2" >
158        <widget class="QLabel" name="TextLabel1" >
159         <property name="text" >
160          <string>minutes</string>
161         </property>
162        </widget>
163       </item>
164       <item row="1" column="1" >
165        <widget class="QSpinBox" name="autoSaveSB" >
166         <property name="minimum" >
167          <number>1</number>
168         </property>
169         <property name="maximum" >
170          <number>300</number>
171         </property>
172        </widget>
173       </item>
174       <item row="1" column="0" >
175        <widget class="QCheckBox" name="autoSaveCB" >
176         <property name="text" >
177          <string>&amp;Backup documents, every</string>
178         </property>
179        </widget>
180       </item>
181       <item row="3" column="0" colspan="4" >
182        <widget class="QCheckBox" name="openDocumentsInTabsCB" >
183         <property name="text" >
184          <string>&amp;Open documents in tabs</string>
185         </property>
186        </widget>
187       </item>
188       <item row="5" column="0" >
189        <widget class="QCheckBox" name="singleCloseTabButtonCB" >
190         <property name="toolTip" >
191          <string>Whether to place close button on each tab or only one in the top left.</string>
192         </property>
193         <property name="text" >
194          <string>&amp;Single close-tab button</string>
195         </property>
196        </widget>
197       </item>
198      </layout>
199     </widget>
200    </item>
201    <item row="6" column="0" colspan="3" >
202     <spacer>
203      <property name="orientation" >
204       <enum>Qt::Vertical</enum>
205      </property>
206      <property name="sizeHint" stdset="0" >
207       <size>
208        <width>395</width>
209        <height>16</height>
210       </size>
211      </property>
212     </spacer>
213    </item>
214    <item row="1" column="0" colspan="3" >
215     <widget class="QGroupBox" name="pixmapCacheGB_2" >
216      <property name="title" >
217       <string>Automatic help</string>
218      </property>
219      <property name="alignment" >
220       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
221      </property>
222      <property name="flat" >
223       <bool>true</bool>
224      </property>
225      <layout class="QGridLayout" >
226       <property name="margin" >
227        <number>9</number>
228       </property>
229       <property name="spacing" >
230        <number>4</number>
231       </property>
232       <item row="0" column="0" >
233        <widget class="QCheckBox" name="tooltipCB" >
234         <property name="toolTip" >
235          <string>Checking this allow the automatic display of helpful comments for insets in the main work area of an edited document</string>
236         </property>
237         <property name="text" >
238          <string>&amp;Enable tool tips in main work area</string>
239         </property>
240        </widget>
241       </item>
242      </layout>
243     </widget>
244    </item>
245    <item row="0" column="2" >
246     <widget class="QPushButton" name="uiFilePB" >
247      <property name="text" >
248       <string>Bro&amp;wse...</string>
249      </property>
250     </widget>
251    </item>
252    <item row="0" column="1" >
253     <widget class="QLineEdit" name="uiFileED" />
254    </item>
255    <item row="0" column="0" >
256     <widget class="QLabel" name="uiFileLA" >
257      <property name="text" >
258       <string>&amp;User interface file:</string>
259      </property>
260      <property name="buddy" >
261       <cstring>uiFileED</cstring>
262      </property>
263     </widget>
264    </item>
265   </layout>
266  </widget>
267  <layoutdefault spacing="4" margin="9" />
268  <tabstops>
269   <tabstop>uiFileED</tabstop>
270   <tabstop>uiFilePB</tabstop>
271   <tabstop>tooltipCB</tabstop>
272   <tabstop>restoreCursorCB</tabstop>
273   <tabstop>allowGeometrySessionCB</tabstop>
274   <tabstop>loadSessionCB</tabstop>
275   <tabstop>autoSaveCB</tabstop>
276   <tabstop>autoSaveSB</tabstop>
277   <tabstop>lastfilesSB</tabstop>
278   <tabstop>openDocumentsInTabsCB</tabstop>
279  </tabstops>
280  <includes>
281   <include location="local" >qt_i18n.h</include>
282  </includes>
283  <resources/>
284  <connections/>
285 </ui>