Home »
MCQs »
Pygame 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
The correct answer is: D) QtGui
Explanation
There is a module named QtGui in PyQt which provides the classes and functions for working with the graphical interface in Python.