How to round the borders of a QWebEngineView widget?
I’m trying to round the borders of a QWebEngineView widget, i have tried using stylesheet but the borders aint changing:
how to render page in QT c++ using QWebEngineView?
i have 4 tabs and in the 4th tab i want to get a web page, what i did was access the widget which is present in that tab and then render the page on it.