Render html tags attrs on QtWebEngine page in pyqt

132 Views Asked by At

I am working on a Qt project that requires some HTML tags attrs to be rendered over the main page. for example, id or class name. But I am not sure exactly how to proceed with this. Does anyone have previous experience rendering custom text over PyQtWebEngine?

I attached an example of what I am describing:

enter image description here

0

There are 0 best solutions below