Hello,
please how I can create rectangualars an rounded buttons with Qt 4.6.2 and put them like this:
thank you very much
Hello,
please how I can create rectangualars an rounded buttons with Qt 4.6.2 and put them like this:
thank you very much
How about subclassing QAbstractButton? or perhaps QPushButton and overriding the virtual paint method? You'll need to provide a new hittest method as well I would think so Qt knows when the button is clicked.
please can you make me an example?
I would like to insert theses 5 buttons into a resizable widget (with QLayout)
kenouz1234 (7th March 2010)
I guess the embedded widgets 5 way button fits your requirement,.
Have a look at embedded widgets source code
kenouz1234 (7th March 2010)
Bookmarks