eric7.WebBrowser.Feeds.FeedsDialog
Module implementing a dialog to add RSS feeds.
Global Attributes
Classes
| FeedsDialog | Class implementing a dialog to add RSS feeds. | 
Functions
FeedsDialog
    Class implementing a dialog to add RSS feeds.
Derived from
QDialog, Ui_FeedsDialog
Class Attributes
Class Methods
Methods
Static Methods
FeedsDialog (Constructor)
FeedsDialog(availableFeeds, browser, parent=None)
        Constructor
- availableFeeds (list of [(str, str)])
- 
list of available RSS feeds
- browser (WebBrowserView)
- 
reference to the browser widget
- parent (QWidget)
- 
reference to the parent widget
FeedsDialog.__addFeed
__addFeed(button)
        Private slot to add a RSS feed.
- button (QPushButton)
- 
reference to the feed button