Helpviewer/HelpWebSearchWidget.py

changeset 96
9624a110667d
parent 55
b5c84934de9c
child 142
94ce651735db
equal deleted inserted replaced
95:261bc03812fd 96:9624a110667d
4 # 4 #
5 5
6 """ 6 """
7 Module implementing a web search widget for the web browser. 7 Module implementing a web search widget for the web browser.
8 """ 8 """
9
10 import os
11 import imp
12 9
13 from PyQt4.QtCore import * 10 from PyQt4.QtCore import *
14 from PyQt4.QtGui import * 11 from PyQt4.QtGui import *
15 from PyQt4.QtWebKit import QWebSettings 12 from PyQt4.QtWebKit import QWebSettings
16 13

eric ide

mercurial