164 def showProtocolHandlerManagerDialog(self): |
164 def showProtocolHandlerManagerDialog(self): |
165 """ |
165 """ |
166 Public method to show the protocol handler manager dialog. |
166 Public method to show the protocol handler manager dialog. |
167 """ |
167 """ |
168 from eric7.WebBrowser.WebBrowserWindow import WebBrowserWindow |
168 from eric7.WebBrowser.WebBrowserWindow import WebBrowserWindow |
|
169 |
169 from .ProtocolHandlerManagerDialog import ProtocolHandlerManagerDialog |
170 from .ProtocolHandlerManagerDialog import ProtocolHandlerManagerDialog |
170 |
171 |
171 dlg = ProtocolHandlerManagerDialog(self, WebBrowserWindow.getWindow()) |
172 dlg = ProtocolHandlerManagerDialog(self, WebBrowserWindow.getWindow()) |
172 dlg.open() |
173 dlg.open() |