Sorry, above is true for Qt4 only.Originally Posted by yogeshm02
But you can still omit border and title.
Sorry, above is true for Qt4 only.Originally Posted by yogeshm02
But you can still omit border and title.
If I can omit the border line and title of my buttonGroup it may be interesting. But I also need to include a pictutre in the group because the graphical representation I want to have is as follow : a picture centered in my group and many buttons all around my picture.
I'll check this point in the afternoon.
Or you can just hide() the QButtonGroup, and use this method to add the QButtons to it:Originally Posted by yogeshm02
Quote from the QButtonGroup docsThe button group is an invisible widget and the contained buttons have some other parent widget. In this usage, each button must be manually inserted, using insert(), into the button group and given an identifier.![]()
Bookmarks