If you are looking to have a multiple pages and navigate back and forth between them, then look at QWizard and QWizardPage
If you are looking to have a multiple pages and navigate back and forth between them, then look at QWizard and QWizardPage
When you know how to do it then you may do it wrong.
When you don't know how to do it then it is not that you may do it wrong but you may not do it right.
Thanks for your quick reply!
Well, not that at all, i was thinking more about the control it self, i mean, the 2 rounded buttons and the down arrow. that control is native from windows vista, windows 7, and used in lot of aplications. i would like to be able to include it in some place of my application... i want to find the way to include it throw QT, but i don't event know its name to search about in the microsoft developers docs
See QToolBar, QToolBar::setMenu() and QToolBar::setPopupMode()
Cheers,
_
Thanks but i am talking about the look and feel, I am trying to release that exactly control as it looks.
Then do a screen capture of the button from whatever application has it, edit it to mask out whatever you don't like in your favorite icon editor, and then set it as the icon for a pushbutton on the toolbar.
Bookmarks