mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Add a shortcut to going back
This commit is contained in:
@ -57,6 +57,8 @@ void ComicVineDialog::doLayout()
|
||||
searchButton = new QPushButton(tr("search"));
|
||||
closeButton = new QPushButton(tr("close"));
|
||||
|
||||
backButton->setShortcut(QKeySequence(Qt::Key_Backspace));
|
||||
|
||||
closeButton->setDefault(false);
|
||||
closeButton->setAutoDefault(false);
|
||||
|
||||
|
Reference in New Issue
Block a user