Is there a way to reduce the scroll speed on a QScrollArea? When I scroll by the mouse wheel, it jumps passed the content. So yeah is there a way to adjust it?

有帮助吗?

解决方案

You can set singleStep (in pixels) of area's scroll bars:

ui->scrollArea->verticalScrollBar()->setSingleStep(2);
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top