Shift + scroll = horizontal scroll, Closes #5980

Only for TransferListWidget, PeerListWidget
This commit is contained in:
Chocobo1
2016-11-27 15:14:41 +08:00
parent d73688bfd8
commit f4652b3f7b
4 changed files with 33 additions and 0 deletions

View File

@@ -115,6 +115,8 @@ signals:
void currentTorrentChanged(BitTorrent::TorrentHandle *const torrent);
private:
void wheelEvent(QWheelEvent *event) override;
TransferListDelegate *listDelegate;
TorrentModel *listModel;
TransferListSortModel *nameFilterModel;