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

@@ -85,6 +85,8 @@ private slots:
void handleResolved(const QString &ip, const QString &hostname);
private:
void wheelEvent(QWheelEvent *event) override;
QStandardItemModel *m_listModel;
PeerListDelegate *m_listDelegate;
PeerListSortModel *m_proxyModel;