PyQt threading help meee harrison & david

by: m1rx, 9 years ago

Last edited: 9 years ago

i want some useful examples for qt threading that makes me understand it
for example i have this and i want to thread it in pyqt:

import requests
requests.get ('https://python.org/').text




You must be logged in to post. Please login or register an account.



I've never done it, so I wont be of much help. Here's a threading tutorial with PyQt though, looks pretty useful: https://nikolak.com/pyqt-threading-tutorial/

-testytest 9 years ago

You must be logged in to post. Please login or register an account.