Helpviewer/Feeds/FeedsDialog.py

changeset 4756
ba3986ab9b20
parent 4631
5c1a96925da4
child 5389
9b1c800daff3
equal deleted inserted replaced
4746:bd60f10ff4ec 4756:ba3986ab9b20
19 import UI.PixmapCache 19 import UI.PixmapCache
20 20
21 21
22 class FeedsDialog(QDialog, Ui_FeedsDialog): 22 class FeedsDialog(QDialog, Ui_FeedsDialog):
23 """ 23 """
24 Class documentation goes here. 24 Class implementing a dialog to add RSS feeds.
25 """ 25 """
26 def __init__(self, availableFeeds, browser, parent=None): 26 def __init__(self, availableFeeds, browser, parent=None):
27 """ 27 """
28 Constructor 28 Constructor
29 29

eric ide

mercurial