python-qt-tools / PyQt5-stubs

Stubs for PyQt5
GNU General Public License v3.0
69 stars 31 forks source link

Make QWebEngineView.setPage() parameter optional #212

Closed sanjacob closed 1 year ago

sanjacob commented 1 year ago

This change allows the page passed to setPage() to be None, which is a valid technique and often needed.

bluebird75 commented 1 year ago

Thanks for the proposal (and sorry for the long delay).