Home »
Python »
PyQt MCQs
Which module contains GUI functionalities to work with the graphical interface in Python?
4. Which module contains GUI functionalities to work with the graphical interface in Python?
- QtGraphical
- PyQtGui
- QtCore
- QtGui
Answer: D) QtGui
Explanation:
There is a module named QtGui in PyQt that provides the classes and functions for working with the graphical interface in Python.