make some efforts to reset the widget flags and uninstall the special event filter
[kdelibs.git] / kate / dialogs / cursorconfigwidget.ui
blob5064c0bfb859737588723a83f18b4b84ebb7a3c1
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>CursorConfigWidget</class>
6  <widget class="QWidget" name="CursorConfigWidget" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>381</width>
12     <height>260</height>
13    </rect>
14   </property>
15   <layout class="QVBoxLayout" >
16    <property name="margin" >
17     <number>0</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item>
23     <widget class="QGroupBox" name="gbCursorMovement" >
24      <property name="title" >
25       <string>Text Cursor Movement</string>
26      </property>
27      <layout class="QVBoxLayout" >
28       <property name="margin" >
29        <number>9</number>
30       </property>
31       <property name="spacing" >
32        <number>6</number>
33       </property>
34       <item>
35        <widget class="QCheckBox" name="chkSmartHome" >
36         <property name="whatsThis" >
37          <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>
38         </property>
39         <property name="text" >
40          <string>Smart ho&amp;me and smart end</string>
41         </property>
42        </widget>
43       </item>
44       <item>
45        <widget class="QCheckBox" name="chkWrapCursor" >
46         <property name="whatsThis" >
47          <string>&lt;p>When on, moving the insertion cursor using the &lt;b>Left&lt;/b> and &lt;b>Right&lt;/b> keys will go on to previous/next line at beginning/end of the line, similar to most editors.&lt;/p>&lt;p>When off, the insertion cursor cannot be moved left of the line start, but it can be moved off the line end, which can be very handy for programmers.&lt;/p></string>
48         </property>
49         <property name="text" >
50          <string>Wrap c&amp;ursor</string>
51         </property>
52        </widget>
53       </item>
54       <item>
55        <widget class="QCheckBox" name="chkPagingMovesCursor" >
56         <property name="whatsThis" >
57          <string>Selects whether the PageUp and PageDown keys should alter the vertical position of the cursor relative to the top of the view.</string>
58         </property>
59         <property name="text" >
60          <string>&amp;PageUp/PageDown moves cursor</string>
61         </property>
62        </widget>
63       </item>
64       <item>
65        <layout class="QHBoxLayout" >
66         <property name="margin" >
67          <number>0</number>
68         </property>
69         <property name="spacing" >
70          <number>6</number>
71         </property>
72         <item>
73          <widget class="QLabel" name="lblAutoCenterCursor" >
74           <property name="text" >
75            <string>&amp;Autocenter cursor (lines):</string>
76           </property>
77           <property name="buddy" >
78            <cstring>sbAutoCenterCursor</cstring>
79           </property>
80          </widget>
81         </item>
82         <item>
83          <widget class="QSpinBox" name="sbAutoCenterCursor" >
84           <property name="whatsThis" >
85            <string>Sets the number of lines to maintain visible above and below the cursor when possible.</string>
86           </property>
87           <property name="specialValueText" >
88            <string>Disabled</string>
89           </property>
90          </widget>
91         </item>
92         <item>
93          <spacer>
94           <property name="orientation" >
95            <enum>Qt::Horizontal</enum>
96           </property>
97           <property name="sizeHint" >
98            <size>
99             <width>81</width>
100             <height>20</height>
101            </size>
102           </property>
103          </spacer>
104         </item>
105        </layout>
106       </item>
107      </layout>
108     </widget>
109    </item>
110    <item>
111     <widget class="QGroupBox" name="gbSelectionMode" >
112      <property name="title" >
113       <string>Text Selection Mode</string>
114      </property>
115      <layout class="QVBoxLayout" >
116       <property name="margin" >
117        <number>9</number>
118       </property>
119       <property name="spacing" >
120        <number>6</number>
121       </property>
122       <item>
123        <widget class="QRadioButton" name="rbNormal" >
124         <property name="whatsThis" >
125          <string>Selections will be overwritten by typed text and will be lost on cursor movement.</string>
126         </property>
127         <property name="text" >
128          <string>&amp;Normal</string>
129         </property>
130        </widget>
131       </item>
132       <item>
133        <widget class="QRadioButton" name="rbPersistent" >
134         <property name="whatsThis" >
135          <string>Selections will stay even after cursor movement and typing.</string>
136         </property>
137         <property name="text" >
138          <string>P&amp;ersistent</string>
139         </property>
140        </widget>
141       </item>
142      </layout>
143     </widget>
144    </item>
145    <item>
146     <spacer>
147      <property name="orientation" >
148       <enum>Qt::Vertical</enum>
149      </property>
150      <property name="sizeHint" >
151       <size>
152        <width>381</width>
153        <height>16</height>
154       </size>
155      </property>
156     </spacer>
157    </item>
158   </layout>
159  </widget>
160  <pixmapfunction></pixmapfunction>
161  <resources/>
162  <connections/>
163 </ui>