QDockWidget, QStatusBar, and QToolBar

Understand how our GUI applications use QDockWidget, QStatusBar, and QToolBar widgets.

QDockWidget and QStatusBar

Toolbars, status bars, and dock widgets can be added to GUIs using framework software. When the mouse pointer is over the "Exit" icon in the toolbar, the status bar at the bottom displays the text "Quit program".

We start by importing the modules which will be required for the application.

Get hands-on with 1200+ tech skills courses.