but wysota, connecting to this signal would cause the slot to be invoked for every focus change, right? if that is the case, the slot should check every time that the newWidget is of the new custom type before notification. This would make things inefficient right?
A single signal processing is heavier than the slot you are going to connect to it, so the overhead of actually calling the slot is minimal.
Bookmarks