Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
Qt Creator 4.0.0
-
Win 10 64 Bit
Description
How to reproduce:
Trigger open type hierarchy on QObject.
What happens:
It needs ~20-30 seconds on my machine to generate the type hierarchy. It seems this is done in the ui thread... creator becomes unresponsive.
What should happen:
Just make it async with one of these small progress bars.