- Added a right click menu to (un)select files in torrent addition dialog

This commit is contained in:
Christophe Dumez
2006-10-23 22:18:06 +00:00
parent 5373628af5
commit 64369b60b7
2 changed files with 48 additions and 0 deletions

View File

@@ -69,6 +69,9 @@
</item>
<item>
<widget class="QTreeWidget" name="torrentContentList" >
<property name="contextMenuPolicy" >
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="selectionMode" >
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
@@ -157,6 +160,16 @@
</layout>
</item>
</layout>
<action name="actionSelect" >
<property name="text" >
<string>select</string>
</property>
</action>
<action name="actionUnselect" >
<property name="text" >
<string>Unselect</string>
</property>
</action>
</widget>
<resources/>
<connections/>