mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 17:53:08 -07:00
- FEATURE: Added a button to clear search pattern
- I18N: Fixed swedish translation
This commit is contained in:
parent
dea9237aa0
commit
a220e01e2e
32 changed files with 419 additions and 386 deletions
|
@ -460,6 +460,11 @@ void SearchEngine::on_clear_button_clicked(){
|
|||
results_lbl->setText(tr("Results")+" <i>(0)</i>:");
|
||||
}
|
||||
|
||||
void SearchEngine::on_clearPatternButton_clicked() {
|
||||
search_pattern->clear();
|
||||
search_pattern->setFocus();
|
||||
}
|
||||
|
||||
// Download selected items in search results list
|
||||
void SearchEngine::on_download_button_clicked(){
|
||||
QModelIndexList selectedIndexes = resultsBrowser->selectionModel()->selectedIndexes();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue