In Qt when we use the function addAction of a QToolBar:
_LastBar->addAction(QtExtensions::Action(name, icon, func));
How could we retrieve the QToolButton generated for that action?
Or, if this is not possible, how to find the last button/widget of a QToolBar?
