QWebengineView : Disable Ctrl+mouse wheel

415 Views Asked by At

Is it possible to disable zooming(ctrl+mousewheel) of html content loaded in QWebEngineView. I tried

qputenv("QTWEBENGINE_CHROMIUM_FLAGS", "--enable-blink-features=ShadowDOMV0,CustomElementsV0,--disable-pinch");

it is not working.

Note: We are building a desktop application.

0

There are 0 best solutions below