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.
ドラッグアンドドロップ作業でキーボードを押された状態にしたい。 dropMimeData()でDOドラッグ&ドロップする処理をしました。 そのため、そのプロセスで「ctrl」を検出できません。 マウスの場合はQCursorで情報を取得できますよね? キーボード用の QCursor のような方法はありますか?
QApplication::keyboardModifiers() == Qt::ControlModifier