Mercurial > hg > Feedworm
comparison Ui_Preferences.ui @ 111:c17a224bc251
make the keep interval for feeds configurable via the GUI. Fix saving the proxy settings
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 31 Mar 2011 03:15:39 +0200 |
parents | 48d1d7bba548 |
children | 2c91b5653878 |
comparison
equal
deleted
inserted
replaced
110:43c234c8fe87 | 111:c17a224bc251 |
---|---|
5 <property name="geometry"> | 5 <property name="geometry"> |
6 <rect> | 6 <rect> |
7 <x>0</x> | 7 <x>0</x> |
8 <y>0</y> | 8 <y>0</y> |
9 <width>390</width> | 9 <width>390</width> |
10 <height>247</height> | 10 <height>277</height> |
11 </rect> | 11 </rect> |
12 </property> | 12 </property> |
13 <property name="windowTitle"> | 13 <property name="windowTitle"> |
14 <string>Preferences</string> | 14 <string>Preferences</string> |
15 </property> | 15 </property> |
19 </property> | 19 </property> |
20 <widget class="QDialogButtonBox" name="buttonBox"> | 20 <widget class="QDialogButtonBox" name="buttonBox"> |
21 <property name="geometry"> | 21 <property name="geometry"> |
22 <rect> | 22 <rect> |
23 <x>10</x> | 23 <x>10</x> |
24 <y>210</y> | 24 <y>240</y> |
25 <width>160</width> | 25 <width>160</width> |
26 <height>27</height> | 26 <height>27</height> |
27 </rect> | 27 </rect> |
28 </property> | 28 </property> |
29 <property name="orientation"> | 29 <property name="orientation"> |
82 </rect> | 82 </rect> |
83 </property> | 83 </property> |
84 <property name="title"> | 84 <property name="title"> |
85 <string>Web Proxy</string> | 85 <string>Web Proxy</string> |
86 </property> | 86 </property> |
87 <widget class="QWidget" name=""> | 87 <widget class="QWidget" name="layoutWidget"> |
88 <property name="geometry"> | 88 <property name="geometry"> |
89 <rect> | 89 <rect> |
90 <x>6</x> | 90 <x>6</x> |
91 <y>18</y> | 91 <y>18</y> |
92 <width>336</width> | 92 <width>336</width> |
115 </widget> | 115 </widget> |
116 </item> | 116 </item> |
117 </layout> | 117 </layout> |
118 </widget> | 118 </widget> |
119 </widget> | 119 </widget> |
120 <widget class="QLabel" name="label_3"> | |
121 <property name="geometry"> | |
122 <rect> | |
123 <x>11</x> | |
124 <y>205</y> | |
125 <width>136</width> | |
126 <height>17</height> | |
127 </rect> | |
128 </property> | |
129 <property name="text"> | |
130 <string>Keep feed entries for </string> | |
131 </property> | |
132 </widget> | |
133 <widget class="QLineEdit" name="daysToKeepFeedEntries"> | |
134 <property name="geometry"> | |
135 <rect> | |
136 <x>150</x> | |
137 <y>200</y> | |
138 <width>31</width> | |
139 <height>23</height> | |
140 </rect> | |
141 </property> | |
142 <property name="text"> | |
143 <string/> | |
144 </property> | |
145 </widget> | |
146 <widget class="QLabel" name="label_4"> | |
147 <property name="geometry"> | |
148 <rect> | |
149 <x>190</x> | |
150 <y>205</y> | |
151 <width>31</width> | |
152 <height>17</height> | |
153 </rect> | |
154 </property> | |
155 <property name="text"> | |
156 <string>days</string> | |
157 </property> | |
158 </widget> | |
120 </widget> | 159 </widget> |
121 <resources> | 160 <resources> |
122 <include location="Feedworm.qrc"/> | 161 <include location="Feedworm.qrc"/> |
123 </resources> | 162 </resources> |
124 <connections> | 163 <connections> |
200 <x>199</x> | 239 <x>199</x> |
201 <y>75</y> | 240 <y>75</y> |
202 </hint> | 241 </hint> |
203 </hints> | 242 </hints> |
204 </connection> | 243 </connection> |
244 <connection> | |
245 <sender>daysToKeepFeedEntries</sender> | |
246 <signal>editingFinished()</signal> | |
247 <receiver>Preferences</receiver> | |
248 <slot>daysToKeepFeedEntriesFinishedEditing()</slot> | |
249 <hints> | |
250 <hint type="sourcelabel"> | |
251 <x>165</x> | |
252 <y>211</y> | |
253 </hint> | |
254 <hint type="destinationlabel"> | |
255 <x>194</x> | |
256 <y>138</y> | |
257 </hint> | |
258 </hints> | |
259 </connection> | |
205 </connections> | 260 </connections> |
206 <slots> | 261 <slots> |
207 <slot>startMaximizedChanged()</slot> | 262 <slot>startMaximizedChanged()</slot> |
208 <slot>hideReadFeedEntriesChanged()</slot> | 263 <slot>hideReadFeedEntriesChanged()</slot> |
209 <slot>showOnlyFeedsWithUnreadEntries()</slot> | 264 <slot>showOnlyFeedsWithUnreadEntries()</slot> |
265 <slot>daysToKeepFeedEntriesFinishedEditing()</slot> | |
210 </slots> | 266 </slots> |
211 </ui> | 267 </ui> |