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() 中拖放的过程。 因此,我无法在该过程中检测到“ctrl”。 如果是鼠标,我可以使用 QCursor 获取信息,对吗? 有没有像 QCursor 这样的键盘方式?
QApplication::keyboardModifiers() == Qt::ControlModifier