2010-09-12 20:27:50 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>NetworkDialog</class>
|
|
|
|
<widget class="QWidget" name="NetworkDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2013-02-22 16:42:27 -05:00
|
|
|
<width>825</width>
|
|
|
|
<height>567</height>
|
2010-09-12 20:27:50 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2013-08-28 11:37:11 -04:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
2013-02-22 16:42:27 -05:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
2014-12-06 17:09:44 -05:00
|
|
|
<widget class="QLabel" name="filterLabel">
|
2013-02-22 16:42:27 -05:00
|
|
|
<property name="text">
|
|
|
|
<string>Filter:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="LineEditClear" name="filterLineEdit">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Search Network</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-07-16 17:08:09 -04:00
|
|
|
<widget class="QCheckBox" name="onlyTrustedKeys">
|
2013-02-22 16:42:27 -05:00
|
|
|
<property name="text">
|
2015-05-12 16:30:44 -04:00
|
|
|
<string>Trusted keys only</string>
|
2013-02-22 16:42:27 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2013-08-28 11:37:11 -04:00
|
|
|
<item row="1" column="0">
|
2013-02-22 16:42:27 -05:00
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2010-09-12 20:27:50 -04:00
|
|
|
</property>
|
2017-10-08 15:00:15 -04:00
|
|
|
<widget class="QTableView" name="connectTreeWidget">
|
2013-02-22 16:42:27 -05:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
|
|
</property>
|
|
|
|
<property name="acceptDrops">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="autoFillBackground">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="lineWidth">
|
|
|
|
<number>20</number>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2010-09-12 20:27:50 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
<action name="actionClearLog">
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionTabsright">
|
|
|
|
<property name="text">
|
|
|
|
<string>Set Tabs Right</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionTabsnorth">
|
|
|
|
<property name="text">
|
|
|
|
<string>Set Tabs North</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionTabssouth">
|
|
|
|
<property name="text">
|
|
|
|
<string>Set Tabs South</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionTabswest">
|
|
|
|
<property name="text">
|
|
|
|
<string>Set Tabs Left</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionTabsRounded">
|
|
|
|
<property name="text">
|
|
|
|
<string>Set Tabs Rounded</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionTabsTriangular">
|
|
|
|
<property name="text">
|
|
|
|
<string>Set Tabs Triangular</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAddFriend">
|
|
|
|
<property name="icon">
|
2012-04-05 17:03:03 -04:00
|
|
|
<iconset resource="images.qrc">
|
2010-09-12 20:27:50 -04:00
|
|
|
<normaloff>:/images/user/add_user16.png</normaloff>:/images/user/add_user16.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Add Friend</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCopyKey">
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy My Key to Clipboard</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionExportKey">
|
|
|
|
<property name="icon">
|
2012-04-05 17:03:03 -04:00
|
|
|
<iconset resource="images.qrc">
|
2010-09-12 20:27:50 -04:00
|
|
|
<normaloff>:/images/exportpeers_16x16.png</normaloff>:/images/exportpeers_16x16.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Export My Key</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCreate_New_Profile">
|
|
|
|
<property name="text">
|
|
|
|
<string>Create New Profile</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Create a new Profile</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</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>
|
|
|
|
</customwidgets>
|
|
|
|
<resources>
|
|
|
|
<include location="images.qrc"/>
|
|
|
|
</resources>
|
2010-09-12 20:27:50 -04:00
|
|
|
<connections/>
|
|
|
|
</ui>
|