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?

  1. QtGraphical
  2. PyQtGui
  3. QtCore
  4. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.