QThread.isFinished returns False in slot connected to finished() signal
Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Forest of Spells Looping
--
Chapters
00:00 Question
01:19 Accepted answer (Score 1)
01:30 Thank you
--
Full question
https://stackoverflow.com/questions/2072...
Question links:
[QThread emits finished() signal but isRunning() returns true and isFinished() returns false]: https://stackoverflow.com/q/17045368/
Accepted answer links:
https://bugreports.qt-project.org/browse...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#python #qt #pyqt4 #pyside #qthread
#avk47
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Forest of Spells Looping
--
Chapters
00:00 Question
01:19 Accepted answer (Score 1)
01:30 Thank you
--
Full question
https://stackoverflow.com/questions/2072...
Question links:
[QThread emits finished() signal but isRunning() returns true and isFinished() returns false]: https://stackoverflow.com/q/17045368/
Accepted answer links:
https://bugreports.qt-project.org/browse...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#python #qt #pyqt4 #pyside #qthread
#avk47
ACCEPTED ANSWER
Score 1
Turns out it was a bug in qt (https://bugreports.qt-project.org/browse/QTBUG-30251) which is fixed in Qt 4.8.5. PySide 1.2.1 comes with Qt4.8.5.