2010-12-27 00:15:25 +00: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 20:32:14 +00:00
<layout class="QVBoxLayout" name="verticalLayout">
2010-12-27 00:15:25 +00:00
<property name="spacing">
<number>2</number>
</property>
2016-08-24 03:28:57 +02: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-27 00:15:25 +00:00
<number>0</number>
</property>
<item>
2019-09-28 22:58:28 +02:00
<widget class="QFrame" name="toolBarFrame">
2013-08-29 20:32:14 +00: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-24 03:28:57 +02: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 20:32:14 +00: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 20:53:16 +02:00
<iconset resource="../icons.qrc">
2020-10-22 22:09:25 +02:00
<normaloff>:/icons/svg/display_options.svg</normaloff>:/icons/svg/display_options.svg</iconset>
2013-08-29 20:32:14 +00:00
</property>
<property name="iconSize">
<size>
2016-08-24 03:28:57 +02:00
<width>24</width>
<height>24</height>
2013-08-29 20:32:14 +00:00
</size>
</property>
<property name="popupMode">
<enum>QToolButton::InstantPopup</enum>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
2010-12-27 00:15:25 +00:00
</item>
<item>
2013-01-06 02:30:10 +00:00
<widget class="RSTreeWidget" name="treeWidget">
2010-12-27 00:15:25 +00:00
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
2021-01-28 09:47:04 +01:00
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
2010-12-27 00:15:25 +00:00
<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 17:46:12 +00:00
<property name="iconSize">
<size>
<width>19</width>
<height>19</height>
</size>
</property>
2011-06-17 20:51:05 +00:00
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
2010-12-27 00:15:25 +00:00
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
<attribute name="headerStretchLastSection">
<bool>false</bool>
</attribute>
2011-02-04 00:53:44 +00:00
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
2010-12-27 00:15:25 +00:00
</widget>
</item>
2018-06-20 22:30:44 +02:00
<item>
2018-07-18 21:22:38 +02: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 22:30:44 +02:00
</item>
2010-12-27 00:15:25 +00:00
</layout>
</widget>
2012-04-05 21:03:03 +00:00
<customwidgets>
<customwidget>
<class>LineEditClear</class>
<extends>QLineEdit</extends>
2021-01-28 09:47:04 +01:00
<header location="global">gui/common/LineEditClear.h</header>
2012-04-05 21:03:03 +00:00
</customwidget>
2013-01-06 02:30:10 +00:00
<customwidget>
<class>RSTreeWidget</class>
<extends>QTreeWidget</extends>
<header>gui/common/RSTreeWidget.h</header>
</customwidget>
2012-04-05 21:03:03 +00:00
</customwidgets>
2013-08-29 20:32:14 +00:00
<resources>
2020-09-14 20:53:16 +02:00
<include location="../icons.qrc"/>
2013-08-29 20:32:14 +00:00
</resources>
2010-12-27 00:15:25 +00:00
<connections/>
</ui>