Hi,

When I have a QToolButton (not in a toolbar, but as a widget in a from) I can "connect" it to an action with "setDefaultAction", which has many advantages (i.E. the toolButton gets disabled when the action gets disabled).
Can I make this connection also directly in qt4 designer?

Thanks!