hello guys,

i'm working on my webbrowser project, i want to draw a frameless webview in a graphicsview

and i realized that the webview of qt 4.6 comes with a window frame. and i don't know how to turn the frame off. i want to draw a frameless widget. i have tried some window flags, but they don't work.

i used to use qt 4.5.1, and there was no frame.

thanks.