]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefEditUi.ui
Add accelerator
[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>385</width>
9     <height>435</height>
10    </rect>
11   </property>
12   <property name="sizePolicy">
13    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
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="QHBoxLayout" name="horizontalLayout">
43         <item>
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>
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="1" column="1" colspan="2">
75        <spacer name="horizontalSpacer_3">
76         <property name="orientation">
77          <enum>Qt::Horizontal</enum>
78         </property>
79         <property name="sizeHint" stdset="0">
80          <size>
81           <width>200</width>
82           <height>20</height>
83          </size>
84         </property>
85        </spacer>
86       </item>
87       <item row="2" column="0" colspan="2">
88        <widget class="QCheckBox" name="scrollBelowCB">
89         <property name="text">
90          <string>Scroll &amp;below end of document</string>
91         </property>
92        </widget>
93       </item>
94       <item row="3" column="0" colspan="2">
95        <widget class="QCheckBox" name="macLikeCursorMovementCB">
96         <property name="toolTip">
97          <string>Skip trailing non-word characters</string>
98         </property>
99         <property name="text">
100          <string>Use M&amp;ac-style cursor movement</string>
101         </property>
102        </widget>
103       </item>
104       <item row="4" column="0" colspan="2">
105        <widget class="QCheckBox" name="sortEnvironmentsCB">
106         <property name="text">
107          <string>Sort &amp;environments alphabetically</string>
108         </property>
109        </widget>
110       </item>
111       <item row="5" column="0" colspan="2">
112        <widget class="QCheckBox" name="groupEnvironmentsCB">
113         <property name="text">
114          <string>&amp;Group environments by their category</string>
115         </property>
116        </widget>
117       </item>
118       <item row="6" column="0" colspan="2">
119        <widget class="QComboBox" name="macroEditStyleCO">
120         <item>
121          <property name="text">
122           <string>Edit Math Macros inline with a box around</string>
123          </property>
124         </item>
125         <item>
126          <property name="text">
127           <string>Edit Math Macros inline with the name in the status bar</string>
128          </property>
129         </item>
130         <item>
131          <property name="text">
132           <string>Edit Math Macros with a parameter list (like in LyX &lt; 1.6)</string>
133          </property>
134         </item>
135        </widget>
136       </item>
137       <item row="6" column="2">
138        <spacer name="horizontalSpacer">
139         <property name="orientation">
140          <enum>Qt::Horizontal</enum>
141         </property>
142         <property name="sizeHint" stdset="0">
143          <size>
144           <width>40</width>
145           <height>20</height>
146          </size>
147         </property>
148        </spacer>
149       </item>
150      </layout>
151     </widget>
152    </item>
153    <item>
154     <widget class="QGroupBox" name="fullscreenGB">
155      <property name="title">
156       <string>Fullscreen</string>
157      </property>
158      <property name="alignment">
159       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
160      </property>
161      <property name="flat">
162       <bool>true</bool>
163      </property>
164      <layout class="QGridLayout" name="gridLayout_2">
165       <item row="0" column="0">
166        <widget class="QCheckBox" name="toggleToolbarsCB">
167         <property name="sizePolicy">
168          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
169           <horstretch>0</horstretch>
170           <verstretch>0</verstretch>
171          </sizepolicy>
172         </property>
173         <property name="text">
174          <string>&amp;Hide toolbars</string>
175         </property>
176        </widget>
177       </item>
178       <item row="1" column="0">
179        <widget class="QCheckBox" name="toggleScrollbarCB">
180         <property name="text">
181          <string>Hide scr&amp;ollbar</string>
182         </property>
183        </widget>
184       </item>
185       <item row="2" column="0">
186        <widget class="QCheckBox" name="toggleTabbarCB">
187         <property name="text">
188          <string>Hide &amp;tabbar</string>
189         </property>
190        </widget>
191       </item>
192       <item row="3" column="0">
193        <widget class="QCheckBox" name="toggleMenubarCB">
194         <property name="text">
195          <string>Hide &amp;menubar</string>
196         </property>
197        </widget>
198       </item>
199       <item row="4" column="0">
200        <widget class="QCheckBox" name="toggleStatusbarCB">
201         <property name="text">
202          <string>Hide sta&amp;tusbar</string>
203         </property>
204        </widget>
205       </item>
206       <item row="5" column="0">
207        <widget class="QGroupBox" name="fullscreenLimitGB">
208         <property name="title">
209          <string>&amp;Limit text width</string>
210         </property>
211         <property name="flat">
212          <bool>true</bool>
213         </property>
214         <property name="checkable">
215          <bool>true</bool>
216         </property>
217         <layout class="QGridLayout" name="gridLayout_3">
218          <item row="0" column="0">
219           <widget class="QLabel" name="label_2">
220            <property name="text">
221             <string>Screen used (&amp;pixels):</string>
222            </property>
223            <property name="buddy">
224             <cstring>fullscreenWidthSB</cstring>
225            </property>
226           </widget>
227          </item>
228          <item row="0" column="1">
229           <widget class="QSpinBox" name="fullscreenWidthSB">
230            <property name="minimum">
231             <number>0</number>
232            </property>
233            <property name="maximum">
234             <number>10000</number>
235            </property>
236            <property name="singleStep">
237             <number>10</number>
238            </property>
239            <property name="value">
240             <number>700</number>
241            </property>
242           </widget>
243          </item>
244         </layout>
245        </widget>
246       </item>
247       <item row="4" column="1">
248        <spacer name="horizontalSpacer_2">
249         <property name="orientation">
250          <enum>Qt::Horizontal</enum>
251         </property>
252         <property name="sizeHint" stdset="0">
253          <size>
254           <width>157</width>
255           <height>20</height>
256          </size>
257         </property>
258        </spacer>
259       </item>
260      </layout>
261     </widget>
262    </item>
263    <item>
264     <spacer>
265      <property name="orientation">
266       <enum>Qt::Vertical</enum>
267      </property>
268      <property name="sizeHint" stdset="0">
269       <size>
270        <width>0</width>
271        <height>0</height>
272       </size>
273      </property>
274     </spacer>
275    </item>
276   </layout>
277  </widget>
278  <layoutdefault spacing="4" margin="9"/>
279  <tabstops>
280   <tabstop>cursorFollowsCB</tabstop>
281   <tabstop>cursorWidthSB</tabstop>
282   <tabstop>scrollBelowCB</tabstop>
283   <tabstop>macLikeCursorMovementCB</tabstop>
284   <tabstop>sortEnvironmentsCB</tabstop>
285   <tabstop>groupEnvironmentsCB</tabstop>
286   <tabstop>macroEditStyleCO</tabstop>
287  </tabstops>
288  <includes>
289   <include location="local">qt_i18n.h</include>
290  </includes>
291  <resources/>
292  <connections/>
293 </ui>