I want to disable the Backspace short in QWebview.
My code is
pageAction(QWebPage::Back)->setShortcut( QKeySequence(Qt::CTRL + Qt::Key_Back));
But it can not work.
Someone could help?
Thanks in advance.
↧