I am trying to make a download manager similar to the queuing example included with Qt. However, rather than the queue, I just want the URLs to be downloaded in parallel. I want to have a GUI version which has multiple progress bars showing the progress of each of the downloads. QNetworkAccessManager will do the multiple downloading fine, but the progress signal from a single reply is not easily attached to a QList of QProgressBars.
Maybe I'm thinking of this wrong, but how do I do this? I feel like this would be easy, but I'm having a heck of time wrapping my head around what I am needing.
Thanks for any advice!
Joey
Bookmarks