mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-07 05:38:09 -05:00
66d38ff1bb
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6477 b45a01b8-16f6-495d-af2f-9b41ad6348cc
243 lines
6.2 KiB
XML
243 lines
6.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>FriendList</class>
|
|
<widget class="QWidget" name="FriendList">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>337</width>
|
|
<height>229</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QTreeWidget" name="peerTreeWidget">
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>9</pointsize>
|
|
<stylestrategy>PreferAntialias</stylestrategy>
|
|
<kerning>true</kerning>
|
|
</font>
|
|
</property>
|
|
<property name="contextMenuPolicy">
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>38</width>
|
|
<height>38</height>
|
|
</size>
|
|
</property>
|
|
<property name="autoExpandDelay">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="indentation">
|
|
<number>20</number>
|
|
</property>
|
|
<property name="itemsExpandable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="sortingEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="allColumnsShowFocus">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="expandsOnDoubleClick">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="columnCount">
|
|
<number>5</number>
|
|
</property>
|
|
<attribute name="headerStretchLastSection">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<column>
|
|
<property name="text">
|
|
<string>Friends</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Status</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Last Contact</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Avatar</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>IP</string>
|
|
</property>
|
|
</column>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
<action name="actionHideOfflineFriends">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Hide Offline Friends</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShowStatusColumn">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Status</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSortByState">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>State</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Sort by State</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionHideState">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Hide State</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSortPeersDescendingOrder">
|
|
<property name="icon">
|
|
<iconset resource="../images.qrc">
|
|
<normaloff>:/images/sort_decrease.png</normaloff>:/images/sort_decrease.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Sort Descending Order</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Sort Descending Order</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSortPeersAscendingOrder">
|
|
<property name="icon">
|
|
<iconset resource="../images.qrc">
|
|
<normaloff>:/images/sort_incr.png</normaloff>:/images/sort_incr.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Sort Ascending Order</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Sort Ascending Order</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShowAvatarColumn">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Avatar</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Show Avatar Column</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSortByName">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Name</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Sort by Name</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSortByLastContact">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Last Contact</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Sort by last contact</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShowLastContactColumn">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Last Contact</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Show Last Contact Column</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRootIsDecorated">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Set root is Decorated</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Set Root Decorated</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShowGroups">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show Groups</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Show Groups</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSortByIP">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>IP</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Sort by IP</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShowIPColumn">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>IP</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Show IP Column</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources>
|
|
<include location="../images.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|