2012-01-26 19:32:17 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>FriendSelectionWidget</class>
|
|
|
|
<widget class="QWidget" name="FriendSelectionWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2013-05-29 17:32:02 -04:00
|
|
|
<width>446</width>
|
|
|
|
<height>320</height>
|
2012-01-26 19:32:17 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2013-06-19 09:18:15 -04:00
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2015-01-10 19:53:16 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="filterLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Search :</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="LineEditClear" name="filterLineEdit"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2012-01-26 19:32:17 -05:00
|
|
|
<item>
|
2015-08-21 12:41:09 -04:00
|
|
|
<widget class="RSTreeWidget" name="friendList">
|
2012-01-26 19:32:17 -05:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
|
|
</property>
|
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="allColumnsShowFocus">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="expandsOnDoubleClick">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-04-05 17:03:03 -04:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>LineEditClear</class>
|
|
|
|
<extends>QLineEdit</extends>
|
2012-10-29 06:59:26 -04:00
|
|
|
<header location="global">gui/common/LineEditClear.h</header>
|
2012-04-05 17:03:03 -04:00
|
|
|
</customwidget>
|
2015-08-21 12:41:09 -04:00
|
|
|
<customwidget>
|
|
|
|
<class>RSTreeWidget</class>
|
|
|
|
<extends>QTreeWidget</extends>
|
|
|
|
<header>gui/common/RSTreeWidget.h</header>
|
|
|
|
</customwidget>
|
2012-04-05 17:03:03 -04:00
|
|
|
</customwidgets>
|
2012-01-26 19:32:17 -05:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|