- Added Comboboxes in torrent properties. No usable yet but it will be very useful when we will support pieces prioritization

This commit is contained in:
Christophe Dumez
2007-04-05 15:55:05 +00:00
parent adf91c95d3
commit d3eda2e8be
5 changed files with 100 additions and 32 deletions

View File

@@ -22,7 +22,7 @@
<item>
<widget class="QTabWidget" name="torrentContent" >
<property name="currentIndex" >
<number>0</number>
<number>2</number>
</property>
<widget class="QWidget" name="tab" >
<attribute name="title" >
@@ -859,6 +859,9 @@
<height>301</height>
</size>
</property>
<property name="editTriggers" >
<set>QAbstractItemView::AllEditTriggers</set>
</property>
<property name="selectionMode" >
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>