Send correct mouse wheel events when scaling is enabled.
[kdenetwork.git] / knewsticker / visualsettings.ui
blob5b763b267c51adf480317bd69b72aeedc559dbc7
1 <ui version="4.0" >
2  <class>VisualSettings</class>
3  <widget class="QWidget" name="VisualSettings" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>659</width>
9     <height>479</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" >
13    <item row="0" column="0" >
14     <widget class="QLabel" name="label" >
15      <property name="text" >
16       <string comment="color of the scrolling text">Color:</string>
17      </property>
18      <property name="buddy" >
19       <cstring>kcfg_Color</cstring>
20      </property>
21     </widget>
22    </item>
23    <item row="0" column="1" >
24     <widget class="KColorCombo" name="kcfg_Color" >
25      <item>
26       <property name="text" >
27        <string comment="custom color">Custom...</string>
28       </property>
29      </item>
30     </widget>
31    </item>
32    <item row="0" column="2" >
33     <spacer>
34      <property name="orientation" >
35       <enum>Qt::Horizontal</enum>
36      </property>
37      <property name="sizeHint" >
38       <size>
39        <width>40</width>
40        <height>20</height>
41       </size>
42      </property>
43     </spacer>
44    </item>
45    <item row="1" column="0" >
46     <widget class="QLabel" name="label_2" >
47      <property name="text" >
48       <string>Font:</string>
49      </property>
50     </widget>
51    </item>
52    <item row="1" column="1" colspan="2" >
53     <widget class="KFontRequester" native="1" name="kcfg_Font" />
54    </item>
55    <item row="2" column="0" >
56     <widget class="QLabel" name="label_6" >
57      <property name="text" >
58       <string>&amp;Display style:</string>
59      </property>
60      <property name="buddy" >
61       <cstring>kcfg_DisplayStyle</cstring>
62      </property>
63     </widget>
64    </item>
65    <item row="2" column="1" >
66     <widget class="QComboBox" name="kcfg_DisplayStyle" >
67      <item>
68       <property name="text" >
69        <string>Scrolling Text</string>
70       </property>
71      </item>
72      <item>
73       <property name="text" >
74        <string>Paging Text</string>
75       </property>
76      </item>
77     </widget>
78    </item>
79    <item row="2" column="2" >
80     <spacer>
81      <property name="orientation" >
82       <enum>Qt::Horizontal</enum>
83      </property>
84      <property name="sizeHint" >
85       <size>
86        <width>40</width>
87        <height>20</height>
88       </size>
89      </property>
90     </spacer>
91    </item>
92    <item row="3" column="0" colspan="3" >
93     <widget class="QStackedWidget" name="stackedWidget" >
94      <property name="currentIndex" >
95       <number>0</number>
96      </property>
97      <widget class="QWidget" name="page" >
98       <widget class="QWidget" name="layoutWidget" >
99        <property name="geometry" >
100         <rect>
101          <x>160</x>
102          <y>20</y>
103          <width>421</width>
104          <height>27</height>
105         </rect>
106        </property>
107        <layout class="QHBoxLayout" >
108         <item>
109          <widget class="QLabel" name="label_4" >
110           <property name="text" >
111            <string comment="scrolling speed">Slow</string>
112           </property>
113          </widget>
114         </item>
115         <item>
116          <widget class="QSlider" name="kcfg_ScrollingSpeed" >
117           <property name="minimum" >
118            <number>1</number>
119           </property>
120           <property name="maximum" >
121            <number>100</number>
122           </property>
123           <property name="orientation" >
124            <enum>Qt::Horizontal</enum>
125           </property>
126           <property name="invertedAppearance" >
127            <bool>true</bool>
128           </property>
129           <property name="tickPosition" >
130            <enum>QSlider::TicksBelow</enum>
131           </property>
132           <property name="tickInterval" >
133            <number>25</number>
134           </property>
135          </widget>
136         </item>
137         <item>
138          <widget class="QLabel" name="label_3" >
139           <property name="text" >
140            <string comment="scrolling speed">Fast</string>
141           </property>
142          </widget>
143         </item>
144        </layout>
145       </widget>
146       <widget class="QLabel" name="label_5" >
147        <property name="geometry" >
148         <rect>
149          <x>30</x>
150          <y>20</y>
151          <width>114</width>
152          <height>27</height>
153         </rect>
154        </property>
155        <property name="text" >
156         <string>Scrolling speed:</string>
157        </property>
158        <property name="buddy" >
159         <cstring>kcfg_ScrollingSpeed</cstring>
160        </property>
161       </widget>
162      </widget>
163      <widget class="QWidget" name="page_2" >
164       <layout class="QGridLayout" >
165        <item row="0" column="0" >
166         <widget class="QLabel" name="label_8" >
167          <property name="text" >
168           <string>Time between page changes:</string>
169          </property>
170         </widget>
171        </item>
172        <item row="0" column="1" >
173         <layout class="QHBoxLayout" >
174          <item>
175           <widget class="QLabel" name="label_9" >
176            <property name="text" >
177             <string comment="Time between page changes">Long</string>
178            </property>
179           </widget>
180          </item>
181          <item>
182           <widget class="QSlider" name="kcfg_PagingInterval" >
183            <property name="minimum" >
184             <number>1</number>
185            </property>
186            <property name="maximum" >
187             <number>10</number>
188            </property>
189            <property name="value" >
190             <number>3</number>
191            </property>
192            <property name="orientation" >
193             <enum>Qt::Horizontal</enum>
194            </property>
195            <property name="invertedAppearance" >
196             <bool>true</bool>
197            </property>
198           </widget>
199          </item>
200          <item>
201           <widget class="QLabel" name="label_10" >
202            <property name="text" >
203             <string comment="Time between page changes">Short</string>
204            </property>
205           </widget>
206          </item>
207         </layout>
208        </item>
209        <item row="1" column="0" >
210         <widget class="QLabel" name="label_7" >
211          <property name="text" >
212           <string>Paging direction:</string>
213          </property>
214         </widget>
215        </item>
216        <item row="1" column="1" >
217         <widget class="QComboBox" name="kcfg_PagingDirection" >
218          <item>
219           <property name="text" >
220            <string>Leftwards</string>
221           </property>
222          </item>
223          <item>
224           <property name="text" >
225            <string>Rightwards</string>
226           </property>
227          </item>
228          <item>
229           <property name="text" >
230            <string>Upwards</string>
231           </property>
232          </item>
233          <item>
234           <property name="text" >
235            <string>Downwards</string>
236           </property>
237          </item>
238         </widget>
239        </item>
240        <item row="2" column="0" colspan="2" >
241         <spacer>
242          <property name="orientation" >
243           <enum>Qt::Vertical</enum>
244          </property>
245          <property name="sizeHint" >
246           <size>
247            <width>211</width>
248            <height>31</height>
249           </size>
250          </property>
251         </spacer>
252        </item>
253       </layout>
254      </widget>
255     </widget>
256    </item>
257   </layout>
258  </widget>
259  <customwidgets>
260   <customwidget>
261    <class>KColorCombo</class>
262    <extends>QComboBox</extends>
263    <header>kcolorcombo.h</header>
264   </customwidget>
265   <customwidget>
266    <class>KFontRequester</class>
267    <extends>QWidget</extends>
268    <header>kfontrequester.h</header>
269   </customwidget>
270  </customwidgets>
271  <resources/>
272  <connections>
273   <connection>
274    <sender>kcfg_DisplayStyle</sender>
275    <signal>activated(int)</signal>
276    <receiver>stackedWidget</receiver>
277    <slot>setCurrentIndex(int)</slot>
278    <hints>
279     <hint type="sourcelabel" >
280      <x>166</x>
281      <y>88</y>
282     </hint>
283     <hint type="destinationlabel" >
284      <x>265</x>
285      <y>158</y>
286     </hint>
287    </hints>
288   </connection>
289  </connections>
290 </ui>