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>
|
2013-06-04 17:00:43 -04:00
|
|
|
<width>681</width>
|
2013-09-02 19:01:24 -04:00
|
|
|
<height>515</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">
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="HeaderFrame" name="headerFrame">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
2013-03-24 12:29:08 -04:00
|
|
|
</property>
|
2013-09-02 19:01:24 -04:00
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Plain</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<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">
|
|
|
|
<item row="1" column="0">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2013-03-24 12:29:08 -04:00
|
|
|
<item>
|
2013-09-02 19:01:24 -04:00
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
|
|
|
<string>Circle Membership</string>
|
2013-03-24 12:29:08 -04:00
|
|
|
</property>
|
2013-09-02 19:01:24 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QTreeWidget" name="treeWidget_membership">
|
2014-01-06 13:31:12 -05:00
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-09-02 19:01:24 -04:00
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Name</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>IDs</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2013-03-24 12:29:08 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-09-02 19:01:24 -04:00
|
|
|
<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">
|
2014-01-06 13:31:12 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Add</string>
|
|
|
|
</property>
|
2013-09-02 19:01:24 -04:00
|
|
|
<property name="text">
|
2014-01-06 13:31:12 -05:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/back.png</normaloff>:/images/back.png</iconset>
|
2013-09-02 19:01:24 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="removeButton">
|
2014-01-06 13:31:12 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Remove </string>
|
|
|
|
</property>
|
2013-09-02 19:01:24 -04:00
|
|
|
<property name="text">
|
2014-01-06 13:31:12 -05:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/forward.png</normaloff>:/images/forward.png</iconset>
|
2013-09-02 19:01:24 -04:00
|
|
|
</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>
|
2013-03-24 12:29:08 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-09-02 19:01:24 -04:00
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
|
|
<property name="title">
|
|
|
|
<string>Known Identities</string>
|
2013-03-24 12:29:08 -04:00
|
|
|
</property>
|
2013-09-02 19:01:24 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<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="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2014-05-09 17:08:25 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radioButton_ListAll">
|
|
|
|
<property name="text">
|
|
|
|
<string>All</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-09-02 19:01:24 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radioButton_ListAllPGP">
|
|
|
|
<property name="text">
|
2014-05-09 17:08:25 -04:00
|
|
|
<string>Signed</string>
|
2013-09-02 19:01:24 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radioButton_ListKnownPGP">
|
|
|
|
<property name="text">
|
2014-05-09 17:08:25 -04:00
|
|
|
<string>Signed by known nodes</string>
|
2013-09-02 19:01:24 -04:00
|
|
|
</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>
|
2014-01-06 13:31:12 -05:00
|
|
|
<widget class="LineEditClear" name="IdFilter"/>
|
2013-09-02 19:01:24 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2014-01-06 13:31:12 -05:00
|
|
|
<widget class="RSTreeWidget" name="treeWidget_IdList">
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-09-02 19:01:24 -04:00
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Nickname</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>ID</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Type</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2013-03-24 12:29:08 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2013-09-02 19:01:24 -04:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
2013-06-04 17:00:43 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
2013-03-24 12:29:08 -04:00
|
|
|
</item>
|
2013-09-02 19:01:24 -04:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QGroupBox" name="groupBox_title">
|
|
|
|
<property name="title">
|
|
|
|
<string>Circle Details</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
2013-07-14 21:03:39 -04:00
|
|
|
<item>
|
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>
|
2013-07-14 21:03:39 -04:00
|
|
|
<property name="text">
|
2013-09-02 19:01:24 -04:00
|
|
|
<string>Name</string>
|
2013-07-14 21:03:39 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-09-02 19:01:24 -04:00
|
|
|
<widget class="QLineEdit" name="circleName"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<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">
|
2013-09-02 19:01:24 -04:00
|
|
|
<string>Creator</string>
|
2013-07-14 21:03:39 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-09-02 19:01:24 -04:00
|
|
|
<item>
|
|
|
|
<widget class="GxsIdChooser" name="idChooser"/>
|
|
|
|
</item>
|
2013-07-14 21:03:39 -04:00
|
|
|
</layout>
|
2013-09-02 19:01:24 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="frame_Distribution">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
2013-07-14 21:03:39 -04:00
|
|
|
</property>
|
2013-09-02 19:01:24 -04:00
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
2013-07-14 21:03:39 -04:00
|
|
|
</property>
|
2013-09-02 19:01:24 -04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Distribution</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radioButton_Public">
|
|
|
|
<property name="text">
|
|
|
|
<string>Public</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radioButton_Self">
|
|
|
|
<property name="text">
|
|
|
|
<string>Self-Restricted</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radioButton_Restricted">
|
|
|
|
<property name="text">
|
|
|
|
<string>Restricted to:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="GxsCircleChooser" name="circleComboBox"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<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>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2013-07-14 21:03:39 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-24 12:29:08 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
2014-07-06 07:19:58 -04:00
|
|
|
<class>LineEditClear</class>
|
|
|
|
<extends>QLineEdit</extends>
|
|
|
|
<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>
|
2013-09-02 19:01:24 -04:00
|
|
|
<customwidget>
|
|
|
|
<class>HeaderFrame</class>
|
|
|
|
<extends>QFrame</extends>
|
2013-09-03 17:06:13 -04:00
|
|
|
<header>gui/common/HeaderFrame.h</header>
|
2013-09-02 19:01:24 -04:00
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2014-01-06 13:31:12 -05:00
|
|
|
<customwidget>
|
2014-07-06 07:19:58 -04:00
|
|
|
<class>GxsIdChooser</class>
|
|
|
|
<extends>QComboBox</extends>
|
|
|
|
<header>gui/gxs/GxsIdChooser.h</header>
|
2014-01-06 13:31:12 -05:00
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
2014-07-06 07:19:58 -04:00
|
|
|
<class>GxsCircleChooser</class>
|
|
|
|
<extends>QComboBox</extends>
|
|
|
|
<header>gui/gxs/GxsCircleChooser.h</header>
|
2014-01-06 13:31:12 -05:00
|
|
|
</customwidget>
|
2013-03-24 12:29:08 -04:00
|
|
|
</customwidgets>
|
2014-01-06 13:31:12 -05:00
|
|
|
<resources>
|
|
|
|
<include location="../images.qrc"/>
|
|
|
|
</resources>
|
2013-03-24 12:29:08 -04:00
|
|
|
<connections/>
|
|
|
|
</ui>
|