What I am currently doing is:
- create the action
- add the action to the toolBar by using the addAction method
Is there a way to access the QToolButton that is created automatically when the action is added to the toolbar with QToolBar::addAction() ?
Or should I:
- create the action
- create the toolButton
- set the default action of the toolButton
- add the toolButton to the toolBar




Reply With Quote

Bookmarks