Qt Code:
{ qDebug() << qv->key(); //try calling your base class (from which you inherit Widget) key press event if you inherit widget from QWidget }To copy to clipboard, switch view to plain text mode
Qt Code:
{ qDebug() << qv->key(); //try calling your base class (from which you inherit Widget) key press event if you inherit widget from QWidget }To copy to clipboard, switch view to plain text mode
Thanks :-)
Bookmarks