qwebengineview smooth scroll code example
Example: how to make QtWebengine have smooth scrolling
# Add '--enable-smooth-scrolling' parameter when
# running the app as your app's argument.
# like :
python app.py --enable-smooth-scrolling
# Add '--enable-smooth-scrolling' parameter when
# running the app as your app's argument.
# like :
python app.py --enable-smooth-scrolling