mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Give focus to current search tab
This commit is contained in:
parent
3758c98d5e
commit
6098bfebf8
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ void SearchEngine::on_search_button_clicked(){
|
||||||
currentSearchTab=new SearchTab(this);
|
currentSearchTab=new SearchTab(this);
|
||||||
tabWidget->addTab(currentSearchTab, pattern);
|
tabWidget->addTab(currentSearchTab, pattern);
|
||||||
all_tab.append(currentSearchTab);
|
all_tab.append(currentSearchTab);
|
||||||
|
tabWidget->setCurrentWidget(currentSearchTab);
|
||||||
closeTab_button->setEnabled(true);
|
closeTab_button->setEnabled(true);
|
||||||
// if the pattern is not in the pattern
|
// if the pattern is not in the pattern
|
||||||
if(searchHistory.indexOf(pattern) == -1){
|
if(searchHistory.indexOf(pattern) == -1){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue