Progress Bars are an integral part of user experience and helps users get an idea on the time left for a given process that runs on the GUI. This topic will go over the basics of implementing a progress bar in your own application.
This topic will touch lightly on QThread and the new signals/slots mechanism. Some basic knowledge of PyQt5 widgets is also expected of readers.
When adding examples only use PyQt5 and Python built-ins to demonstrate functionality.
PyQt5 Only
Experimenting with these examples is the best way to get started learning.