Home »
Python »
PyQt MCQs
Which object acts as a placeholder to display non-editable text or image, or a movie of animated GIF in PyQt?
10. Which object acts as a placeholder to display non-editable text or image, or a movie of animated GIF in PyQt?
- QLabel
- QText
- QEditText
- QEditLabel
Answer: A) QLabel
Explanation:
A QLabel object acts as a placeholder to display non-editable text or image, or a movie of animated GIF.