]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/PrefUi.ui
Small modifications
[lyx.git] / src / frontends / qt / 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>556</width>
10     <height>502</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="groupBox">
25      <property name="title">
26       <string>General Look &amp;&amp; Feel</string>
27      </property>
28      <property name="flat">
29       <bool>true</bool>
30      </property>
31      <layout class="QGridLayout" name="gridLayout_3">
32       <item row="1" column="0">
33        <layout class="QHBoxLayout" name="horizontalLayout_4">
34         <item>
35          <widget class="QCheckBox" name="useSystemThemeIconsCB">
36           <property name="text">
37            <string>Use icons from system's &amp;theme</string>
38           </property>
39          </widget>
40         </item>
41        </layout>
42       </item>
43       <item row="0" column="0">
44        <layout class="QGridLayout" name="gridLayout" columnstretch="0,1,0">
45         <item row="1" column="2">
46          <layout class="QHBoxLayout" name="horizontalLayout"/>
47         </item>
48         <item row="0" column="2">
49          <widget class="QPushButton" name="uiFilePB">
50           <property name="text">
51            <string>Bro&amp;wse...</string>
52           </property>
53          </widget>
54         </item>
55         <item row="1" column="1">
56          <widget class="QComboBox" name="iconSetCO">
57           <property name="toolTip">
58            <string>The icon set to use. Warning: normal size of icons may be wrong until you save the preferences and restart LyX.</string>
59           </property>
60          </widget>
61         </item>
62         <item row="1" column="0">
63          <widget class="QLabel" name="iconSetLA">
64           <property name="text">
65            <string>&amp;Icon set:</string>
66           </property>
67           <property name="buddy">
68            <cstring>iconSetCO</cstring>
69           </property>
70          </widget>
71         </item>
72         <item row="0" column="0">
73          <widget class="QLabel" name="uiFileLA">
74           <property name="text">
75            <string>&amp;User interface file:</string>
76           </property>
77           <property name="buddy">
78            <cstring>uiFileED</cstring>
79           </property>
80          </widget>
81         </item>
82         <item row="0" column="1">
83          <widget class="QLineEdit" name="uiFileED"/>
84         </item>
85         <item row="2" column="0">
86          <widget class="QLabel" name="uiStyleLA">
87           <property name="text">
88            <string>User interface &amp;style:</string>
89           </property>
90           <property name="buddy">
91            <cstring>uiStyleCO</cstring>
92           </property>
93          </widget>
94         </item>
95         <item row="2" column="1">
96          <widget class="QComboBox" name="uiStyleCO">
97           <property name="toolTip">
98            <string>You can set a custom style here. Note that only certain styles may support dark mode, e.g. fusion on Windows.</string>
99           </property>
100          </widget>
101         </item>
102         <item row="2" column="2">
103          <layout class="QHBoxLayout" name="horizontalLayout_2"/>
104         </item>
105        </layout>
106       </item>
107       <item row="0" column="1">
108        <spacer name="horizontalSpacer">
109         <property name="orientation">
110          <enum>Qt::Horizontal</enum>
111         </property>
112         <property name="sizeHint" stdset="0">
113          <size>
114           <width>40</width>
115           <height>20</height>
116          </size>
117         </property>
118        </spacer>
119       </item>
120      </layout>
121     </widget>
122    </item>
123    <item row="1" column="0">
124     <widget class="QGroupBox" name="pixmapCacheGB_2">
125      <property name="title">
126       <string>Context Help</string>
127      </property>
128      <property name="alignment">
129       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
130      </property>
131      <property name="flat">
132       <bool>true</bool>
133      </property>
134      <layout class="QGridLayout">
135       <property name="leftMargin">
136        <number>9</number>
137       </property>
138       <property name="topMargin">
139        <number>9</number>
140       </property>
141       <property name="rightMargin">
142        <number>9</number>
143       </property>
144       <property name="bottomMargin">
145        <number>9</number>
146       </property>
147       <property name="spacing">
148        <number>4</number>
149       </property>
150       <item row="0" column="0">
151        <widget class="QCheckBox" name="tooltipCB">
152         <property name="toolTip">
153          <string>Checking this allows the automatic display of helpful comments for insets in the main work area of an edited document</string>
154         </property>
155         <property name="text">
156          <string>&amp;Enable tool tips in main work area</string>
157         </property>
158        </widget>
159       </item>
160      </layout>
161     </widget>
162    </item>
163    <item row="2" column="0">
164     <widget class="QGroupBox" name="documentsGB">
165      <property name="title">
166       <string>Menus</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">
173        <layout class="QHBoxLayout" name="horizontalLayout_3">
174         <item>
175          <widget class="QLabel" name="lastfilesLA">
176           <property name="text">
177            <string>&amp;Maximum last files:</string>
178           </property>
179           <property name="buddy">
180            <cstring>lastfilesSB</cstring>
181           </property>
182          </widget>
183         </item>
184         <item>
185          <widget class="QSpinBox" name="lastfilesSB">
186           <property name="maximum">
187            <number>9</number>
188           </property>
189          </widget>
190         </item>
191         <item>
192          <spacer>
193           <property name="orientation">
194            <enum>Qt::Horizontal</enum>
195           </property>
196           <property name="sizeHint" stdset="0">
197            <size>
198             <width>48</width>
199             <height>20</height>
200            </size>
201           </property>
202          </spacer>
203         </item>
204        </layout>
205       </item>
206      </layout>
207     </widget>
208    </item>
209    <item row="3" column="0">
210     <widget class="QGroupBox" name="fullscreenGB">
211      <property name="title">
212       <string>Fullscreen</string>
213      </property>
214      <property name="alignment">
215       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
216      </property>
217      <property name="flat">
218       <bool>true</bool>
219      </property>
220      <layout class="QGridLayout" name="gridLayout_5">
221       <item row="0" column="2">
222        <widget class="QCheckBox" name="toggleMenubarCB">
223         <property name="text">
224          <string>Hide &amp;menubar</string>
225         </property>
226        </widget>
227       </item>
228       <item row="0" column="4">
229        <widget class="QCheckBox" name="toggleScrollbarCB">
230         <property name="text">
231          <string>Hide scr&amp;ollbar</string>
232         </property>
233        </widget>
234       </item>
235       <item row="0" column="1">
236        <spacer name="horizontalSpacer_5">
237         <property name="orientation">
238          <enum>Qt::Horizontal</enum>
239         </property>
240         <property name="sizeType">
241          <enum>QSizePolicy::Fixed</enum>
242         </property>
243         <property name="sizeHint" stdset="0">
244          <size>
245           <width>10</width>
246           <height>20</height>
247          </size>
248         </property>
249        </spacer>
250       </item>
251       <item row="1" column="0">
252        <widget class="QCheckBox" name="toggleStatusbarCB">
253         <property name="text">
254          <string>Hide sta&amp;tusbar</string>
255         </property>
256        </widget>
257       </item>
258       <item row="1" column="2">
259        <widget class="QCheckBox" name="toggleTabbarCB">
260         <property name="text">
261          <string>H&amp;ide tabbar</string>
262         </property>
263        </widget>
264       </item>
265       <item row="0" column="5" rowspan="2">
266        <spacer name="horizontalSpacer_4">
267         <property name="orientation">
268          <enum>Qt::Horizontal</enum>
269         </property>
270         <property name="sizeHint" stdset="0">
271          <size>
272           <width>146</width>
273           <height>38</height>
274          </size>
275         </property>
276        </spacer>
277       </item>
278       <item row="1" column="1">
279        <spacer name="horizontalSpacer_6">
280         <property name="orientation">
281          <enum>Qt::Horizontal</enum>
282         </property>
283         <property name="sizeType">
284          <enum>QSizePolicy::Fixed</enum>
285         </property>
286         <property name="sizeHint" stdset="0">
287          <size>
288           <width>10</width>
289           <height>20</height>
290          </size>
291         </property>
292        </spacer>
293       </item>
294       <item row="0" column="0">
295        <widget class="QCheckBox" name="toggleToolbarsCB">
296         <property name="sizePolicy">
297          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
298           <horstretch>0</horstretch>
299           <verstretch>0</verstretch>
300          </sizepolicy>
301         </property>
302         <property name="text">
303          <string>&amp;Hide toolbars</string>
304         </property>
305        </widget>
306       </item>
307       <item row="0" column="3">
308        <spacer name="horizontalSpacer_7">
309         <property name="orientation">
310          <enum>Qt::Horizontal</enum>
311         </property>
312         <property name="sizeType">
313          <enum>QSizePolicy::Fixed</enum>
314         </property>
315         <property name="sizeHint" stdset="0">
316          <size>
317           <width>10</width>
318           <height>20</height>
319          </size>
320         </property>
321        </spacer>
322       </item>
323      </layout>
324     </widget>
325    </item>
326    <item row="4" column="0">
327     <spacer>
328      <property name="orientation">
329       <enum>Qt::Vertical</enum>
330      </property>
331      <property name="sizeHint" stdset="0">
332       <size>
333        <width>395</width>
334        <height>16</height>
335       </size>
336      </property>
337     </spacer>
338    </item>
339   </layout>
340  </widget>
341  <layoutdefault spacing="4" margin="9"/>
342  <tabstops>
343   <tabstop>uiFileED</tabstop>
344   <tabstop>uiFilePB</tabstop>
345   <tabstop>iconSetCO</tabstop>
346   <tabstop>useSystemThemeIconsCB</tabstop>
347   <tabstop>tooltipCB</tabstop>
348  </tabstops>
349  <includes>
350   <include location="local">qt_i18n.h</include>
351  </includes>
352  <resources/>
353  <connections/>
354 </ui>