How to do concurrent async image download in PyQt5 5 years ago 4 min read PythonPyQt5Qt Suppose you are building a UI widget that accepts a list of image URLS. When asked, the widget is supposed to download every image, scale it, and set it as an icon for a button....