eric6.Helpviewer.Feeds.FeedsDialog
Module implementing a dialog to add RSS feeds.
Global Attributes
Classes
Functions
FeedsDialog
    Class documentation goes here.
Derived from
QDialog, Ui_FeedsDialog
Class Attributes
Class Methods
Methods
Static Methods
FeedsDialog (Constructor)
FeedsDialog(availableFeeds, browser, parent=None)
        Constructor
- availableFeeds
- 
list of available RSS feeds (list of tuple of
            two strings)
- browser
- 
reference to the browser widget (HelpBrowser)
- parent
- 
reference to the parent widget (QWidget)
FeedsDialog.__addFeed
__addFeed()
        Private slot to add a RSS feed.