Qt 6.11 is out! See what's new in the release
blog
how to hide the vertical scroll bar of the qwebengineview?
-
I used the code what like this:
page()->settings()->setAttribute(QWebEngineSettings::ShowScrollBars,false);
the qwebengineview hide both the vertical and horizonal srcoll.So how to hide the vertical scroll bar and set the horizonal scroll bar showed automatically?
by the way,where could I get the manual api of the qwebegine settings.it has some different methods from the chromes.