enabled sorting and added dht icon for the window

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4485 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2011-07-21 23:12:05 +00:00
parent b56ddfeb5b
commit 0b890420a0

View File

@ -9,13 +9,17 @@
<rect>
<x>0</x>
<y>0</y>
<width>548</width>
<height>537</height>
<width>665</width>
<height>490</height>
</rect>
</property>
<property name="windowTitle">
<string>Dht Details</string>
</property>
<property name="windowIcon">
<iconset resource="../images.qrc">
<normaloff>:/images/dht16.png</normaloff>:/images/dht16.png</iconset>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="spacing">
@ -120,7 +124,7 @@
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>-1</number>
<number>6</number>
</property>
</layout>
</item>
@ -133,6 +137,9 @@
</item>
<item>
<widget class="QTreeWidget" name="peerTreeWidget">
<property name="sortingEnabled">
<bool>true</bool>
</property>
<column>
<property name="text">
<string>Name</string>
@ -193,6 +200,9 @@
</item>
<item>
<widget class="QTreeWidget" name="dhtTreeWidget">
<property name="sortingEnabled">
<bool>true</bool>
</property>
<column>
<property name="text">
<string>Bucket</string>
@ -233,6 +243,9 @@
</layout>
</widget>
<widget class="QTreeWidget" name="relayTreeWidget">
<property name="sortingEnabled">
<bool>true</bool>
</property>
<column>
<property name="text">
<string>Relay Mode</string>
@ -283,8 +296,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>548</width>
<height>22</height>
<width>665</width>
<height>20</height>
</rect>
</property>
</widget>
@ -299,6 +312,8 @@
<widget class="QStatusBar" name="statusBar"/>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<resources>
<include location="../images.qrc"/>
</resources>
<connections/>
</ui>