~ubuntu-branches/ubuntu/utopic/kdebase/utopic

« back to all changes in this revision

Viewing changes to apps/konqueror/settings/konqhtml/css/cssconfig.ui

  • Committer: Bazaar Package Importer
  • Author(s): Debian Qt/KDE Maintainers, José Manuel Santamaría Lema, Modestas Vainius
  • Date: 2011-05-26 02:53:50 UTC
  • mfrom: (0.7.7 upstream) (0.4.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 296.
  • Revision ID: james.westby@ubuntu.com-20110526025350-7o10g65yegec2rnq
Tags: 4:4.6.3-1
* New upstream release.

[ José Manuel Santamaría Lema ]
* Bump kde-sc-dev-latest build dependency to 4:4.6.3.
* Bump Standards-Version to 3.9.2; no changes needed.

[ Modestas Vainius ]
* Enable DLRestrictions for libraries in this package. Requires
  libdlrestrictions-dev 0.14 and kdelibs5-dev 4:4.6.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>CSSConfigWidget</class>
3
 
 <widget class="QWidget" name="CSSConfigWidget" >
4
 
  <property name="whatsThis" >
5
 
   <string>&lt;b>Stylesheets&lt;/b>&lt;p>See http://www.w3.org/Style/CSS for further information on cascading style sheets.&lt;/p></string>
6
 
  </property>
7
 
  <layout class="QVBoxLayout" >
8
 
   <item>
9
 
    <widget class="QGroupBox" name="ButtonGroup1" >
10
 
     <property name="sizePolicy" >
11
 
      <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
12
 
       <horstretch>0</horstretch>
13
 
       <verstretch>0</verstretch>
14
 
      </sizepolicy>
15
 
     </property>
16
 
     <property name="whatsThis" >
17
 
      <string>&lt;b>Stylesheets&lt;/b>&lt;p>Use this groupbox to determine how Konqueror will render style sheets.&lt;/p></string>
18
 
     </property>
19
 
     <property name="title" >
20
 
      <string>Stylesheets</string>
21
 
     </property>
22
 
     <layout class="QVBoxLayout" >
23
 
      <item>
24
 
       <widget class="QRadioButton" name="useDefault" >
25
 
        <property name="whatsThis" >
26
 
         <string>&lt;b>Use default stylesheet&lt;/b>&lt;p>Select this option to use the default stylesheet.&lt;/p></string>
27
 
        </property>
28
 
        <property name="text" >
29
 
         <string>Us&amp;e default stylesheet</string>
30
 
        </property>
31
 
        <property name="checked" >
32
 
         <bool>true</bool>
33
 
        </property>
34
 
       </widget>
35
 
      </item>
36
 
      <item>
37
 
       <widget class="QRadioButton" name="useUser" >
38
 
        <property name="whatsThis" >
39
 
         <string>&lt;b>Use user-defined stylesheet&lt;/b>&lt;p>If this box is checked, Konqueror will try to load a user-defined style sheet as specified in the location below. The style sheet allows you to completely override the way web pages are rendered in your browser. The file specified should contain a valid style sheet (see http://www.w3.org/Style/CSS for further information on cascading style sheets).&lt;/p></string>
40
 
        </property>
41
 
        <property name="text" >
42
 
         <string>Use &amp;user-defined stylesheet</string>
43
 
        </property>
44
 
       </widget>
45
 
      </item>
46
 
      <item>
47
 
       <layout class="QHBoxLayout" >
48
 
        <property name="leftMargin" >
49
 
         <number>0</number>
50
 
        </property>
51
 
        <property name="topMargin" >
52
 
         <number>0</number>
53
 
        </property>
54
 
        <property name="rightMargin" >
55
 
         <number>0</number>
56
 
        </property>
57
 
        <property name="bottomMargin" >
58
 
         <number>0</number>
59
 
        </property>
60
 
        <item>
61
 
         <spacer>
62
 
          <property name="orientation" >
63
 
           <enum>Qt::Horizontal</enum>
64
 
          </property>
65
 
          <property name="sizeType" >
66
 
           <enum>QSizePolicy::Fixed</enum>
67
 
          </property>
68
 
          <property name="sizeHint" >
69
 
           <size>
70
 
            <width>14</width>
71
 
            <height>20</height>
72
 
           </size>
73
 
          </property>
74
 
         </spacer>
75
 
        </item>
76
 
        <item>
77
 
         <widget class="KUrlRequester" name="urlRequester" >
78
 
          <property name="enabled" >
79
 
           <bool>false</bool>
80
 
          </property>
81
 
         </widget>
82
 
        </item>
83
 
       </layout>
84
 
      </item>
85
 
      <item>
86
 
       <widget class="QRadioButton" name="useAccess" >
87
 
        <property name="sizePolicy" >
88
 
         <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
89
 
          <horstretch>0</horstretch>
90
 
          <verstretch>0</verstretch>
91
 
         </sizepolicy>
92
 
        </property>
93
 
        <property name="whatsThis" >
94
 
         <string>&lt;b>Use accessibility stylesheet&lt;/b>&lt;p>Selecting this option will allow you to define a default font, font size, and font color with a few simple clicks of the mouse. Simply wander over to the Customize... dialog and pick out your desired options.&lt;/p></string>
95
 
        </property>
96
 
        <property name="text" >
97
 
         <string>U&amp;se accessibility stylesheet</string>
98
 
        </property>
99
 
       </widget>
100
 
      </item>
101
 
      <item>
102
 
       <layout class="QHBoxLayout" >
103
 
        <property name="leftMargin" >
104
 
         <number>0</number>
105
 
        </property>
106
 
        <property name="topMargin" >
107
 
         <number>0</number>
108
 
        </property>
109
 
        <property name="rightMargin" >
110
 
         <number>0</number>
111
 
        </property>
112
 
        <property name="bottomMargin" >
113
 
         <number>0</number>
114
 
        </property>
115
 
        <item>
116
 
         <spacer>
117
 
          <property name="orientation" >
118
 
           <enum>Qt::Horizontal</enum>
119
 
          </property>
120
 
          <property name="sizeType" >
121
 
           <enum>QSizePolicy::Fixed</enum>
122
 
          </property>
123
 
          <property name="sizeHint" >
124
 
           <size>
125
 
            <width>14</width>
126
 
            <height>20</height>
127
 
           </size>
128
 
          </property>
129
 
         </spacer>
130
 
        </item>
131
 
        <item>
132
 
         <widget class="QPushButton" name="customize" >
133
 
          <property name="enabled" >
134
 
           <bool>false</bool>
135
 
          </property>
136
 
          <property name="text" >
137
 
           <string>Custom&amp;ize...</string>
138
 
          </property>
139
 
         </widget>
140
 
        </item>
141
 
        <item>
142
 
         <spacer>
143
 
          <property name="orientation" >
144
 
           <enum>Qt::Horizontal</enum>
145
 
          </property>
146
 
          <property name="sizeType" >
147
 
           <enum>QSizePolicy::Expanding</enum>
148
 
          </property>
149
 
          <property name="sizeHint" >
150
 
           <size>
151
 
            <width>20</width>
152
 
            <height>20</height>
153
 
           </size>
154
 
          </property>
155
 
         </spacer>
156
 
        </item>
157
 
       </layout>
158
 
      </item>
159
 
     </layout>
160
 
    </widget>
161
 
   </item>
162
 
   <item>
163
 
    <spacer>
164
 
     <property name="orientation" >
165
 
      <enum>Qt::Vertical</enum>
166
 
     </property>
167
 
     <property name="sizeType" >
168
 
      <enum>QSizePolicy::Expanding</enum>
169
 
     </property>
170
 
     <property name="sizeHint" >
171
 
      <size>
172
 
       <width>20</width>
173
 
       <height>50</height>
174
 
      </size>
175
 
     </property>
176
 
    </spacer>
177
 
   </item>
178
 
  </layout>
179
 
 </widget>
180
 
 <customwidgets>
181
 
  <customwidget>
182
 
   <class>KUrlRequester</class>
183
 
   <extends>QFrame</extends>
184
 
   <header>kurlrequester.h</header>
185
 
  </customwidget>
186
 
 </customwidgets>
187
 
 <includes>
188
 
  <include location="local" >kurlrequester.h</include>
189
 
  <include location="local" >klineedit.h</include>
190
 
  <include location="local" >kpushbutton.h</include>
191
 
 </includes>
192
 
 <resources/>
193
 
 <connections>
194
 
  <connection>
195
 
   <sender>useAccess</sender>
196
 
   <signal>toggled(bool)</signal>
197
 
   <receiver>customize</receiver>
198
 
   <slot>setEnabled(bool)</slot>
199
 
   <hints>
200
 
    <hint type="sourcelabel" >
201
 
     <x>20</x>
202
 
     <y>20</y>
203
 
    </hint>
204
 
    <hint type="destinationlabel" >
205
 
     <x>20</x>
206
 
     <y>20</y>
207
 
    </hint>
208
 
   </hints>
209
 
  </connection>
210
 
  <connection>
211
 
   <sender>useUser</sender>
212
 
   <signal>toggled(bool)</signal>
213
 
   <receiver>urlRequester</receiver>
214
 
   <slot>setEnabled(bool)</slot>
215
 
   <hints>
216
 
    <hint type="sourcelabel" >
217
 
     <x>20</x>
218
 
     <y>20</y>
219
 
    </hint>
220
 
    <hint type="destinationlabel" >
221
 
     <x>20</x>
222
 
     <y>20</y>
223
 
    </hint>
224
 
   </hints>
225
 
  </connection>
226
 
 </connections>
227
 
</ui>