2013-03-24 12:29:08 -04:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CreateCircleDialog</class>
<widget class="QWidget" name="CreateCircleDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2020-04-25 18:40:05 -04:00
<width>721</width>
<height>561</height>
2013-03-24 12:29:08 -04:00
</rect>
</property>
<property name="windowTitle">
<string/>
</property>
2013-09-02 19:01:24 -04:00
<layout class="QGridLayout" name="gridLayout_2">
2016-06-14 18:08:45 -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">
2013-09-02 19:01:24 -04:00
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<item row="0" column="0">
2019-01-19 16:36:19 -05:00
<widget class="HeaderFrame" name="headerFrame">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
</widget>
</item>
<item row="1" column="0">
2013-09-02 19:01:24 -04:00
<widget class="QFrame" name="frame">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QGridLayout" name="gridLayout">
2020-10-12 15:46:06 -04:00
<item row="0" column="0" colspan="3">
2013-09-02 19:01:24 -04:00
<widget class="QGroupBox" name="groupBox_title">
<property name="title">
<string>Circle Details</string>
</property>
2016-04-15 14:30:32 -04:00
<layout class="QGridLayout" name="gridLayout_5">
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
2013-09-02 19:01:24 -04:00
<widget class="QLabel" name="label_2">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
2016-06-13 22:38:51 -04:00
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
2013-07-14 21:03:39 -04:00
<property name="text">
2016-06-13 22:38:51 -04:00
<string>Name:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2013-07-14 21:03:39 -04:00
</property>
</widget>
</item>
2016-04-15 14:30:32 -04:00
<item row="0" column="1" colspan="3">
2016-06-13 22:38:51 -04:00
<widget class="QLineEdit" name="circleName">
<property name="toolTip">
2017-03-07 06:41:45 -05:00
<string><html><head/><body><p>The circle name, contact author and invited member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html></string>
2016-06-13 22:38:51 -04:00
</property>
</widget>
2013-09-02 19:01:24 -04:00
</item>
2016-04-15 14:30:32 -04:00
<item row="1" column="0">
2013-09-02 19:01:24 -04:00
<widget class="QLabel" name="idChooserLabel">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
2013-07-14 21:03:39 -04:00
<property name="text">
2016-06-13 22:38:51 -04:00
<string>Contact author:</string>
2013-07-14 21:03:39 -04:00
</property>
</widget>
</item>
2016-04-15 14:30:32 -04:00
<item row="1" column="1">
<widget class="GxsIdChooser" name="idChooser">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
2017-03-07 06:41:45 -05:00
<string><html><head/><body><p>The creator of a circle is purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html></string>
2016-04-15 14:30:32 -04:00
</property>
</widget>
</item>
<item row="1" column="2">
2016-03-25 20:58:10 -04:00
<widget class="GxsIdLabel" name="circleAdminLabel">
<property name="text">
<string>[Circle Admin]</string>
</property>
</widget>
</item>
2016-04-15 14:30:32 -04:00
<item row="1" column="3">
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
2016-06-13 22:38:51 -04:00
<string>Distribution:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2016-03-09 20:53:49 -05:00
</property>
</widget>
2013-09-02 19:01:24 -04:00
</item>
2016-04-15 14:30:32 -04:00
<item row="2" column="1" colspan="3">
<widget class="QFrame" name="frame_Distribution">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QGridLayout" name="gridLayout_4">
2016-06-14 18:08:45 -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">
2016-04-15 14:30:32 -04:00
<number>2</number>
2013-09-02 19:01:24 -04:00
</property>
2016-04-15 14:30:32 -04:00
<item row="0" column="0">
<widget class="QRadioButton" name="radioButton_Public">
<property name="toolTip">
<string><html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html></string>
</property>
<property name="text">
<string>Public</string>
</property>
2016-08-25 20:48:46 -04:00
<property name="icon">
<iconset resource="../icons.qrc">
<normaloff>:/icons/png/network-puplic.png</normaloff>:/icons/png/network-puplic.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
2016-04-15 14:30:32 -04:00
</widget>
</item>
<item row="0" column="1">
<widget class="QRadioButton" name="radioButton_Self">
<property name="toolTip">
2016-06-05 15:20:48 -04:00
<string><html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html></string>
2016-04-15 14:30:32 -04:00
</property>
<property name="text">
2016-06-05 15:20:48 -04:00
<string>Private</string>
2016-04-15 14:30:32 -04:00
</property>
2016-08-25 20:48:46 -04:00
<property name="icon">
<iconset resource="../icons.qrc">
<normaloff>:/icons/png/person.png</normaloff>:/icons/png/person.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
2016-04-15 14:30:32 -04:00
</widget>
</item>
<item row="0" column="2">
<widget class="QRadioButton" name="radioButton_Restricted">
<property name="toolTip">
<string><html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html></string>
</property>
<property name="text">
2020-03-01 05:35:24 -05:00
<string>Only &visible to members of:</string>
2016-04-15 14:30:32 -04:00
</property>
2016-08-25 20:48:46 -04:00
<property name="icon">
<iconset resource="../icons.qrc">
<normaloff>:/icons/png/circles.png</normaloff>:/icons/png/circles.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
2016-04-15 14:30:32 -04:00
</widget>
</item>
<item row="0" column="3">
<widget class="GxsCircleChooser" name="circleComboBox"/>
</item>
<item row="0" column="4">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>147</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
2013-09-02 19:01:24 -04:00
</item>
</layout>
</widget>
</item>
2020-10-12 15:46:06 -04:00
<item row="1" column="0" colspan="3">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QGroupBox" name="members_groupBox">
<property name="title">
<string>Invited Members</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QTreeWidget" name="treeWidget_membership">
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="toolTip">
<string><html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html></string>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
<column>
<property name="text">
<string>IDs</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>188</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="addButton">
<property name="toolTip">
<string>Add</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../icons.qrc">
<normaloff>:/icons/png/arrow-left.png</normaloff>:/icons/png/arrow-left.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="removeButton">
<property name="toolTip">
<string>Remove </string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../icons.qrc">
<normaloff>:/icons/png/arrow-right.png</normaloff>:/icons/png/arrow-right.png</iconset>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>178</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="peersSelection_GB">
<property name="title">
<string>Known People</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="RSTreeWidget" name="treeWidget_IdList">
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<column>
<property name="text">
<string>Nickname</string>
</property>
</column>
<column>
<property name="text">
<string>Profile</string>
</property>
</column>
</widget>
</item>
<item>
<widget class="QFrame" name="frame_PgpTypes">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QRadioButton" name="radioButton_ListAll">
<property name="text">
<string>All</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_ListAllPGP">
<property name="text">
<string>Signed</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_ListFriendPGP">
<property name="text">
<string>Signed by friend node</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Filter</string>
</property>
</widget>
</item>
<item>
<widget class="LineEditClear" name="IdFilter"/>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item row="2" column="0">
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>536</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="createButton">
<property name="text">
<string>Create</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QPushButton" name="cancelButton">
<property name="text">
<string>Cancel</string>
</property>
</widget>
</item>
2013-09-02 19:01:24 -04:00
</layout>
2013-07-14 21:03:39 -04:00
</widget>
</item>
2013-03-24 12:29:08 -04:00
</layout>
</widget>
<customwidgets>
2020-03-01 05:35:24 -05:00
<customwidget>
<class>GxsIdChooser</class>
<extends>QComboBox</extends>
<header>gui/gxs/GxsIdChooser.h</header>
</customwidget>
2013-03-24 12:29:08 -04:00
<customwidget>
2014-07-06 07:19:58 -04:00
<class>LineEditClear</class>
<extends>QLineEdit</extends>
2019-01-19 16:36:19 -05:00
<header location="global">gui/common/LineEditClear.h</header>
2013-03-24 12:29:08 -04:00
</customwidget>
<customwidget>
2014-07-06 07:19:58 -04:00
<class>RSTreeWidget</class>
<extends>QTreeWidget</extends>
<header>gui/common/RSTreeWidget.h</header>
2013-03-24 12:29:08 -04:00
</customwidget>
2019-01-19 16:36:19 -05:00
<customwidget>
<class>HeaderFrame</class>
<extends>QFrame</extends>
<header>gui/common/HeaderFrame.h</header>
<container>1</container>
</customwidget>
2019-01-18 17:30:52 -05:00
<customwidget>
<class>GxsCircleChooser</class>
<extends>QComboBox</extends>
<header>gui/gxs/GxsCircleChooser.h</header>
</customwidget>
2019-01-19 16:36:19 -05:00
<customwidget>
<class>GxsIdLabel</class>
<extends>QLabel</extends>
<header>gui/gxs/GxsIdLabel.h</header>
</customwidget>
2013-03-24 12:29:08 -04:00
</customwidgets>
2014-01-06 13:31:12 -05:00
<resources>
2019-01-18 17:30:52 -05:00
<include location="../images.qrc"/>
2019-01-19 16:36:19 -05:00
<include location="../icons.qrc"/>
2014-01-06 13:31:12 -05:00
</resources>
2013-03-24 12:29:08 -04:00
<connections/>
</ui>