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