[Qt-interest] using designer to add menu to toolbar
Duane Hebert
spoo at flarn.com
Thu Nov 19 16:51:21 CET 2009
I have a tool bar with some actions built in designer. I want to add a drop down menu to the toolbar. I can do this manually by
building a QMenu and using QMenu::menuAction() to add it to the tool bar. This works as expected.
But I would like to do this from designer so that it shows up when modifying this gui from designer. Is this possible?
I'm using Qt4.5.1 on windows with VS integration.
More information about the Qt-interest-old
mailing list