Another recommendation: don't use the "connect by name" feature to connect signals of widgets in the designer form to slots.

Use actual, explicit connect() calls.

Gives you much more robust and maintainable code

Cheers,
_