Home »
Python »
PyQt MCQs
Which class is used for rendering and editing HTML in PyQt?
7. Which class is used for rendering and editing HTML in PyQt?
- QtWebKit
- QtGuiWebKit
- QtHtml
- Both B and C
Answer: A) QtWebKit
Explanation:
PyQt's class QtWebKit is used for rendering and editing HTML. The QtWebKit is one of the major engines to render webpages and execute JavaScript code.