1 <?xml version=
"1.0" encoding=
"UTF-8" ?>
2 <!DOCTYPE kcfg SYSTEM
"http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
4 <kcfgfile name=
"knewstickerrc"/>
5 <include>kglobalsettings.h
</include>
7 <entry name=
"Font" type=
"Font">
8 <label>Font used for the scrolling text
</label>
9 <default code=
"true">KGlobalSettings::fixedFont()
</default>
11 <entry name=
"Color" type=
"Color">
12 <label>The color used for the scrolling text
</label>
13 <default>white
</default>
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>
19 <entry name=
"DisplayStyle" type=
"Enum">
20 <label>Whether to show a scrolling text or a paged item view.
</label>
22 <choice name=
"ScrollingText"/>
23 <choice name=
"PagedText"/>
25 <default>ScrollingText
</default>
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>
31 <entry name=
"PagingDirection" type=
"Enum">
32 <label>Direction into which items should scroll out in 'Paging' mode.
</label>
34 <choice name=
"Leftwards"/>
35 <choice name=
"Rightwards"/>
36 <choice name=
"Upwards"/>
37 <choice name=
"Downwards"/>
39 <default>Upwards
</default>
41 <entry name=
"ScrollingSpeed" type=
"UInt" min=
"1" max=
"100">
42 <label>How fast the scrolling should be.
</label>
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>
51 <entry name=
"UpdateInterval" type=
"UInt">
52 <label>The update interval (in minutes) defining how often the feeds are updated
</label>