Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法降低 QScrollArea 上的滚动速度?当我滚动鼠标滚轮时,它会跳过内容。所以是的,有没有办法调整它?
您可以设置singleStep(以像素为单位)区域的滚动条:
singleStep
ui->scrollArea->verticalScrollBar()->setSingleStep(2);