Mercurial > hg > Feedworm
comparison Ui_MainWindow.ui @ 103:063581d8594e
implement deleting a feed from the GUI
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 16 Feb 2011 06:57:06 +0100 |
parents | 3be484078991 |
children | 4f87be5399ff |
comparison
equal
deleted
inserted
replaced
102:25fef7c29c5b | 103:063581d8594e |
---|---|
79 <string>Feed</string> | 79 <string>Feed</string> |
80 </property> | 80 </property> |
81 <addaction name="actionAddFeed"/> | 81 <addaction name="actionAddFeed"/> |
82 <addaction name="actionMarkFeedRead"/> | 82 <addaction name="actionMarkFeedRead"/> |
83 <addaction name="actionUpdate"/> | 83 <addaction name="actionUpdate"/> |
84 <addaction name="actionDeleteFeed"/> | |
84 <addaction name="actionFeedSettings"/> | 85 <addaction name="actionFeedSettings"/> |
85 </widget> | 86 </widget> |
86 <widget class="QMenu" name="menuArticle"> | 87 <widget class="QMenu" name="menuArticle"> |
87 <property name="enabled"> | 88 <property name="enabled"> |
88 <bool>false</bool> | 89 <bool>false</bool> |
209 </property> | 210 </property> |
210 <property name="shortcut"> | 211 <property name="shortcut"> |
211 <string>Ctrl+Shift+U</string> | 212 <string>Ctrl+Shift+U</string> |
212 </property> | 213 </property> |
213 </action> | 214 </action> |
215 <action name="actionDeleteFeed"> | |
216 <property name="enabled"> | |
217 <bool>false</bool> | |
218 </property> | |
219 <property name="text"> | |
220 <string>Delete</string> | |
221 </property> | |
222 </action> | |
214 </widget> | 223 </widget> |
215 <customwidgets> | 224 <customwidgets> |
216 <customwidget> | 225 <customwidget> |
217 <class>QWebView</class> | 226 <class>QWebView</class> |
218 <extends>QWidget</extends> | 227 <extends>QWidget</extends> |
381 <x>495</x> | 390 <x>495</x> |
382 <y>374</y> | 391 <y>374</y> |
383 </hint> | 392 </hint> |
384 </hints> | 393 </hints> |
385 </connection> | 394 </connection> |
395 <connection> | |
396 <sender>actionDeleteFeed</sender> | |
397 <signal>activated()</signal> | |
398 <receiver>MainWindow</receiver> | |
399 <slot>deleteFeed()</slot> | |
400 <hints> | |
401 <hint type="sourcelabel"> | |
402 <x>-1</x> | |
403 <y>-1</y> | |
404 </hint> | |
405 <hint type="destinationlabel"> | |
406 <x>495</x> | |
407 <y>374</y> | |
408 </hint> | |
409 </hints> | |
410 </connection> | |
386 </connections> | 411 </connections> |
387 <slots> | 412 <slots> |
388 <slot>addFeed()</slot> | 413 <slot>addFeed()</slot> |
389 <slot>feedSelected(QModelIndex)</slot> | 414 <slot>feedSelected(QModelIndex)</slot> |
390 <slot>feedEntrySelected(QModelIndex)</slot> | 415 <slot>feedEntrySelected(QModelIndex)</slot> |
392 <slot>openSelectedEntryInBrowser()</slot> | 417 <slot>openSelectedEntryInBrowser()</slot> |
393 <slot>openLinkFromSelectedEntry()</slot> | 418 <slot>openLinkFromSelectedEntry()</slot> |
394 <slot>showPreferences()</slot> | 419 <slot>showPreferences()</slot> |
395 <slot>showFeedSettings()</slot> | 420 <slot>showFeedSettings()</slot> |
396 <slot>markSelectedFeedRead()</slot> | 421 <slot>markSelectedFeedRead()</slot> |
422 <slot>deleteFeed()</slot> | |
397 </slots> | 423 </slots> |
398 </ui> | 424 </ui> |