QWebEngine in Qt Designer

Wondefully done bruv, but if we doing this using qt designer, which widget and how exactly do we fit things like QWebEngine or QVideoWidget or even Maps in the qt Designer developed app??? Right now we are hard coding everything from start to finish, but how do we integrate these features with Qt Designer?

Hi Naresh, you can take a look at this tutorial Embedding PyQtGraph (or any other custom PyQt5 widgets) from Qt Designer which shows you how to use custom widgets in Qt Designer. Basically you add a plain QWidget and then “promote” that the to the name of the widget you want to use.