Work through the fundamental building blocks of GUI applications that you can use to create your own apps.
- Connect button presses to actions in your apps with Signals, Slots & Events
- Take a look at Widgets available in PyQt6
- Arrange widgets together using Layouts to build real applications.
- Add toolbars & menus with keyboard shortcuts using QAction.
- Popup dialogs to get confirmation, or select files.
- Build multi-window applications.
