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