mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
- Allow the user to display torrent properties in finished list
This commit is contained in:
@@ -1215,6 +1215,11 @@ void GUI::addUnauthenticatedTracker(QPair<torrent_handle,std::string> tracker){
|
||||
|
||||
// display properties of selected items
|
||||
void GUI::propertiesSelection(){
|
||||
if(tabs->currentIndex() > 1) return;
|
||||
if(tabs->currentIndex() == 1){
|
||||
finishedTorrentTab->propertiesSelection();
|
||||
return;
|
||||
}
|
||||
QModelIndexList selectedIndexes = downloadList->selectionModel()->selectedIndexes();
|
||||
QModelIndex index;
|
||||
foreach(index, selectedIndexes){
|
||||
|
||||
Reference in New Issue
Block a user