Does Qt Builder have a built-in tool for editing the toolbar?

By default, Qt Builder adds a toolbar to a Qt4 GUI application.

How do I edit the toolbar? I right clicked but nothing was helpful in the menu.

+2


a source to share


1 answer


Find the action editor, create a new action (either by right-clicking and selecting a new one, or by clicking on the New icon that looks like a blank page), give the action a name, click OK to close the new dialog action, and finally drag action on the toolbar.



+3


a source







All Articles