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);