How would i go about sizing the QWebView window with the size of the window? Right now i see i can only give it certain dimensions, but how can i make it 100% width and 100% height, and change as i make a window bigger or smaller?
Basically if i was to resize, it would resize the QWebview as well. How do i go about this?
I see there is size dimensions but i dont see how to have it resize based on the window app.
Add your
QWebView
inside a layout.You can read more about layout management here.