Home »
MCQs »
Pygame 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
The correct answer is: A) QtWebKit
Explanation
PyQt's class QtWebKit
is used for rendering and editing HTML. The QtWebKit
is one of the major engines to render web pages and execute JavaScript code.