~ubuntu-branches/ubuntu/vivid/kate/vivid-proposed

« back to all changes in this revision

Viewing changes to part/dialogs/bordersappearanceconfigwidget.ui

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-12-04 16:49:41 UTC
  • mfrom: (1.6.6)
  • Revision ID: package-import@ubuntu.com-20141204164941-l3qbvsly83hhlw2v
Tags: 4:14.11.97-0ubuntu1
* New upstream release
* Update build-deps and use pkg-kde v3 for Qt 5 build
* kate-data now kate5-data for co-installability

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<ui version="4.0">
3
 
 <class>BordersAppearanceConfigWidget</class>
4
 
 <widget class="QWidget" name="BordersAppearanceConfigWidget">
5
 
  <layout class="QVBoxLayout" name="verticalLayout">
6
 
   <item>
7
 
    <widget class="QGroupBox" name="gbBorders">
8
 
     <property name="title">
9
 
      <string>Borders</string>
10
 
     </property>
11
 
     <layout class="QVBoxLayout">
12
 
      <item>
13
 
       <widget class="QCheckBox" name="chkShowFoldingMarkers">
14
 
        <property name="whatsThis">
15
 
         <string>If this option is checked, every new view will display marks for folding.</string>
16
 
        </property>
17
 
        <property name="text">
18
 
         <string>Show &amp;folding markers</string>
19
 
        </property>
20
 
       </widget>
21
 
      </item>
22
 
      <item>
23
 
       <widget class="QCheckBox" name="chkIconBorder">
24
 
        <property name="whatsThis">
25
 
         <string>&lt;p&gt;If this option is checked, every new view will display an icon border on the left hand side.&lt;/p&gt;&lt;p&gt;The icon border shows bookmark signs, for instance.&lt;/p&gt;</string>
26
 
        </property>
27
 
        <property name="text">
28
 
         <string>Show &amp;icon border</string>
29
 
        </property>
30
 
       </widget>
31
 
      </item>
32
 
      <item>
33
 
       <widget class="QCheckBox" name="chkLineNumbers">
34
 
        <property name="whatsThis">
35
 
         <string>If this option is checked, every new view will display line numbers on the left hand side.</string>
36
 
        </property>
37
 
        <property name="text">
38
 
         <string>Show &amp;line numbers</string>
39
 
        </property>
40
 
       </widget>
41
 
      </item>
42
 
      <item>
43
 
       <widget class="QCheckBox" name="chkShowLineModification">
44
 
        <property name="whatsThis">
45
 
         <string>If this option is checked, a small indicator for modified and saved lines is shown on the left hand side.</string>
46
 
        </property>
47
 
        <property name="text">
48
 
         <string>Show line modification markers</string>
49
 
        </property>
50
 
       </widget>
51
 
      </item>
52
 
      <item>
53
 
       <widget class="QCheckBox" name="chkScrollbarMarks">
54
 
        <property name="whatsThis">
55
 
         <string>&lt;p&gt;If this option is checked, every new view will show marks on the vertical scrollbar.&lt;/p&gt;&lt;p&gt;These marks will show bookmarks, for instance.&lt;/p&gt;</string>
56
 
        </property>
57
 
        <property name="text">
58
 
         <string>Show &amp;scrollbar marks</string>
59
 
        </property>
60
 
       </widget>
61
 
      </item>
62
 
      <item>
63
 
       <widget class="QCheckBox" name="chkScrollbarMiniMap">
64
 
        <property name="whatsThis">
65
 
         <string>If this option is checked, every new view will show a mini map on the vertical scrollbar.</string>
66
 
        </property>
67
 
        <property name="text">
68
 
         <string>Show scrollbar mini-map</string>
69
 
        </property>
70
 
       </widget>
71
 
      </item>
72
 
      <item>
73
 
       <widget class="QWidget" name="miniMapConfigs" native="true">
74
 
        <property name="enabled">
75
 
         <bool>false</bool>
76
 
        </property>
77
 
        <layout class="QGridLayout" name="gridLayout">
78
 
         <item row="0" column="1" colspan="2">
79
 
          <widget class="QCheckBox" name="chkScrollbarMiniMapAll">
80
 
           <property name="enabled">
81
 
            <bool>false</bool>
82
 
           </property>
83
 
           <property name="whatsThis">
84
 
            <string>If this option is checked, every new view will show a mini map of the whole document on the vertical scrollbar.</string>
85
 
           </property>
86
 
           <property name="text">
87
 
            <string>Map the whole document</string>
88
 
           </property>
89
 
           <property name="checked">
90
 
            <bool>true</bool>
91
 
           </property>
92
 
          </widget>
93
 
         </item>
94
 
         <item row="1" column="2">
95
 
          <widget class="KIntSpinBox" name="spBoxMiniMapWidth">
96
 
           <property name="minimum">
97
 
            <number>40</number>
98
 
           </property>
99
 
           <property name="maximum">
100
 
            <number>100</number>
101
 
           </property>
102
 
           <property name="singleStep">
103
 
            <number>5</number>
104
 
           </property>
105
 
           <property name="value">
106
 
            <number>60</number>
107
 
           </property>
108
 
          </widget>
109
 
         </item>
110
 
         <item row="1" column="1">
111
 
          <widget class="QLabel" name="labelMiniMapWidth">
112
 
           <property name="text">
113
 
            <string>Minimap Width</string>
114
 
           </property>
115
 
           <property name="buddy">
116
 
            <cstring>spBoxMiniMapWidth</cstring>
117
 
           </property>
118
 
          </widget>
119
 
         </item>
120
 
         <item row="1" column="0">
121
 
          <spacer name="horizontalSpacer">
122
 
           <property name="orientation">
123
 
            <enum>Qt::Horizontal</enum>
