Hi,
I have a problem on SDK (OS:Windows Vista).
I use setWindowFlags((this->windowFlags()|Qt::FramelessWindowHint) ,but it still have gray line around window.
Can somebody reply this problem?
note: you can see the picture in attachment.
linste0815
Hi,
I have a problem on SDK (OS:Windows Vista).
I use setWindowFlags((this->windowFlags()|Qt::FramelessWindowHint) ,but it still have gray line around window.
Can somebody reply this problem?
note: you can see the picture in attachment.
linste0815
just try
do you have a widget over another widget?Qt Code:
setWindowFlags(Qt::FramelessWindowHint);To copy to clipboard, switch view to plain text mode
Seem to remember I had a border too, think I turned it off using a stylesheet -
Qt Code:
QGraphicsScene scene; ... view.setStyleSheet("background: transparent; border: none"); ...To copy to clipboard, switch view to plain text mode
linste0815 (6th June 2010)
Dear Plan2010,
Thank you very much, it really great help...
Yes, it really hide the gray window ...
Hi soulless,
yes, a widget over another widget ...
linste0815
Bookmarks