QDockWidget, QStatusBar, and QToolBar
Understand how our GUI applications use QDockWidget, QStatusBar, and QToolBar widgets.
We'll cover the following
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 1400+ tech skills courses.