2 <class>FeedSettings</class>
3 <widget class="QWidget" name="FeedSettings" >
4 <property name="geometry" >
12 <layout class="QGridLayout" >
13 <item rowspan="5" row="0" column="0" >
14 <layout class="QGridLayout" >
15 <item row="0" column="0" colspan="3" >
16 <widget class="QListWidget" name="feedListWidget" />
18 <item row="1" column="0" >
19 <widget class="QPushButton" name="addButton" >
20 <property name="text" >
21 <string>&Add...</string>
25 <item row="1" column="1" >
27 <property name="orientation" >
28 <enum>Qt::Horizontal</enum>
30 <property name="sizeHint" >
38 <item row="1" column="2" >
39 <widget class="QPushButton" name="removeButton" >
40 <property name="text" >
41 <string>&Remove</string>
47 <item row="0" column="1" >
48 <widget class="QLabel" name="feedTitleLabel" >
49 <property name="font" >
51 <pointsize>14</pointsize>
56 <property name="text" >
57 <string>Feed Title</string>
61 <item row="1" column="1" >
62 <widget class="QLabel" name="feedUrlLabel" >
63 <property name="palette" >
66 <colorrole role="WindowText" >
67 <brush brushstyle="SolidPattern" >
77 <colorrole role="WindowText" >
78 <brush brushstyle="SolidPattern" >
88 <colorrole role="WindowText" >
89 <brush brushstyle="SolidPattern" >
100 <property name="text" >
101 <string>FeedURL</string>
105 <item row="2" column="1" >
106 <widget class="QLabel" name="feedDescriptionLabel" >
107 <property name="text" >
108 <string>FeedDescription</string>
112 <item row="3" column="1" >
113 <widget class="QLabel" name="label" >
114 <property name="text" >
115 <string>Update Interval:</string>
119 <item row="3" column="2" >
120 <widget class="KIntSpinBox" name="kcfg_UpdateInterval" >
121 <property name="accelerated" >
124 <property name="suffix" >
125 <string> Minutes</string>
127 <property name="minimum" >
130 <property name="maximum" >
131 <number>10080</number>
135 <item row="4" column="1" colspan="2" >
137 <property name="orientation" >
138 <enum>Qt::Vertical</enum>
140 <property name="sizeHint" >
152 <class>KIntSpinBox</class>
153 <extends>QSpinBox</extends>
154 <header>knuminput.h</header>