Which QClipboard class's method is used to copy QImage into the clipboard in PyQt?

30. Which QClipboard class's method is used to copy QImage into the clipboard in PyQt?

  1. copyImage()
  2. copyQImage()
  3. setQImage()
  4. setImage()

Answer: D) setImage()

Explanation:

The setImage() is a method of QClipboard class that is used to copy a QImage into a clipboard in PyQt

Comments and Discussions!

Load comments ↻






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