how to make QtWebengine have smooth scrolling

C++
# Add '--enable-smooth-scrolling' parameter when
# running the app as your app's argument.
# like :
python app.py --enable-smooth-scrolling
Source

Also in C++: