Replies: 1 comment 2 replies
-
|
For a progessbar I would strongly recommend that you take a look at tqdm or something similar rather than a qtthread. That is actually already build in to the dond functions here e.g. here https://github.com/QCoDeS/Qcodes/blob/master/qcodes/utils/dataset/doNd.py#L638 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm new in QCodes, and I would like to add a small progress bar in a simple Dialog, to show the user the measurent progress.
For doing that I have done a QThread, and inside I'm running the following code (from the 15 minutes to QCoDes):
When running I got the following error message:
Is there a simple workarround to do this?
And more generaly, which is the proper way to deal with threading in QCoDes?
Thank you in advance.
Regards,
Samuel.
Beta Was this translation helpful? Give feedback.
All reactions