Hi all
Working on Qt4.1 for Intel MAC
Can anybody tells me that Is there a way to remove or hide the border line of QGroupBox.
Thanx
Hi all
Working on Qt4.1 for Intel MAC
Can anybody tells me that Is there a way to remove or hide the border line of QGroupBox.
Thanx
Always Believe in Urself![]()
Merry
Qt 4.1 doesn't have style sheets so I guess that's out of question. Which of QGroupBox features are you using then? How about using a separate label for title and another plain widget for contents?
Qt Code:
|----------------| |----------------| | | | contents | | | |----------------|To copy to clipboard, switch view to plain text mode
J-P Nurmi
merry (22nd August 2007)
you could also try:
Bookmarks