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