gui: mainwindow: Switch to results tab when searching from indexer tab
这个提交包含在:
父节点
1ec42e4949
当前提交
4187c3bfca
@ -389,6 +389,10 @@ void MainWindow::lineEditReturnPressed()
|
||||
ui->lblSearchResults->setText("Invalid paranthesis");
|
||||
return;
|
||||
}
|
||||
if(indexerTabActive())
|
||||
{
|
||||
ui->tabWidget->setCurrentIndex(0);
|
||||
}
|
||||
// TODO: validate q;
|
||||
ui->treeResultsList->clear();
|
||||
ui->lblSearchResults->setText("Searching...");
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户