I have GridViewin ScrollView.
GridView
ScrollView
By default, the scroll / step speed for the mouse wheel is only a few pixels, and I would like to increase it. What is the best way to do this?
I am using Qt5.3.
You can use the __wheelAreaScrollSpeedScrollView property to set its scroll speed.
__wheelAreaScrollSpeed
ScrollView { __wheelAreaScrollSpeed: 50 Item {} //The content you wish to scroll }
Source: https://habr.com/ru/post/1545644/More articles:Что нельзя сделать без EJB - javawhy the returned os.popen object does not support the next () call - pythonHow to connect vpn always in iOS - ios7Запуск тестов UFT (QTP) удаленно через пакетный файл. - batch-fileJQuery Dynamic Table column call - jqueryWhy are uninitialized const members handled differently in C than in C ++? - c ++What is the maximum record size for indexed DB? - javascriptChanging RootViewcontroller with Push Transition Effect - iosThe average value of the average density in a large array of masks - pythonCross-modular insertion of internal modules - optimizationAll Articles