PDA

View Full Version : I don't want the "scroll bar corner" of my workspace area to be transparent



dobedidoo
22nd January 2010, 14:33
I have a QMainWindow with a QWorkspace area in which I open other widgets/windows. For some reason the lower right "corner" of my QWorkspace (the small area where the two QScrollBar's meet) is transparent, which I don't like... If I for example move one of the windows in the workspace area so that some visible part of it comes "under" that area, it "shines through", as can be seen in the attached image.

How can I set this small area to be, for example, all white instead of transparent?

(I use Qt 4.6.1 on Windows.)

http://www.qtcentre.org/attachment.php?attachmentid=4172&d=1264170298

nish
22nd January 2010, 14:45
QWorkspace is a dead class... try the new QMdiArea