views:

126

answers:

1

I have a QWebview in a grid layout, along with other widgets. When the user resizes the window, the QWebview doesn't resize, but the other widgets do. How can I make the QWebview resize correctly?

A: 

Most likely you're not using correct sizePolicy. Take a look here http://doc.qt.nokia.com/4.6/layout.html

Does using other widget in place of QWebView change anything?

Anton