]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefInputUi.ui
support for the document class option leqno
[lyx.git] / src / frontends / qt4 / ui / PrefInputUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PrefInputUi</class>
4  <widget class="QWidget" name="PrefInputUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>350</width>
10     <height>316</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QGroupBox" name="keyboardGB">
19      <property name="title">
20       <string>Keyboard</string>
21      </property>
22      <property name="alignment">
23       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
24      </property>
25      <property name="flat">
26       <bool>true</bool>
27      </property>
28      <layout class="QGridLayout" name="gridLayout">
29       <item row="0" column="0" colspan="2">
30        <widget class="QCheckBox" name="keymapCB">
31         <property name="text">
32          <string>Use &amp;keyboard map</string>
33         </property>
34         <property name="checked">
35          <bool>false</bool>
36         </property>
37        </widget>
38       </item>
39       <item row="1" column="0">
40        <widget class="QLabel" name="firstKeymapLA">
41         <property name="enabled">
42          <bool>false</bool>
43         </property>
44         <property name="text">
45          <string>&amp;Primary:</string>
46         </property>
47         <property name="buddy">
48          <cstring>firstKeymapED</cstring>
49         </property>
50        </widget>
51       </item>
52       <item row="1" column="1">
53        <widget class="QLineEdit" name="firstKeymapED">
54         <property name="enabled">
55          <bool>false</bool>
56         </property>
57        </widget>
58       </item>
59       <item row="1" column="2">
60        <widget class="QPushButton" name="firstKeymapPB">
61         <property name="enabled">
62          <bool>false</bool>
63         </property>
64         <property name="text">
65          <string>Br&amp;owse...</string>
66         </property>
67         <property name="autoDefault">
68          <bool>false</bool>
69         </property>
70        </widget>
71       </item>
72       <item row="1" column="3" rowspan="2">
73        <spacer name="horizontalSpacer">
74         <property name="orientation">
75          <enum>Qt::Horizontal</enum>
76         </property>
77         <property name="sizeHint" stdset="0">
78          <size>
79           <width>120</width>
80           <height>20</height>
81          </size>
82         </property>
83        </spacer>
84       </item>
85       <item row="2" column="0">
86        <widget class="QLabel" name="secondKeymapLA">
87         <property name="enabled">
88          <bool>false</bool>
89         </property>
90         <property name="text">
91          <string>S&amp;econdary:</string>
92         </property>
93         <property name="buddy">
94          <cstring>secondKeymapED</cstring>
95         </property>
96        </widget>
97       </item>
98       <item row="2" column="1">
99        <widget class="QLineEdit" name="secondKeymapED">
100         <property name="enabled">
101          <bool>false</bool>
102         </property>
103        </widget>
104       </item>
105       <item row="2" column="2">
106        <widget class="QPushButton" name="secondKeymapPB">
107         <property name="enabled">
108          <bool>false</bool>
109         </property>
110         <property name="text">
111          <string>&amp;Browse...</string>
112         </property>
113         <property name="autoDefault">
114          <bool>false</bool>
115         </property>
116        </widget>
117       </item>
118       <item row="3" column="0" colspan="3">
119        <widget class="QCheckBox" name="dontswapCB">
120         <property name="toolTip">
121          <string>Mac OS X specific setting for use with emacs bindings. Takes effect next time LyX is launched.</string>
122         </property>
123         <property name="text">
124          <string>Do not swap Apple and Control keys</string>
125         </property>
126         <property name="checked">
127          <bool>false</bool>
128         </property>
129        </widget>
130       </item>
131      </layout>
132     </widget>
133    </item>
134    <item>
135     <widget class="QGroupBox" name="mouseGB">
136      <property name="title">
137       <string>Mouse</string>
138      </property>
139      <property name="alignment">
140       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
141      </property>
142      <property name="flat">
143       <bool>true</bool>
144      </property>
145      <layout class="QGridLayout" name="gridLayout_2">
146       <item row="0" column="3">
147        <spacer>
148         <property name="orientation">
149          <enum>Qt::Horizontal</enum>
150         </property>
151         <property name="sizeHint" stdset="0">
152          <size>
153           <width>40</width>
154           <height>20</height>
155          </size>
156         </property>
157        </spacer>
158       </item>
159       <item row="0" column="1">
160        <widget class="QLabel" name="scrollingSpeedLA">
161         <property name="text">
162          <string>&amp;Wheel scrolling speed:</string>
163         </property>
164         <property name="buddy">
165          <cstring>mouseWheelSpeedSB</cstring>
166         </property>
167        </widget>
168       </item>
169       <item row="0" column="2">
170        <widget class="QDoubleSpinBox" name="mouseWheelSpeedSB">
171         <property name="toolTip">
172          <string>1.0 is the standard scrolling speed with the mouse wheel. Higher values will speed it up, low values slow it down.</string>
173         </property>
174         <property name="decimals">
175          <number>1</number>
176         </property>
177         <property name="minimum">
178          <double>0.100000000000000</double>
179         </property>
180         <property name="maximum">
181          <double>10.000000000000000</double>
182         </property>
183         <property name="singleStep">
184          <double>0.100000000000000</double>
185         </property>
186         <property name="value">
187          <double>1.100000000000000</double>
188         </property>
189        </widget>
190       </item>
191       <item row="1" column="1">
192        <widget class="QCheckBox" name="mmPasteCB">
193         <property name="toolTip">
194          <string>If this is checked, the middle mouse button will paste the recent selection</string>
195         </property>
196         <property name="text">
197          <string>&amp;Middle mouse button pasting</string>
198         </property>
199        </widget>
200       </item>
201      </layout>
202     </widget>
203    </item>
204    <item>
205     <widget class="QGroupBox" name="scrollzoomGB">
206      <property name="minimumSize">
207       <size>
208        <width>0</width>
209        <height>65</height>
210       </size>
211      </property>
212      <property name="title">
213       <string>Scroll Wheel Zoom</string>
214      </property>
215      <property name="alignment">
216       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
217      </property>
218      <property name="flat">
219       <bool>true</bool>
220      </property>
221      <widget class="QWidget" name="layoutWidget">
222       <property name="geometry">
223        <rect>
224         <x>10</x>
225         <y>30</y>
226         <width>304</width>
227         <height>29</height>
228        </rect>
229       </property>
230       <layout class="QHBoxLayout" name="horizontalLayout_2">
231        <property name="spacing">
232         <number>5</number>
233        </property>
234        <property name="sizeConstraint">
235         <enum>QLayout::SetNoConstraint</enum>
236        </property>
237        <item>
238         <widget class="QCheckBox" name="scrollzoomEnableCB">
239          <property name="minimumSize">
240           <size>
241            <width>150</width>
242            <height>0</height>
243           </size>
244          </property>
245          <property name="text">
246           <string>Enable</string>
247          </property>
248         </widget>
249        </item>
250        <item>
251         <widget class="QComboBox" name="scrollzoomValueCO">
252          <property name="enabled">
253           <bool>false</bool>
254          </property>
255          <property name="editable">
256           <bool>false</bool>
257          </property>
258          <item>
259           <property name="text">
260            <string>Ctrl</string>
261           </property>
262          </item>
263          <item>
264           <property name="text">
265            <string>Shift</string>
266           </property>
267          </item>
268          <item>
269           <property name="text">
270            <string>Alt</string>
271           </property>
272          </item>
273         </widget>
274        </item>
275       </layout>
276      </widget>
277     </widget>
278    </item>
279    <item>
280     <spacer>
281      <property name="orientation">
282       <enum>Qt::Vertical</enum>
283      </property>
284      <property name="sizeType">
285       <enum>QSizePolicy::Expanding</enum>
286      </property>
287      <property name="sizeHint" stdset="0">
288       <size>
289        <width>0</width>
290        <height>16</height>
291       </size>
292      </property>
293     </spacer>
294    </item>
295   </layout>
296  </widget>
297  <tabstops>
298   <tabstop>keymapCB</tabstop>
299   <tabstop>firstKeymapED</tabstop>
300   <tabstop>firstKeymapPB</tabstop>
301   <tabstop>secondKeymapED</tabstop>
302   <tabstop>secondKeymapPB</tabstop>
303   <tabstop>mouseWheelSpeedSB</tabstop>
304  </tabstops>
305  <includes>
306   <include location="local">qt_i18n.h</include>
307  </includes>
308  <resources/>
309  <connections/>
310 </ui>