]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefEditUi.ui
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / ui / PrefEditUi.ui
1 <ui version="4.0" >
2  <class>PrefEditUi</class>
3  <widget class="QWidget" name="PrefEditUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>459</width>
9     <height>406</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="QVBoxLayout" >
24    <property name="margin" >
25     <number>9</number>
26    </property>
27    <property name="spacing" >
28     <number>6</number>
29    </property>
30    <item>
31     <widget class="QGroupBox" name="scrollGB" >
32      <property name="title" >
33       <string>Editing</string>
34      </property>
35      <property name="alignment" >
36       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
37      </property>
38      <property name="flat" >
39       <bool>true</bool>
40      </property>
41      <layout class="QVBoxLayout" >
42       <property name="margin" >
43        <number>9</number>
44       </property>
45       <property name="spacing" >
46        <number>6</number>
47       </property>
48       <item>
49        <widget class="QCheckBox" name="cursorFollowsCB" >
50         <property name="text" >
51          <string>Cursor &amp;follows scrollbar</string>
52         </property>
53        </widget>
54       </item>
55       <item>
56        <widget class="QCheckBox" name="scrollBelowCB" >
57         <property name="text" >
58          <string>Scroll &amp;below end of document</string>
59         </property>
60        </widget>
61       </item>
62       <item>
63        <widget class="QCheckBox" name="sortEnvironmentsCB" >
64         <property name="text" >
65          <string>Sort &amp;environments alphabetically</string>
66         </property>
67        </widget>
68       </item>
69       <item>
70        <widget class="QCheckBox" name="groupEnvironmentsCB" >
71         <property name="text" >
72          <string>&amp;Group environments by their category</string>
73         </property>
74        </widget>
75       </item>
76       <item>
77        <widget class="QComboBox" name="macroEditStyleCO" >
78         <item>
79          <property name="text" >
80           <string>Edit Math Macros inline with a box around</string>
81          </property>
82         </item>
83         <item>
84          <property name="text" >
85           <string>Edit Math Macros inline with the name in the status bar</string>
86          </property>
87         </item>
88         <item>
89          <property name="text" >
90           <string>Edit Math Macros with a parameter list (like in LyX &lt; 1.6)</string>
91          </property>
92         </item>
93        </widget>
94       </item>
95      </layout>
96     </widget>
97    </item>
98    <item>
99     <widget class="QGroupBox" name="fullscreenGB" >
100      <property name="title" >
101       <string>Fullscreen</string>
102      </property>
103      <property name="alignment" >
104       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
105      </property>
106      <property name="flat" >
107       <bool>true</bool>
108      </property>
109      <layout class="QGridLayout" >
110       <property name="margin" >
111        <number>9</number>
112       </property>
113       <property name="spacing" >
114        <number>6</number>
115       </property>
116       <item rowspan="3" row="0" column="2" >
117        <widget class="QGroupBox" name="fullscreenLimitGB" >
118         <property name="title" >
119          <string>&amp;Limit text width</string>
120         </property>
121         <property name="checkable" >
122          <bool>true</bool>
123         </property>
124         <layout class="QGridLayout" >
125          <property name="margin" >
126           <number>9</number>
127          </property>
128          <property name="spacing" >
129           <number>6</number>
130          </property>
131          <item row="0" column="1" >
132           <widget class="QSpinBox" name="fullscreenWidthSB" >
133            <property name="maximum" >
134             <number>10000</number>
135            </property>
136            <property name="minimum" >
137             <number>0</number>
138            </property>
139            <property name="singleStep" >
140             <number>10</number>
141            </property>
142            <property name="value" >
143             <number>700</number>
144            </property>
145           </widget>
146          </item>
147          <item row="0" column="0" >
148           <widget class="QLabel" name="label_2" >
149            <property name="text" >
150             <string>Screen used (&amp;pixels):</string>
151            </property>
152            <property name="buddy" >
153             <cstring>fullscreenWidthSB</cstring>
154            </property>
155           </widget>
156          </item>
157         </layout>
158        </widget>
159       </item>
160       <item row="1" column="1" >
161        <spacer>
162         <property name="orientation" >
163          <enum>Qt::Horizontal</enum>
164         </property>
165         <property name="sizeHint" >
166          <size>
167           <width>40</width>
168           <height>20</height>
169          </size>
170         </property>
171        </spacer>
172       </item>
173       <item row="3" column="0" >
174        <widget class="QCheckBox" name="toggleMenubarCB" >
175         <property name="text" >
176          <string>Hide &amp;menubar</string>
177         </property>
178        </widget>
179       </item>
180       <item row="2" column="0" >
181        <widget class="QCheckBox" name="toggleTabbarCB" >
182         <property name="text" >
183          <string>Hide &amp;tabbar</string>
184         </property>
185        </widget>
186       </item>
187       <item row="1" column="0" >
188        <widget class="QCheckBox" name="toggleScrollbarCB" >
189         <property name="text" >
190          <string>Hide scr&amp;ollbar</string>
191         </property>
192        </widget>
193       </item>
194       <item row="0" column="0" >
195        <widget class="QCheckBox" name="toggleToolbarsCB" >
196         <property name="sizePolicy" >
197          <sizepolicy>
198           <hsizetype>0</hsizetype>
199           <vsizetype>0</vsizetype>
200           <horstretch>0</horstretch>
201           <verstretch>0</verstretch>
202          </sizepolicy>
203         </property>
204         <property name="text" >
205          <string>&amp;Hide toolbars</string>
206         </property>
207        </widget>
208       </item>
209      </layout>
210     </widget>
211    </item>
212    <item>
213     <spacer>
214      <property name="orientation" >
215       <enum>Qt::Vertical</enum>
216      </property>
217      <property name="sizeHint" >
218       <size>
219        <width>395</width>
220        <height>16</height>
221       </size>
222      </property>
223     </spacer>
224    </item>
225   </layout>
226  </widget>
227  <layoutdefault spacing="4" margin="9" />
228  <tabstops>
229   <tabstop>cursorFollowsCB</tabstop>
230   <tabstop>scrollBelowCB</tabstop>
231   <tabstop>sortEnvironmentsCB</tabstop>
232   <tabstop>groupEnvironmentsCB</tabstop>
233   <tabstop>macroEditStyleCO</tabstop>
234  </tabstops>
235  <includes>
236   <include location="local" >qt_i18n.h</include>
237  </includes>
238  <resources/>
239  <connections/>
240 </ui>