]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefEditUi.ui
Fix the tab ordering of GuiDocument components.
[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>384</width>
9     <height>435</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="windowTitle" >
19    <string/>
20   </property>
21   <layout class="QVBoxLayout" name="verticalLayout" >
22    <item>
23     <widget class="QGroupBox" name="scrollGB" >
24      <property name="title" >
25       <string>Editing</string>
26      </property>
27      <property name="alignment" >
28       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
29      </property>
30      <property name="flat" >
31       <bool>true</bool>
32      </property>
33      <layout class="QGridLayout" name="gridLayout" >
34       <item row="0" column="0" >
35        <widget class="QCheckBox" name="cursorFollowsCB" >
36         <property name="text" >
37          <string>Cursor &amp;follows scrollbar</string>
38         </property>
39        </widget>
40       </item>
41       <item row="1" column="0" >
42        <layout class="QGridLayout" name="gridLayout_4" >
43         <item row="0" column="0" >
44          <widget class="QLabel" name="label_3" >
45           <property name="toolTip" >
46            <string>Configure the width of the text cursor. Automatic zoom-controlled cursor width used when set to 0.</string>
47           </property>
48           <property name="text" >
49            <string>Cursor width (&amp;pixels):</string>
50           </property>
51           <property name="buddy" >
52            <cstring>cursorWidthSB</cstring>
53           </property>
54          </widget>
55         </item>
56         <item row="0" column="1" >
57          <widget class="QSpinBox" name="cursorWidthSB" >
58           <property name="minimum" >
59            <number>0</number>
60           </property>
61           <property name="maximum" >
62            <number>10</number>
63           </property>
64           <property name="singleStep" >
65            <number>1</number>
66           </property>
67           <property name="value" >
68            <number>1</number>
69           </property>
70          </widget>
71         </item>
72        </layout>
73       </item>
74       <item row="2" column="0" >
75        <widget class="QCheckBox" name="scrollBelowCB" >
76         <property name="text" >
77          <string>Scroll &amp;below end of document</string>
78         </property>
79        </widget>
80       </item>
81       <item row="4" column="0" >
82        <widget class="QCheckBox" name="sortEnvironmentsCB" >
83         <property name="text" >
84          <string>Sort &amp;environments alphabetically</string>
85         </property>
86        </widget>
87       </item>
88       <item row="5" column="0" >
89        <widget class="QCheckBox" name="groupEnvironmentsCB" >
90         <property name="text" >
91          <string>&amp;Group environments by their category</string>
92         </property>
93        </widget>
94       </item>
95       <item row="6" column="0" >
96        <widget class="QComboBox" name="macroEditStyleCO" >
97         <item>
98          <property name="text" >
99           <string>Edit Math Macros inline with a box around</string>
100          </property>
101         </item>
102         <item>
103          <property name="text" >
104           <string>Edit Math Macros inline with the name in the status bar</string>
105          </property>
106         </item>
107         <item>
108          <property name="text" >
109           <string>Edit Math Macros with a parameter list (like in LyX &lt; 1.6)</string>
110          </property>
111         </item>
112        </widget>
113       </item>
114       <item row="6" column="1" >
115        <spacer name="horizontalSpacer" >
116         <property name="orientation" >
117          <enum>Qt::Horizontal</enum>
118         </property>
119         <property name="sizeHint" stdset="0" >
120          <size>
121           <width>40</width>
122           <height>20</height>
123          </size>
124         </property>
125        </spacer>
126       </item>
127       <item row="3" column="0" >
128        <widget class="QCheckBox" name="macLikeWordMovementCB" >
129         <property name="toolTip" >
130          <string>Skip trailing non-word characters</string>
131         </property>
132         <property name="text" >
133          <string>Use Mac-style for cursor moving between &amp;words</string>
134         </property>
135        </widget>
136       </item>
137      </layout>
138     </widget>
139    </item>
140    <item>
141     <widget class="QGroupBox" name="fullscreenGB" >
142      <property name="title" >
143       <string>Fullscreen</string>
144      </property>
145      <property name="alignment" >
146       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
147      </property>
148      <property name="flat" >
149       <bool>true</bool>
150      </property>
151      <layout class="QGridLayout" name="gridLayout_2" >
152       <item row="0" column="0" >
153        <widget class="QCheckBox" name="toggleToolbarsCB" >
154         <property name="sizePolicy" >
155          <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
156           <horstretch>0</horstretch>
157           <verstretch>0</verstretch>
158          </sizepolicy>
159         </property>
160         <property name="text" >
161          <string>&amp;Hide toolbars</string>
162         </property>
163        </widget>
164       </item>
165       <item row="1" column="0" >
166        <widget class="QCheckBox" name="toggleScrollbarCB" >
167         <property name="text" >
168          <string>Hide scr&amp;ollbar</string>
169         </property>
170        </widget>
171       </item>
172       <item row="2" column="0" >
173        <widget class="QCheckBox" name="toggleTabbarCB" >
174         <property name="text" >
175          <string>Hide &amp;tabbar</string>
176         </property>
177        </widget>
178       </item>
179       <item row="3" column="0" >
180        <widget class="QCheckBox" name="toggleMenubarCB" >
181         <property name="text" >
182          <string>Hide &amp;menubar</string>
183         </property>
184        </widget>
185       </item>
186       <item row="4" column="0" >
187        <widget class="QGroupBox" name="fullscreenLimitGB" >
188         <property name="title" >
189          <string>&amp;Limit text width</string>
190         </property>
191         <property name="flat" >
192          <bool>true</bool>
193         </property>
194         <property name="checkable" >
195          <bool>true</bool>
196         </property>
197         <layout class="QGridLayout" name="gridLayout_3" >
198          <item row="0" column="0" >
199           <widget class="QLabel" name="label_2" >
200            <property name="text" >
201             <string>Screen used (&amp;pixels):</string>
202            </property>
203            <property name="buddy" >
204             <cstring>fullscreenWidthSB</cstring>
205            </property>
206           </widget>
207          </item>
208          <item row="0" column="1" >
209           <widget class="QSpinBox" name="fullscreenWidthSB" >
210            <property name="minimum" >
211             <number>0</number>
212            </property>
213            <property name="maximum" >
214             <number>10000</number>
215            </property>
216            <property name="singleStep" >
217             <number>10</number>
218            </property>
219            <property name="value" >
220             <number>700</number>
221            </property>
222           </widget>
223          </item>
224         </layout>
225        </widget>
226       </item>
227       <item row="4" column="1" >
228        <spacer name="horizontalSpacer_2" >
229         <property name="orientation" >
230          <enum>Qt::Horizontal</enum>
231         </property>
232         <property name="sizeHint" stdset="0" >
233          <size>
234           <width>157</width>
235           <height>20</height>
236          </size>
237         </property>
238        </spacer>
239       </item>
240      </layout>
241     </widget>
242    </item>
243    <item>
244     <spacer>
245      <property name="orientation" >
246       <enum>Qt::Vertical</enum>
247      </property>
248      <property name="sizeHint" stdset="0" >
249       <size>
250        <width>0</width>
251        <height>0</height>
252       </size>
253      </property>
254     </spacer>
255    </item>
256   </layout>
257  </widget>
258  <layoutdefault spacing="4" margin="9" />
259  <tabstops>
260   <tabstop>cursorFollowsCB</tabstop>
261   <tabstop>cursorWidthSB</tabstop>
262   <tabstop>scrollBelowCB</tabstop>
263   <tabstop>macLikeWordMovementCB</tabstop>
264   <tabstop>sortEnvironmentsCB</tabstop>
265   <tabstop>groupEnvironmentsCB</tabstop>
266   <tabstop>macroEditStyleCO</tabstop>
267  </tabstops>
268  <includes>
269   <include location="local" >qt_i18n.h</include>
270  </includes>
271  <resources/>
272  <connections/>
273 </ui>