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>
|
2015-08-18 17:05:22 -04:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
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>
|
2015-08-18 17:05:22 -04:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
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>
|
2015-07-09 16:53:28 -04:00
|
|
|
<widget class="RSTreeWidget" name="peerTreeWidget">
|
2011-11-11 20:26:26 -05:00
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
|
|
</property>
|
2015-08-21 18:57:26 -04:00
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2011-11-11 20:26:26 -05:00
|
|
|
<property name="allColumnsShowFocus">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="expandsOnDoubleClick">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="columnCount">
|
2015-08-08 14:27:19 -04:00
|
|
|
<number>3</number>
|
2011-11-11 20:26:26 -05:00
|
|
|
</property>
|
|
|
|
<attribute name="headerStretchLastSection">
|
2015-07-09 16:53:28 -04:00
|
|
|
<bool>false</bool>
|
2011-11-11 20:26:26 -05:00
|
|
|
</attribute>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
2015-04-19 16:29:06 -04:00
|
|
|
<string>Friend nodes</string>
|
2011-11-11 20:26:26 -05:00
|
|
|
</property>
|
2015-08-08 14:27:19 -04:00
|
|
|
<property name="textAlignment">
|
2015-08-18 17:05:22 -04:00
|
|
|
<set>AlignCenter</set>
|
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>
|
2015-08-08 14:27:19 -04:00
|
|
|
<action name="actionShowState">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
2011-11-11 20:26:26 -05:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-08-09 09:52:26 -04:00
|
|
|
<string>Show State</string>
|
2015-08-08 14:27:19 -04:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show State</string>
|
2011-11-11 20:26:26 -05:00
|
|
|
</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>
|
2015-08-18 17:05:22 -04:00
|
|
|
<action name="actionExportFriendlist">
|
|
|
|
<property name="text">
|
|
|
|
<string>export friendlist</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>export your friendlist including groups</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionImportFriendlist">
|
|
|
|
<property name="text">
|
|
|
|
<string>import friendlist</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>import your friendlist including groups</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>
|
2015-07-09 16:53:28 -04:00
|
|
|
<customwidget>
|
|
|
|
<class>RSTreeWidget</class>
|
|
|
|
<extends>QTreeWidget</extends>
|
|
|
|
<header>gui/common/RSTreeWidget.h</header>
|
|
|
|
</customwidget>
|
2013-08-30 08:24:39 -04:00
|
|
|
</customwidgets>
|
2011-11-11 20:26:26 -05:00
|
|
|
<resources>
|
|
|
|
<include location="../images.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|