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 |