[SOLVED]How can hide boundary of QScrollArea?
General and Desktop
4
Posts
3
Posters
2.4k
Views
1
Watching
Hi,
I want to hide the QScrollArea's Border. So can any one help me how to do so?
Pardeep Sharma
Thank you for your reply but I don't want to use CSS, is there any other way??
Pardeep Sharma
From code:
@
scrollArea->setFrameShape( QFrame::NoFrame );
@
or from the corresponding option in the designer.