2010-12-26 19:15:25 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>GroupTreeWidget</class>
<widget class="QWidget" name="GroupTreeWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>316</width>
<height>257</height>
</rect>
</property>
2013-08-29 16:32:14 -04:00
<layout class="QVBoxLayout" name="verticalLayout">
2010-12-26 19:15:25 -05:00
<property name="spacing">
<number>2</number>
</property>
2016-08-23 21:28:57 -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">
2010-12-26 19:15:25 -05:00
<number>0</number>
</property>
<item>
2019-09-28 16:58:28 -04:00
<widget class="QFrame" name="toolBarFrame">
2013-08-29 16:32:14 -04:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
2016-08-23 21:28:57 -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-29 16:32:14 -04:00
<number>2</number>
</property>
<item>
<widget class="LineEditClear" name="filterLineEdit"/>
</item>
<item>
<widget class="QToolButton" name="displayButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Display</string>
</property>
<property name="icon">
2020-09-14 14:53:16 -04:00
<iconset resource="../icons.qrc">
2020-10-22 16:09:25 -04:00
<normaloff>:/icons/svg/display_options.svg</normaloff>:/icons/svg/display_options.svg</iconset>
2013-08-29 16:32:14 -04:00
</property>
<property name="iconSize">
<size>
2016-08-23 21:28:57 -04:00
<width>24</width>
<height>24</height>
2013-08-29 16:32:14 -04:00
</size>
</property>
<property name="popupMode">
<enum>QToolButton::InstantPopup</enum>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
2010-12-26 19:15:25 -05:00
</item>
<item>
2013-01-05 21:30:10 -05:00
<widget class="RSTreeWidget" name="treeWidget">
2010-12-26 19:15:25 -05:00
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
2010-12-27 12:46:12 -05:00
<property name="iconSize">
<size>
<width>19</width>
<height>19</height>
</size>
</property>
2011-06-17 16:51:05 -04:00
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
2010-12-26 19:15:25 -05:00
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
<attribute name="headerStretchLastSection">
<bool>false</bool>
</attribute>
2011-02-03 19:53:44 -05:00
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
2010-12-26 19:15:25 -05:00
</widget>
</item>
2018-06-20 16:30:44 -04:00
<item>
2018-07-18 15:22:38 -04:00
<widget class="QLineEdit" name="distantSearchLineEdit">
<property name="toolTip">
<string><html><head/><body><p>Searches a single keyword into the reachable network.</p><p>Objects already provided by friend nodes are not reported.</p></body></html></string>
</property>
</widget>
2018-06-20 16:30:44 -04:00
</item>
2010-12-26 19:15:25 -05:00
</layout>
</widget>
2012-04-05 17:03:03 -04:00
<customwidgets>
<customwidget>
<class>LineEditClear</class>
<extends>QLineEdit</extends>
2020-10-22 16:09:25 -04:00
<header>gui/common/LineEditClear.h</header>
2012-04-05 17:03:03 -04:00
</customwidget>
2013-01-05 21:30:10 -05:00
<customwidget>
<class>RSTreeWidget</class>
<extends>QTreeWidget</extends>
<header>gui/common/RSTreeWidget.h</header>
</customwidget>
2012-04-05 17:03:03 -04:00
</customwidgets>
2013-08-29 16:32:14 -04:00
<resources>
2020-09-14 14:53:16 -04:00
<include location="../icons.qrc"/>
2013-08-29 16:32:14 -04:00
</resources>
2010-12-26 19:15:25 -05:00
<connections/>
</ui>