Add "Total Size" column to transfer list

This column shows the total size of the related torrent taking into
account also the unwanted data.

Closes #1233.
This commit is contained in:
Gabriele
2014-10-26 18:02:46 +01:00
parent b1af99ffba
commit b63f647c2c
4 changed files with 7 additions and 2 deletions

View File

@@ -132,6 +132,7 @@ TransferListWidget::TransferListWidget(QWidget *parent, MainWindow *main_window,
setColumnHidden(TorrentModelItem::TR_RATIO_LIMIT, true);
setColumnHidden(TorrentModelItem::TR_SEEN_COMPLETE_DATE, true);
setColumnHidden(TorrentModelItem::TR_LAST_ACTIVITY, true);
setColumnHidden(TorrentModelItem::TR_TOTAL_SIZE, true);
}
//Ensure that at least one column is visible at all times