~ubuntu-branches/ubuntu/karmic/qtcreator/karmic-security

« back to all changes in this revision

Viewing changes to src/plugins/texteditor/displaysettingspage.ui

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2009-07-19 16:23:52 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090719162352-oni0h8hrrkdd3sil
Tags: 1.2.1-1ubuntu1
* Merge from debian unstable (LP: #399414), remaining changes:
  - Add qt-creator transitional package.
* debian/control: Conflicts on qt-creator (<< 1.2.1-1ubuntu1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    <x>0</x>
8
8
    <y>0</y>
9
9
    <width>381</width>
10
 
    <height>279</height>
 
10
    <height>402</height>
11
11
   </rect>
12
12
  </property>
13
 
  <property name="windowTitle">
14
 
   <string>Form</string>
15
 
  </property>
16
13
  <layout class="QGridLayout" name="gridLayout_3">
17
 
   <item row="2" column="0">
 
14
   <item row="3" column="0">
18
15
    <spacer name="verticalSpacer">
19
16
     <property name="orientation">
20
17
      <enum>Qt::Vertical</enum>
28
25
    </spacer>
29
26
   </item>
30
27
   <item row="1" column="0">
31
 
    <widget class="QGroupBox" name="groupBox">
 
28
    <widget class="QGroupBox" name="groupBoxDisplay">
32
29
     <property name="title">
33
30
      <string>Display</string>
34
31
     </property>
35
 
     <layout class="QGridLayout" name="gridLayout_2">
36
 
      <item row="0" column="0">
 
32
     <layout class="QVBoxLayout" name="verticalLayout">
 
33
      <item>
37
34
       <widget class="QCheckBox" name="displayLineNumbers">
38
35
        <property name="text">
39
36
         <string>Display line &amp;numbers</string>
40
37
        </property>
41
38
       </widget>
42
39
      </item>
43
 
      <item row="1" column="0">
 
40
      <item>
44
41
       <widget class="QCheckBox" name="displayFoldingMarkers">
45
42
        <property name="text">
46
43
         <string>Display &amp;folding markers</string>
47
44
        </property>
48
45
       </widget>
49
46
      </item>
50
 
      <item row="2" column="0">
 
47
      <item>
51
48
       <widget class="QCheckBox" name="visualizeWhitespace">
52
49
        <property name="toolTip">
53
50
         <string>Show tabs and spaces.</string>
57
54
        </property>
58
55
       </widget>
59
56
      </item>
60
 
      <item row="3" column="0">
 
57
      <item>
61
58
       <widget class="QCheckBox" name="highlightCurrentLine">
62
59
        <property name="text">
63
60
         <string>Highlight current &amp;line</string>
64
61
        </property>
65
62
       </widget>
66
63
      </item>
 
64
      <item>
 
65
       <widget class="QCheckBox" name="highlightBlocks">
 
66
        <property name="text">
 
67
         <string>Highlight &amp;blocks</string>
 
68
        </property>
 
69
       </widget>
 
70
      </item>
 
71
      <item>
 
72
       <widget class="QCheckBox" name="animateMatchingParentheses">
 
73
        <property name="text">
 
74
         <string>Animate matching parentheses</string>
 
75
        </property>
 
76
       </widget>
 
77
      </item>
67
78
     </layout>
68
79
    </widget>
69
80
   </item>
70
81
   <item row="0" column="0">
71
 
    <widget class="QGroupBox" name="groupBoxDisplaySettings">
 
82
    <widget class="QGroupBox" name="groupBoxText">
72
83
     <property name="title">
73
84
      <string>Text Wrapping</string>
74
85
     </property>
117
128
     </layout>
118
129
    </widget>
119
130
   </item>
 
131
   <item row="2" column="0">
 
132
    <widget class="QGroupBox" name="groupBoxNavigation">
 
133
     <property name="title">
 
134
      <string>Navigation</string>
 
135
     </property>
 
136
     <layout class="QVBoxLayout" name="verticalLayout_2">
 
137
      <item>
 
138
       <widget class="QCheckBox" name="mouseNavigation">
 
139
        <property name="text">
 
140
         <string>Enable &amp;mouse navigation</string>
 
141
        </property>
 
142
       </widget>
 
143
      </item>
 
144
     </layout>
 
145
    </widget>
 
146
   </item>
120
147
  </layout>
121
148
 </widget>
122
149
 <resources/>
128
155
   <slot>setEnabled(bool)</slot>
129
156
   <hints>
130
157
    <hint type="sourcelabel">
131
 
     <x>399</x>
132
 
     <y>308</y>
 
158
     <x>238</x>
 
159
     <y>84</y>
133
160
    </hint>
134
161
    <hint type="destinationlabel">
135
 
     <x>474</x>
136
 
     <y>308</y>
 
162
     <x>299</x>
 
163
     <y>84</y>
137
164
    </hint>
138
165
   </hints>
139
166
  </connection>