16 import UI.PixmapCache |
16 import UI.PixmapCache |
17 |
17 |
18 |
18 |
19 class ClickToFlashWhitelistDialog(QDialog, Ui_ClickToFlashWhitelistDialog): |
19 class ClickToFlashWhitelistDialog(QDialog, Ui_ClickToFlashWhitelistDialog): |
20 """ |
20 """ |
21 Class implementing a dialog to manage the ClickToFlash whitelist |
21 Class implementing a dialog to manage the ClickToFlash whitelist. |
22 """ |
22 """ |
23 def __init__(self, whitelist, parent=None): |
23 def __init__(self, whitelist, parent=None): |
24 """ |
24 """ |
25 Constructor |
25 Constructor |
26 |
26 |