Hi,

I'd like to enable or disable some actions in the toolbar in execution time.

In order to do that, I saw that QToolBar just let us get the actions if I use a function with the position of the action... it doesn't seem to be what I'm looking for so I saw it obtains a list with all the actions with "actions()" (from QWidget), cool.

But when I call the function it doesn't send me back anything.

It's that the proper way to access to the actions in a qtoolbar? do I have any other way?

thanks!