Creator very very very slow on finding/creating slot funktion from designer
-
Hello,
if I choose from the contexmenü of a QPushButton ->Slots/clicked() I must wait about 25 second for the jump to its code implementation. Its the same time for a new or a existing slot-funktions.This worked in old Creator version immediately.
It is a very annoying situation.
-
Hi,
On which version of Qt Creator are you seeing this change ? Which was the last version fast enough ?
-
The widgets designer is typically slow finding signals and slots, when either the project structure is complex or custom slots aren’t properly propagated. I have also observed issues with slot connections, if the underlying project has changed in structure. Any of those conditions given in your project?
-
What means complex structure ? It seem that it takes nearly exactly the same time in every dialog in dependent of its count of widgets. Nothing seem to be cached. The next call of the same issued costs exactly the same time.
Cannot really understand what is the complexity to find a funktion with a special signature in some code lines. Esprcialy because the old Creator made this task 25 times faster.
Besides, a nice feature for the Designer would be, if on can see in the slot list if a slot funktion exists yet. A * sign or so. Sometimes I have not the overview what kind of slots are connected und I must check it all - what is very slow now.