2011-11-11 20:26:26 -05:00
|
|
|
<?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>
|
2014-12-23 12:07:07 -05:00
|
|
|
<width>475</width>
|
|
|
|
<height>292</height>
|
2011-11-11 20:26:26 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
2013-08-30 08:24:39 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2014-12-23 12:07:07 -05:00
|
|
|
<property name="margin">
|
2011-11-11 20:26:26 -05:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-08-30 08:24:39 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="titleBarFrame">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::Box</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Sunken</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2014-12-23 12:07:07 -05:00
|
|
|
<property name="margin">
|
2013-08-30 08:24:39 -04:00
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="LineEditClear" name="filterLineEdit"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="displayButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>30</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Display</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/looknfeel.png</normaloff>:/images/looknfeel.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
2014-04-29 07:52:13 -04:00
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
2013-08-30 08:24:39 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="popupMode">
|
|
|
|
<enum>QToolButton::InstantPopup</enum>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-11-11 20:26:26 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QTreeWidget" name="peerTreeWidget">
|
|
|
|
<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">
|
2013-07-04 16:11:36 -04:00
|
|
|
<number>5</number>
|
2011-11-11 20:26:26 -05:00
|
|
|
</property>
|
2013-07-06 17:45:18 -04:00
|
|
|
<attribute name="headerCascadingSectionResizes">
|
|
|
|
<bool>true</bool>
|
|
|
|
</attribute>
|
2011-11-11 20:26:26 -05:00
|
|
|
<attribute name="headerStretchLastSection">
|
2013-07-06 17:45:18 -04:00
|
|
|
<bool>true</bool>
|
2011-11-11 20:26:26 -05:00
|
|
|
</attribute>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Friends</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
2014-12-23 12:07:07 -05:00
|
|
|
<string>Avatar</string>
|
2011-11-11 20:26:26 -05:00
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
2014-12-23 12:07:07 -05:00
|
|
|
<string>Status</string>
|
2011-11-11 20:26:26 -05:00
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
2014-12-23 12:07:07 -05:00
|
|
|
<string>Last Contact</string>
|
2011-11-11 20:26:26 -05:00
|
|
|
</property>
|
|
|
|
</column>
|
2013-07-04 16:11:36 -04:00
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>IP</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
2011-11-11 20:26:26 -05:00
|
|
|
</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>
|
2013-07-04 16:11:36 -04:00
|
|
|
<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>
|
2011-11-11 20:26:26 -05:00
|
|
|
</widget>
|
2013-08-30 08:24:39 -04:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>LineEditClear</class>
|
|
|
|
<extends>QLineEdit</extends>
|
|
|
|
<header location="global">gui/common/LineEditClear.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2011-11-11 20:26:26 -05:00
|
|
|
<resources>
|
|
|
|
<include location="../images.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|