mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- As a default, sort search results list by Top seed first
This commit is contained in:
parent
4fe22dbc57
commit
f3af4867fd
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@ SearchTab::SearchTab(SearchEngine *parent) : QWidget(), parent(parent)
|
||||||
if(!loadColWidthResultsList()){
|
if(!loadColWidthResultsList()){
|
||||||
resultsBrowser->header()->resizeSection(0, 275);
|
resultsBrowser->header()->resizeSection(0, 275);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Sort by Seeds
|
||||||
|
resultsBrowser->sortByColumn(SEEDERS, Qt::DescendingOrder);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SearchTab::downloadSelectedItem(const QModelIndex& index) {
|
void SearchTab::downloadSelectedItem(const QModelIndex& index) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue