Send correct mouse wheel events when scaling is enabled.
[kdenetwork.git] / knewsticker / settings.kcfg
blobe9daeaa3fb2d548ec889b04435f54cadc156a3e1
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
3 <kcfg>
4 <kcfgfile name="knewstickerrc"/>
5 <include>kglobalsettings.h</include>
6 <group name="Visual">
7 <entry name="Font" type="Font">
8 <label>Font used for the scrolling text</label>
9 <default code="true">KGlobalSettings::fixedFont()</default>
10 </entry>
11 <entry name="Color" type="Color">
12 <label>The color used for the scrolling text</label>
13 <default>white</default>
14 </entry>
15 <entry name="HideReadArticles" type="Bool">
16 <label>Whether news which have been read should be shown in the scroller again</label>
17 <default>true</default>
18 </entry>
19 <entry name="DisplayStyle" type="Enum">
20 <label>Whether to show a scrolling text or a paged item view.</label>
21 <choices>
22 <choice name="ScrollingText"/>
23 <choice name="PagedText"/>
24 </choices>
25 <default>ScrollingText</default>
26 </entry>
27 <entry name="PagingInterval" type="UInt" min="1" max="10">
28 <label>Number of seconds until the next news item is shown in 'Paging' mode.</label>
29 <default>4</default>
30 </entry>
31 <entry name="PagingDirection" type="Enum">
32 <label>Direction into which items should scroll out in 'Paging' mode.</label>
33 <choices>
34 <choice name="Leftwards"/>
35 <choice name="Rightwards"/>
36 <choice name="Upwards"/>
37 <choice name="Downwards"/>
38 </choices>
39 <default>Upwards</default>
40 </entry>
41 <entry name="ScrollingSpeed" type="UInt" min="1" max="100">
42 <label>How fast the scrolling should be.</label>
43 <default>25</default>
44 </entry>
45 </group>
46 <group name="FeedLoading">
47 <entry name="FeedUrls" type="StringList">
48 <label>List of URLs to RSS feeds which should be shown</label>
49 <default>http://www.kde.org/dotkdeorg.rdf</default>
50 </entry>
51 <entry name="UpdateInterval" type="UInt">
52 <label>The update interval (in minutes) defining how often the feeds are updated</label>
53 <default>30</default>
54 </entry>
55 </group>
56 </kcfg>