Is there a way to get all running threads in Qt application from QApplication object?
+1
A:
Not through the standard API, but you can give all threads the same parent (e.g. qApp) and then use the children method.
e8johan
2010-03-26 14:11:22