Hello everyone,
is there a way to connect a QProgressDialog or QProgressBar to the execution of a QThread?
for example the QProgressDailog should appear when the QThread starts and then show the progress until the QThread finishes.