No this isn't an iFrame, that's just what this prototype intended to replicate.
Very basic example of serving a local HTML/JS file from QWebEngine, and using QWebChannel to communicate back and forth between JS and python.
Built with Python 3.10 and PySide6.
- Create venv
python -m venv ./venv
- Update pip
python -m pip install --upgrade pip
- Install requirements
pip install -r .\requirements.txt
- Launch the application
python .\main.py
Alternatively there is a VsCode launch.json configured, so you can start debugging with F5 as well.