1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>NavigationConfigWidget</class>
4 <widget class="QWidget" name="NavigationConfigWidget">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>399</width>
10    <height>280</height>
11   </rect>
12  </property>
13  <layout class="QVBoxLayout">
14   <property name="leftMargin">
15    <number>0</number>
16   </property>
17   <property name="topMargin">
18    <number>0</number>
19   </property>
20   <property name="rightMargin">
21    <number>0</number>
22   </property>
23   <property name="bottomMargin">
24    <number>0</number>
25   </property>
26   <item>
27    <widget class="QGroupBox" name="gbCursorMovement">
28     <property name="title">
29      <string>Text Cursor Movement</string>
30     </property>
31     <layout class="QVBoxLayout">
32      <item>
33       <widget class="QCheckBox" name="chkSmartHome">
34        <property name="whatsThis">
35         <string>When selected, pressing the home key will cause the cursor to skip whitespace and go to the start of a line's text. The same applies for the end key.</string>
36        </property>
37        <property name="text">
38         <string>Smart ho&amp;me and smart end</string>
39        </property>
40       </widget>
41      </item>
42      <item>
43       <widget class="QCheckBox" name="chkPagingMovesCursor">
44        <property name="whatsThis">
45         <string>Selects whether the PageUp and PageDown keys should alter the vertical position of the cursor relative to the top of the view.</string>
46        </property>
47        <property name="text">
48         <string>&amp;PageUp/PageDown moves cursor</string>
49        </property>
50       </widget>
51      </item>
52      <item>
53       <widget class="QCheckBox" name="chkCamelCursor">
54        <property name="whatsThis">
55         <string>Selects whether cursor jumps full words or breaks at camel case humps.</string>
56        </property>
57        <property name="text">
58         <string>Enable camel case cursor movement</string>
59        </property>
60       </widget>
61      </item>
62      <item>
63       <layout class="QHBoxLayout">
64        <property name="leftMargin">
65         <number>0</number>
66        </property>
67        <property name="topMargin">
68         <number>0</number>
69        </property>
70        <property name="rightMargin">
71         <number>0</number>
72        </property>
73        <property name="bottomMargin">
74         <number>0</number>
75        </property>
76        <item>
77         <widget class="QLabel" name="lblAutoCenterCursor">
78          <property name="text">
79           <string>&amp;Autocenter cursor:</string>
80          </property>
81          <property name="buddy">
82           <cstring>sbAutoCenterCursor</cstring>
83          </property>
84         </widget>
85        </item>
86        <item>
87         <widget class="QSpinBox" name="sbAutoCenterCursor">
88          <property name="whatsThis">
89           <string>Sets the number of lines to maintain visible above and below the cursor when possible.</string>
90          </property>
91          <property name="specialValueText">
92           <string>Disabled</string>
93          </property>
94          <property name="suffix">
95           <string> lines</string>
96          </property>
97         </widget>
98        </item>
99        <item>
100         <spacer>
101          <property name="orientation">
102           <enum>Qt::Horizontal</enum>
103          </property>
104          <property name="sizeHint" stdset="0">
105           <size>
106            <width>1</width>
107            <height>0</height>
108           </size>
109          </property>
110         </spacer>
111        </item>
112       </layout>
113      </item>
114     </layout>
115    </widget>
116   </item>
117   <item>
118    <widget class="QGroupBox" name="cbNavigationMisc">
119     <property name="title">
120      <string>Misc</string>
121     </property>
122     <layout class="QVBoxLayout">
123      <item>
124       <layout class="QHBoxLayout" name="horizontalLayout">
125        <item>
126         <widget class="QLabel" name="lblTextSelectionMode">
127          <property name="text">
128           <string>Text selection mode:</string>
129          </property>
130          <property name="buddy">
131           <cstring>cbTextSelectionMode</cstring>
132          </property>
133         </widget>
134        </item>
135        <item>
136         <widget class="QComboBox" name="cbTextSelectionMode">
137          <item>
138           <property name="text">
139            <string>Normal</string>
140           </property>
141          </item>
142          <item>
143           <property name="text">
144            <string>Persistent</string>
145           </property>
146          </item>
147         </widget>
148        </item>
149        <item>
150         <spacer name="horizontalSpacer">
151          <property name="orientation">
152           <enum>Qt::Horizontal</enum>
153          </property>
154          <property name="sizeHint" stdset="0">
155           <size>
156            <width>40</width>
157            <height>20</height>
158           </size>
159          </property>
160         </spacer>
161        </item>
162       </layout>
163      </item>
164      <item>
165       <widget class="QCheckBox" name="chkScrollPastEnd">
166        <property name="text">
167         <string>Allow scrolling past the end of the document</string>
168        </property>
169       </widget>
170      </item>
171      <item>
172       <widget class="QCheckBox" name="chkBackspaceRemoveComposed">
173        <property name="whatsThis">
174         <string>When selected, composed characters are removed with their diacritics instead of only removing the base character. This is useful for Indic locales.</string>
175        </property>
176        <property name="text">
177         <string>Backspace key removes character’s base with its diacritics</string>
178        </property>
179       </widget>
180      </item>
181     </layout>
182    </widget>
183   </item>
184   <item>
185    <spacer>
186     <property name="orientation">
187      <enum>Qt::Vertical</enum>
188     </property>
189     <property name="sizeHint" stdset="0">
190      <size>
191       <width>0</width>
192       <height>1</height>
193      </size>
194     </property>
195    </spacer>
196   </item>
197  </layout>
198 </widget>
199 <resources/>
200 <connections/>
201</ui>
202