天天看點

Qt鍵盤事件 ESC

void GLWidget::keyPressEvent(QKeyEvent *event)

{

switch(event->key())

{

           Qt::Key_Escape

        }

}

繼續閱讀