Setting "defaultAction" of QToolButtons in Qt designer.
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!
Re: Setting "defaultAction" of QToolButtons in Qt designer.
As far as I remember this has to be done in code. Designer can't handle it. Just add an empty button and then add an action to it in code.