×

Multiple-Choice Questions

Web Technologies MCQs

Computer Science Subjects MCQs

Databases MCQs

Programming MCQs

Testing Software MCQs

Digital Marketing Subjects MCQs

Cloud Computing Softwares MCQs

AI/ML Subjects MCQs

Engineering Subjects MCQs

Office Related Programs MCQs

Management MCQs

More

Which is the correct import statement to import QtGui Module?

5. Which is the correct import statement to import QtGui Module?

  1. from PyQt4 import PyQtGui
  2. from PyQt4 import QtGui
  3. import PyQt4 from QtGui
  4. Both A and B

Answer

The correct answer is: B) from PyQt4 import QtGui

Explanation

The correct import statement to import QtGui Module in Python is:

from PyQt4 import QtGui

Comments and Discussions!

Load comments ↻






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