Home »
Python »
PyQt MCQs
Which object(s)/widget(s) is/are used for drawing menus in QmainWindow?
11. Which object(s)/widget(s) is/are used for drawing menus in QMainWindow?
- QMenuBar
- QMenu
- QAction
- All of the above
Answer: D) All of the above
Explanation:
The QMenuBar, QMenu, and QAction widgets are used for drawing menus in QMainWindow.