]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefDocHandlingUi.ui
Properly support the cite engines in the GUI
[lyx.git] / src / frontends / qt4 / ui / PrefDocHandlingUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PrefDocHandlingUi</class>
4  <widget class="QWidget" name="PrefDocHandlingUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>413</width>
10     <height>497</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
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_4">
23    <item row="0" column="0">
24     <widget class="QGroupBox" name="GeometryGB">
25      <property name="title">
26       <string>Session Handling</string>
27      </property>
28      <property name="flat">
29       <bool>true</bool>
30      </property>
31      <layout class="QGridLayout" name="gridLayout_3">
32       <item row="0" column="0">
33        <widget class="QCheckBox" name="allowGeometrySessionCB">
34         <property name="enabled">
35          <bool>true</bool>
36         </property>
37         <property name="text">
38          <string>Restore window layouts and &amp;geometries</string>
39         </property>
40        </widget>
41       </item>
42       <item row="1" column="0">
43        <widget class="QCheckBox" name="restoreCursorCB">
44         <property name="toolTip">
45          <string>Restore to the cursor position when the file was last closed</string>
46         </property>
47         <property name="text">
48          <string>Restore cursor &amp;positions</string>
49         </property>
50        </widget>
51       </item>
52       <item row="2" column="0">
53        <widget class="QCheckBox" name="loadSessionCB">
54         <property name="text">
55          <string>&amp;Load opened files from last session</string>
56         </property>
57        </widget>
58       </item>
59       <item row="3" column="0">
60        <widget class="QPushButton" name="clearSessionPB">
61         <property name="text">
62          <string>&amp;Clear all session information</string>
63         </property>
64        </widget>
65       </item>
66       <item row="3" column="1">
67        <spacer name="horizontalSpacer">
68         <property name="orientation">
69          <enum>Qt::Horizontal</enum>
70         </property>
71         <property name="sizeHint" stdset="0">
72          <size>
73           <width>225</width>
74           <height>20</height>
75          </size>
76         </property>
77        </spacer>
78       </item>
79      </layout>
80     </widget>
81    </item>
82    <item row="1" column="0">
83     <widget class="QGroupBox" name="documentsGB">
84      <property name="title">
85       <string>Backup &amp;&amp; Saving</string>
86      </property>
87      <property name="flat">
88       <bool>true</bool>
89      </property>
90      <layout class="QGridLayout" name="gridLayout_2">
91       <item row="0" column="0">
92        <widget class="QCheckBox" name="backupCB">
93         <property name="text">
94          <string>Backup &amp;original documents when saving</string>
95         </property>
96        </widget>
97       </item>
98       <item row="1" column="0">
99        <layout class="QHBoxLayout" name="horizontalLayout_2">
100         <item>
101          <widget class="QCheckBox" name="autoSaveCB">
102           <property name="text">
103            <string>&amp;Backup documents, every</string>
104           </property>
105          </widget>
106         </item>
107         <item>
108          <widget class="QSpinBox" name="autoSaveSB">
109           <property name="minimum">
110            <number>1</number>
111           </property>
112           <property name="maximum">
113            <number>300</number>
114           </property>
115          </widget>
116         </item>
117         <item>
118          <widget class="QLabel" name="TextLabel1">
119           <property name="text">
120            <string>&amp;minutes</string>
121           </property>
122           <property name="buddy">
123            <cstring>autoSaveSB</cstring>
124           </property>
125          </widget>
126         </item>
127         <item>
128          <spacer>
129           <property name="orientation">
130            <enum>Qt::Horizontal</enum>
131           </property>
132           <property name="sizeHint" stdset="0">
133            <size>
134             <width>61</width>
135             <height>21</height>
136            </size>
137           </property>
138          </spacer>
139         </item>
140        </layout>
141       </item>
142       <item row="2" column="0">
143        <widget class="QCheckBox" name="saveCompressedCB">
144         <property name="toolTip">
145          <string>If this is checked, new documents will be saved in a compressed binary-format by default. Existing documents will still be saved in their current state (compressed or uncompressed).</string>
146         </property>
147         <property name="text">
148          <string>&amp;Save new documents compressed by default</string>
149         </property>
150        </widget>
151       </item>
152       <item row="3" column="0">
153        <widget class="QCheckBox" name="saveOriginCB">
154         <property name="toolTip">
155          <string>If this is checked, the document directory path will be saved in the document. This allows moving the document elsewhere and still finding the included files.</string>
156         </property>
157         <property name="text">
158          <string>Save the &amp;document directory path</string>
159         </property>
160        </widget>
161       </item>
162      </layout>
163     </widget>
164    </item>
165    <item row="2" column="0">
166     <widget class="QGroupBox" name="tabsGB">
167      <property name="title">
168       <string>Windows &amp;&amp; Work Area</string>
169      </property>
170      <property name="flat">
171       <bool>true</bool>
172      </property>
173      <layout class="QGridLayout" name="gridLayout">
174       <item row="0" column="0">
175        <widget class="QCheckBox" name="openDocumentsInTabsCB">
176         <property name="text">
177          <string>Open documents in &amp;tabs</string>
178         </property>
179        </widget>
180       </item>
181       <item row="1" column="0">
182        <widget class="QCheckBox" name="singleInstanceCB">
183         <property name="toolTip">
184          <string>Whether to open documents in an already running instance of LyX. (Set the LyXServer pipe path and restart LyX to enable this feature)</string>
185         </property>
186         <property name="text">
187          <string>Use s&amp;ingle instance</string>
188         </property>
189        </widget>
190       </item>
191       <item row="2" column="0">
192        <widget class="QCheckBox" name="singleCloseTabButtonCB">
193         <property name="toolTip">
194          <string>Whether to place close button on each tab or only one in the top left.</string>
195         </property>
196         <property name="text">
197          <string>Displa&amp;y single close-tab button</string>
198         </property>
199        </widget>
200       </item>
201       <item row="3" column="0">
202        <layout class="QHBoxLayout" name="horizontalLayout">
203         <item>
204          <widget class="QLabel" name="label">
205           <property name="text">
206            <string>Closing last &amp;view:</string>
207           </property>
208           <property name="buddy">
209            <cstring>closeLastViewCO</cstring>
210           </property>
211          </widget>
212         </item>
213         <item>
214          <widget class="QComboBox" name="closeLastViewCO">
215           <item>
216            <property name="text">
217             <string>Closes document</string>
218            </property>
219           </item>
220           <item>
221            <property name="text">
222             <string>Hides document</string>
223            </property>
224           </item>
225           <item>
226            <property name="text">
227             <string>Ask the user</string>
228            </property>
229           </item>
230          </widget>
231         </item>
232         <item>
233          <spacer name="horizontalSpacer_2">
234           <property name="orientation">
235            <enum>Qt::Horizontal</enum>
236           </property>
237           <property name="sizeHint" stdset="0">
238            <size>
239             <width>40</width>
240             <height>20</height>
241            </size>
242           </property>
243          </spacer>
244         </item>
245        </layout>
246       </item>
247      </layout>
248     </widget>
249    </item>
250    <item row="3" column="0">
251     <spacer>
252      <property name="orientation">
253       <enum>Qt::Vertical</enum>
254      </property>
255      <property name="sizeHint" stdset="0">
256       <size>
257        <width>395</width>
258        <height>16</height>
259       </size>
260      </property>
261     </spacer>
262    </item>
263   </layout>
264  </widget>
265  <layoutdefault spacing="4" margin="9"/>
266  <tabstops>
267   <tabstop>restoreCursorCB</tabstop>
268   <tabstop>loadSessionCB</tabstop>
269   <tabstop>clearSessionPB</tabstop>
270   <tabstop>backupCB</tabstop>
271   <tabstop>autoSaveCB</tabstop>
272   <tabstop>autoSaveSB</tabstop>
273   <tabstop>saveCompressedCB</tabstop>
274   <tabstop>saveOriginCB</tabstop>
275  </tabstops>
276  <includes>
277   <include location="local">qt_i18n.h</include>
278  </includes>
279  <resources/>
280  <connections/>
281 </ui>