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