×

Multiple-Choice Questions

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

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.

Comments and Discussions!

Load comments ↻






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