update todo.
[abby.git] / rc / feedmgrdlg.ui
blobd0465164e72f109b78fd85ec4a0adeaba152aa3b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <author>Toni Gundogdu</author>
4 <class>FeedMgrDialog</class>
5 <widget class="QDialog" name="FeedMgrDialog">
6 <property name="windowModality">
7 <enum>Qt::ApplicationModal</enum>
8 </property>
9 <property name="geometry">
10 <rect>
11 <x>0</x>
12 <y>0</y>
13 <width>501</width>
14 <height>248</height>
15 </rect>
16 </property>
17 <property name="windowTitle">
18 <string>abby: Feed manager</string>
19 </property>
20 <property name="windowIcon">
21 <iconset resource="abby.qrc">
22 <normaloff>:/feed-icon-14x14.png</normaloff>:/feed-icon-14x14.png</iconset>
23 </property>
24 <property name="sizeGripEnabled">
25 <bool>true</bool>
26 </property>
27 <layout class="QGridLayout" name="gridLayout_2">
28 <item row="0" column="0">
29 <layout class="QGridLayout" name="gridLayout">
30 <item row="0" column="1">
31 <widget class="QTreeWidget" name="itemsTree">
32 <property name="selectionMode">
33 <enum>QAbstractItemView::SingleSelection</enum>
34 </property>
35 <property name="rootIsDecorated">
36 <bool>false</bool>
37 </property>
38 <column>
39 <property name="text">
40 <string>Name</string>
41 </property>
42 </column>
43 <column>
44 <property name="text">
45 <string>URL</string>
46 </property>
47 </column>
48 </widget>
49 </item>
50 <item row="0" column="0">
51 <layout class="QVBoxLayout" name="verticalLayout">
52 <item>
53 <widget class="QPushButton" name="addButton">
54 <property name="toolTip">
55 <string>Add new</string>
56 </property>
57 <property name="text">
58 <string/>
59 </property>
60 <property name="icon">
61 <iconset resource="abby.qrc">
62 <normaloff>:/list-add.png</normaloff>:/list-add.png</iconset>
63 </property>
64 <property name="iconSize">
65 <size>
66 <width>16</width>
67 <height>16</height>
68 </size>
69 </property>
70 </widget>
71 </item>
72 <item>
73 <widget class="QPushButton" name="removeButton">
74 <property name="toolTip">
75 <string>Remove selected</string>
76 </property>
77 <property name="text">
78 <string/>
79 </property>
80 <property name="icon">
81 <iconset resource="abby.qrc">
82 <normaloff>:/list-remove.png</normaloff>:/list-remove.png</iconset>
83 </property>
84 <property name="iconSize">
85 <size>
86 <width>16</width>
87 <height>16</height>
88 </size>
89 </property>
90 </widget>
91 </item>
92 <item>
93 <spacer name="verticalSpacer">
94 <property name="orientation">
95 <enum>Qt::Vertical</enum>
96 </property>
97 <property name="sizeHint" stdset="0">
98 <size>
99 <width>20</width>
100 <height>40</height>
101 </size>
102 </property>
103 </spacer>
104 </item>
105 <item>
106 <widget class="QPushButton" name="clearButton">
107 <property name="toolTip">
108 <string>Clear list</string>
109 </property>
110 <property name="text">
111 <string/>
112 </property>
113 <property name="icon">
114 <iconset resource="abby.qrc">
115 <normaloff>:/edit-clear.png</normaloff>:/edit-clear.png</iconset>
116 </property>
117 <property name="iconSize">
118 <size>
119 <width>16</width>
120 <height>16</height>
121 </size>
122 </property>
123 </widget>
124 </item>
125 </layout>
126 </item>
127 <item row="0" column="2">
128 <layout class="QVBoxLayout" name="verticalLayout_2">
129 <item>
130 <spacer name="verticalSpacer_2">
131 <property name="orientation">
132 <enum>Qt::Vertical</enum>
133 </property>
134 <property name="sizeHint" stdset="0">
135 <size>
136 <width>20</width>
137 <height>40</height>
138 </size>
139 </property>
140 </spacer>
141 </item>
142 <item>
143 <widget class="QPushButton" name="selectallButton">
144 <property name="text">
145 <string>S&amp;elect all</string>
146 </property>
147 </widget>
148 </item>
149 <item>
150 <widget class="QPushButton" name="invertButton">
151 <property name="text">
152 <string>&amp;Invert</string>
153 </property>
154 </widget>
155 </item>
156 <item>
157 <spacer name="verticalSpacer_3">
158 <property name="orientation">
159 <enum>Qt::Vertical</enum>
160 </property>
161 <property name="sizeHint" stdset="0">
162 <size>
163 <width>20</width>
164 <height>40</height>
165 </size>
166 </property>
167 </spacer>
168 </item>
169 </layout>
170 </item>
171 </layout>
172 </item>
173 <item row="1" column="0">
174 <widget class="QLabel" name="label">
175 <property name="text">
176 <string>Tip: Double-click to edit</string>
177 </property>
178 </widget>
179 </item>
180 <item row="2" column="0">
181 <widget class="QDialogButtonBox" name="buttonBox">
182 <property name="orientation">
183 <enum>Qt::Horizontal</enum>
184 </property>
185 <property name="standardButtons">
186 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
187 </property>
188 </widget>
189 </item>
190 </layout>
191 </widget>
192 <tabstops>
193 <tabstop>addButton</tabstop>
194 <tabstop>removeButton</tabstop>
195 <tabstop>clearButton</tabstop>
196 <tabstop>itemsTree</tabstop>
197 <tabstop>selectallButton</tabstop>
198 <tabstop>invertButton</tabstop>
199 <tabstop>buttonBox</tabstop>
200 </tabstops>
201 <resources>
202 <include location="abby.qrc"/>
203 </resources>
204 <connections>
205 <connection>
206 <sender>buttonBox</sender>
207 <signal>accepted()</signal>
208 <receiver>FeedMgrDialog</receiver>
209 <slot>accept()</slot>
210 <hints>
211 <hint type="sourcelabel">
212 <x>257</x>
213 <y>242</y>
214 </hint>
215 <hint type="destinationlabel">
216 <x>157</x>
217 <y>251</y>
218 </hint>
219 </hints>
220 </connection>
221 <connection>
222 <sender>buttonBox</sender>
223 <signal>rejected()</signal>
224 <receiver>FeedMgrDialog</receiver>
225 <slot>reject()</slot>
226 <hints>
227 <hint type="sourcelabel">
228 <x>325</x>
229 <y>242</y>
230 </hint>
231 <hint type="destinationlabel">
232 <x>286</x>
233 <y>251</y>
234 </hint>
235 </hints>
236 </connection>
237 <connection>
238 <sender>addButton</sender>
239 <signal>clicked()</signal>
240 <receiver>FeedMgrDialog</receiver>
241 <slot>onAdd()</slot>
242 <hints>
243 <hint type="sourcelabel">
244 <x>470</x>
245 <y>26</y>
246 </hint>
247 <hint type="destinationlabel">
248 <x>250</x>
249 <y>114</y>
250 </hint>
251 </hints>
252 </connection>
253 <connection>
254 <sender>removeButton</sender>
255 <signal>clicked()</signal>
256 <receiver>FeedMgrDialog</receiver>
257 <slot>onRemove()</slot>
258 <hints>
259 <hint type="sourcelabel">
260 <x>489</x>
261 <y>147</y>
262 </hint>
263 <hint type="destinationlabel">
264 <x>250</x>
265 <y>114</y>
266 </hint>
267 </hints>
268 </connection>
269 <connection>
270 <sender>clearButton</sender>
271 <signal>clicked()</signal>
272 <receiver>FeedMgrDialog</receiver>
273 <slot>onClear()</slot>
274 <hints>
275 <hint type="sourcelabel">
276 <x>474</x>
277 <y>166</y>
278 </hint>
279 <hint type="destinationlabel">
280 <x>250</x>
281 <y>125</y>
282 </hint>
283 </hints>
284 </connection>
285 <connection>
286 <sender>selectallButton</sender>
287 <signal>clicked()</signal>
288 <receiver>FeedMgrDialog</receiver>
289 <slot>onSelectAll()</slot>
290 <hints>
291 <hint type="sourcelabel">
292 <x>449</x>
293 <y>75</y>
294 </hint>
295 <hint type="destinationlabel">
296 <x>250</x>
297 <y>123</y>
298 </hint>
299 </hints>
300 </connection>
301 <connection>
302 <sender>invertButton</sender>
303 <signal>clicked()</signal>
304 <receiver>FeedMgrDialog</receiver>
305 <slot>onInvert()</slot>
306 <hints>
307 <hint type="sourcelabel">
308 <x>449</x>
309 <y>109</y>
310 </hint>
311 <hint type="destinationlabel">
312 <x>250</x>
313 <y>123</y>
314 </hint>
315 </hints>
316 </connection>
317 </connections>
318 <slots>
319 <slot>onAdd()</slot>
320 <slot>onRemove()</slot>
321 <slot>onPaste()</slot>
322 <slot>onClear()</slot>
323 <slot>onSelectAll()</slot>
324 <slot>onInvert()</slot>
325 </slots>
326 </ui>