5 |
5 |
6 """ |
6 """ |
7 Module implementing the AdBlock configuration dialog. |
7 Module implementing the AdBlock configuration dialog. |
8 """ |
8 """ |
9 |
9 |
10 from PyQt4.QtCore import * |
10 from PyQt4.QtCore import QUrl |
11 from PyQt4.QtGui import * |
11 from PyQt4.QtGui import QDialog, QMenu, QToolButton, QApplication, QDesktopServices |
12 |
12 |
13 from E5Gui.E5TreeSortFilterProxyModel import E5TreeSortFilterProxyModel |
13 from E5Gui.E5TreeSortFilterProxyModel import E5TreeSortFilterProxyModel |
14 |
14 |
15 import Helpviewer.HelpWindow |
15 import Helpviewer.HelpWindow |
16 |
16 |