I’m trying to load a UI file using PyQt5.uic.loadUi which has QWebEngineView, but my code currently loads a blank QT form. It was working before until I changed the way classes were referencing each other. I’m new to working with classes and cannot understand the correct use of self and parent. demoweb.ui file: Answer This has been resolved after following