Qt: 自己发送事件.

Qt: 自己发送事件.
QKeyEvent  event(QEvent::KeyPress,Qt::Key_Up,Qt::NoModifier);
QApplication::sendEvent(target,&event);

你可能感兴趣的:(Qt: 自己发送事件.)