I want to Write text inside group box with out any border and it should be read only.
I dont want to use QLabel because it is writing in one label, which i dont want.
Please tell me if you identified anything?
I want to Write text inside group box with out any border and it should be read only.
I dont want to use QLabel because it is writing in one label, which i dont want.
Please tell me if you identified anything?
group box without any border?? its not a group box then
anyways.. u can always inherit the class and do the painting yourself
Or might be QGroupBox::setFlat does what you want...![]()
Bookmarks