Merge pull request #2172 from sorokin/fix-space-key

Implement sane behavior of space key in torrent content list. Closes #140.
This commit is contained in:
sledgehammer999
2014-12-15 17:09:56 +02:00
5 changed files with 143 additions and 2 deletions

View File

@@ -702,7 +702,7 @@
</layout>
</item>
<item>
<widget class="QTreeView" name="filesList">
<widget class="TorrentContentTreeView" name="filesList">
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
@@ -753,6 +753,13 @@
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>TorrentContentTreeView</class>
<extends>QTreeView</extends>
<header location="global">torrentcontenttreeview.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>