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.
私のプログラムでは、マウスでポイントをつかんで移動することができます。問題は、マウスボタンを離した後、Qt がポイントを解放しないことです。次のようなものはありませんか:
if(Qt::Leftbutton && isPressed(true))
私はトロールテックのウェブサイトを見ましたが、役立つものを見つけることができませんでした
ありがとう..
mouseReleaseEventを試してください。