rss: add select/invert buttons.
[abby.git] / rc / feedmgrdlg.ui
blobd902d55e02096505c5d538bce09d2177d2bef68f
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>252</height>
15 </rect>
16 </property>
17 <property name="windowTitle">
18 <string>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 <layout class="QVBoxLayout" name="verticalLayout">
32 <item>
33 <widget class="QPushButton" name="addButton">
34 <property name="toolTip">
35 <string>Add new</string>
36 </property>
37 <property name="text">
38 <string/>
39 </property>
40 <property name="icon">
41 <iconset resource="abby.qrc">
42 <normaloff>:/list-add.png</normaloff>:/list-add.png</iconset>
43 </property>
44 <property name="iconSize">
45 <size>
46 <width>16</width>
47 <height>16</height>
48 </size>
49 </property>
50 </widget>
51 </item>
52 <item>
53 <spacer name="verticalSpacer">
54 <property name="orientation">
55 <enum>Qt::Vertical</enum>
56 </property>
57 <property name="sizeHint" stdset="0">
58 <size>
59 <width>20</width>
60 <height>40</height>
61 </size>
62 </property>
63 </spacer>
64 </item>
65 <item>
66 <widget class="QPushButton" name="removeButton">
67 <property name="toolTip">
68 <string>Remove selected</string>
69 </property>
70 <property name="text">
71 <string/>
72 </property>
73 <property name="icon">
74 <iconset resource="abby.qrc">
75 <normaloff>:/list-remove.png</normaloff>:/list-remove.png</iconset>
76 </property>
77 <property name="iconSize">
78 <size>
79 <width>16</width>
80 <height>16</height>
81 </size>
82 </property>
83 </widget>
84 </item>
85 <item>
86 <widget class="QPushButton" name="clearButton">
87 <property name="toolTip">
88 <string>Clear list</string>
89 </property>
90 <property name="text">
91 <string/>
92 </property>
93 <property name="icon">
94 <iconset resource="abby.qrc">
95 <normaloff>:/edit-clear.png</normaloff>:/edit-clear.png</iconset>
96 </property>
97 <property name="iconSize">
98 <size>
99 <width>16</width>
100 <height>16</height>
101 </size>
102 </property>
103 </widget>
104 </item>
105 </layout>
106 </item>
107 <item row="0" column="0">
108 <widget class="QTreeWidget" name="itemsTree">
109 <property name="selectionMode">
110 <enum>QAbstractItemView::SingleSelection</enum>
111 </property>
112 <property name="rootIsDecorated">
113 <bool>false</bool>
114 </property>
115 <column>
116 <property name="text">
117 <string>Name</string>
118 </property>
119 </column>
120 <column>
121 <property name="text">
122 <string>URL</string>
123 </property>
124 </column>
125 </widget>
126 </item>
127 </layout>
128 </item>
129 <item row="1" column="0">
130 <widget class="QLabel" name="label">
131 <property name="text">
132 <string>Tip: Double-click to edit</string>
133 </property>
134 </widget>
135 </item>
136 <item row="2" column="0">
137 <widget class="QDialogButtonBox" name="buttonBox">
138 <property name="orientation">
139 <enum>Qt::Horizontal</enum>
140 </property>
141 <property name="standardButtons">
142 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
143 </property>
144 </widget>
145 </item>
146 </layout>
147 </widget>
148 <tabstops>
149 <tabstop>itemsTree</tabstop>
150 <tabstop>addButton</tabstop>
151 <tabstop>removeButton</tabstop>
152 <tabstop>clearButton</tabstop>
153 <tabstop>buttonBox</tabstop>
154 </tabstops>
155 <resources>
156 <include location="abby.qrc"/>
157 </resources>
158 <connections>
159 <connection>
160 <sender>buttonBox</sender>
161 <signal>accepted()</signal>
162 <receiver>FeedMgrDialog</receiver>
163 <slot>accept()</slot>
164 <hints>
165 <hint type="sourcelabel">
166 <x>257</x>
167 <y>242</y>
168 </hint>
169 <hint type="destinationlabel">
170 <x>157</x>
171 <y>251</y>
172 </hint>
173 </hints>
174 </connection>
175 <connection>
176 <sender>buttonBox</sender>
177 <signal>rejected()</signal>
178 <receiver>FeedMgrDialog</receiver>
179 <slot>reject()</slot>
180 <hints>
181 <hint type="sourcelabel">
182 <x>325</x>
183 <y>242</y>
184 </hint>
185 <hint type="destinationlabel">
186 <x>286</x>
187 <y>251</y>
188 </hint>
189 </hints>
190 </connection>
191 <connection>
192 <sender>addButton</sender>
193 <signal>clicked()</signal>
194 <receiver>FeedMgrDialog</receiver>
195 <slot>onAdd()</slot>
196 <hints>
197 <hint type="sourcelabel">
198 <x>470</x>
199 <y>26</y>
200 </hint>
201 <hint type="destinationlabel">
202 <x>250</x>
203 <y>114</y>
204 </hint>
205 </hints>
206 </connection>
207 <connection>
208 <sender>removeButton</sender>
209 <signal>clicked()</signal>
210 <receiver>FeedMgrDialog</receiver>
211 <slot>onRemove()</slot>
212 <hints>
213 <hint type="sourcelabel">
214 <x>489</x>
215 <y>147</y>
216 </hint>
217 <hint type="destinationlabel">
218 <x>250</x>
219 <y>114</y>
220 </hint>
221 </hints>
222 </connection>
223 <connection>
224 <sender>clearButton</sender>
225 <signal>clicked()</signal>
226 <receiver>FeedMgrDialog</receiver>
227 <slot>onClear()</slot>
228 <hints>
229 <hint type="sourcelabel">
230 <x>474</x>
231 <y>166</y>
232 </hint>
233 <hint type="destinationlabel">
234 <x>250</x>
235 <y>125</y>
236 </hint>
237 </hints>
238 </connection>
239 </connections>
240 <slots>
241 <slot>onAdd()</slot>
242 <slot>onRemove()</slot>
243 <slot>onPaste()</slot>
244 <slot>onClear()</slot>
245 </slots>
246 </ui>