124
 
           </property>
125
 
           <property name="sizeType">
126
 
            <enum>QSizePolicy::Fixed</enum>
127
 
           </property>
128
 
           <property name="sizeHint" stdset="0">
129
 
            <size>
130
 
             <width>16</width>
131
 
             <height>16</height>
132
 
            </size>
133
 
           </property>
134
 
          </spacer>
135
 
         </item>
136
 
         <item row="1" column="3">
137
 
          <spacer name="horizontalSpacer_2">
138
 
           <property name="orientation">
139
 
            <enum>Qt::Horizontal</enum>
140
 
           </property>
141
 
           <property name="sizeHint" stdset="0">
142
 
            <size>
143
 
             <width>40</width>
144
 
             <height>20</height>
145
 
            </size>
146
 
           </property>
147
 
          </spacer>
148
 
         </item>
149
 
        </layout>
150
 
       </widget>
151
 
      </item>
152
 
      <item>
153
 
       <layout class="QHBoxLayout" name="horizontalLayout">
154
 
        <item>
155
 
         <widget class="QLabel" name="lblShowScrollbars">
156
 
          <property name="text">
157
 
           <string>Scrollbars visibility:</string>
158
 
          </property>
159
 
          <property name="buddy">
160
 
           <cstring>cmbShowScrollbars</cstring>
161
 
          </property>
162
 
         </widget>
163
 
        </item>
164
 
        <item>
165
 
         <widget class="QComboBox" name="cmbShowScrollbars">
166
 
          <item>
167
 
           <property name="text">
168
 
            <string>Always On</string>
169
 
           </property>
170
 
          </item>
171
 
          <item>
172
 
           <property name="text">
173
 
            <string>Show When Needed</string>
174
 
           </property>
175
 
          </item>
176
 
          <item>
177
 
           <property name="text">
178
 
            <string>Always Off</string>
179
 
           </property>
180
 
          </item>
181
 
         </widget>
182
 
        </item>
183
 
       </layout>
184
 
      </item>
185
 
     </layout>
186
 
    </widget>
187
 
   </item>
188
 
   <item>
189
 
    <widget class="QGroupBox" name="gbSortBookmarks">
190
 
     <property name="whatsThis">
191
 
      <string>Choose how the bookmarks should be ordered in the &lt;b&gt;Bookmarks&lt;/b&gt; menu.</string>
192
 
     </property>
193
 
     <property name="title">
194
 
      <string>Sort Bookmarks Menu</string>
195
 
     </property>
196
 
     <layout class="QVBoxLayout" name="verticalLayout_2">
197
 
      <item>
198
 
       <widget class="QRadioButton" name="rbSortBookmarksByCreation">
199
 
        <property name="whatsThis">
200
 
         <string>Each new bookmark will be added to the bottom, independently from where it is placed in the document.</string>
201
 
        </property>
202
 
        <property name="text">
203
 
         <string>By c&amp;reation</string>
204
 
        </property>
205
 
       </widget>
206
 
      </item>
207
 
      <item>
208
 
       <widget class="QRadioButton" name="rbSortBookmarksByPosition">
209
 
        <property name="whatsThis">
210
 
         <string>The bookmarks will be ordered by the line numbers they are placed at.</string>
211
 
        </property>
212
 
        <property name="text">
213
 
         <string>By &amp;position</string>
214
 
        </property>
215
 
       </widget>
216
 
      </item>
217
 
     </layout>
218
 
    </widget>
219
 
   </item>
220
 
   <item>
221
 
    <spacer name="verticalSpacer">
222
 
     <property name="orientation">
223
 
      <enum>Qt::Vertical</enum>
224
 
     </property>
225
 
     <property name="sizeHint" stdset="0">
226
 
      <size>
227
 
       <width>20</width>
228
 
       <height>31</height>
229
 
      </size>
230
 
     </property>
231
 
    </spacer>
232
 
   </item>
233
 
  </layout>
234
 
 </widget>
235
 
 <customwidgets>
236
 
  <customwidget>
237
 
   <class>KIntSpinBox</class>
238
 
   <extends>QSpinBox</extends>
239
 
   <header>knuminput.h</header>
240
 
  </customwidget>
241
 
 </customwidgets>
242
 
 <tabstops>
243
 
  <tabstop>chkShowFoldingMarkers</tabstop>
244
 
  <tabstop>chkIconBorder</tabstop>
245
 
  <tabstop>chkLineNumbers</tabstop>
246
 
  <tabstop>chkShowLineModification</tabstop>
247
 
  <tabstop>chkScrollbarMarks</tabstop>
248
 
  <tabstop>chkScrollbarMiniMap</tabstop>
249
 
  <tabstop>chkScrollbarMiniMapAll</tabstop>
250
 
  <tabstop>spBoxMiniMapWidth</tabstop>
251
 
  <tabstop>cmbShowScrollbars</tabstop>
252
 
  <tabstop>rbSortBookmarksByCreation</tabstop>
253
 
  <tabstop>rbSortBookmarksByPosition</tabstop>
254
 
 </tabstops>
255
 
 <resources/>
256
 
 <connections>
257
 
  <connection>
258
 
   <sender>chkScrollbarMiniMap</sender>
259
 
   <signal>toggled(bool)</signal>
260
 
   <receiver>miniMapConfigs</receiver>
261
 
   <slot>setEnabled(bool)</slot>
262
 
   <hints>
263
 
    <hint type="sourcelabel">
264
 
     <x>62</x>
265
 
     <y>162</y>
266
 
    </hint>
267
 
    <hint type="destinationlabel">
268
 
     <x>23</x>
269
 
     <y>191</y>
270
 
    </hint>
271
 
   </hints>
272
 
  </connection>
273
 
 </connections>
274
 
</ui>