2010-06-19 15:28:26 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ShareKey</class>
<widget class="QDialog" name="ShareKey">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2010-09-24 14:59:09 +00:00
<width>472</width>
<height>347</height>
2010-06-19 15:28:26 +00:00
</rect>
</property>
<property name="windowTitle">
2010-09-24 14:59:09 +00:00
<string>Share Channel</string>
2010-06-19 15:28:26 +00:00
</property>
<layout class="QGridLayout" name="gridLayout_3">
<property name="verticalSpacing">
<number>0</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QFrame" name="frame">
<property name="minimumSize">
<size>
<width>239</width>
<height>49</height>
</size>
</property>
<property name="styleSheet">
2010-09-24 14:59:09 +00:00
<string notr="true">QFrame#frame{background-image: url(:/images/connect/connectFriendBanner.png);
2010-07-05 18:12:03 +00:00
}</string>
2010-06-19 15:28:26 +00:00
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QGridLayout" name="gridLayout_2">
2010-09-24 14:59:09 +00:00
<property name="margin">
<number>6</number>
</property>
<item row="0" column="1">
2010-06-19 15:28:26 +00:00
<widget class="QLabel" name="tlShareKey">
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
2010-09-24 14:59:09 +00:00
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-size:18pt; font-weight:600; color:#ffffff;">Share Channel</span></p></body></html></string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="maximumSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../images.qrc">:/images/user/agt_forum64.png</pixmap>
2010-06-19 15:28:26 +00:00
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
<widget class="QFrame" name="frame_2">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QGridLayout" name="gridLayout">
2010-09-24 14:59:09 +00:00
<item row="1" column="0">
2010-06-19 15:28:26 +00:00
<widget class="QDockWidget" name="contactsdockWidget">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
2010-07-05 18:12:03 +00:00
<width>52487</width>
2010-06-19 15:28:26 +00:00
<height>524287</height>
</size>
</property>
<property name="sizeIncrement">
<size>
<width>220</width>
<height>0</height>
</size>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>check peers you would like to share private publish key with</string>
</property>
<property name="floating">
<bool>false</bool>
</property>
<property name="features">
<set>QDockWidget::NoDockWidgetFeatures</set>
</property>
<property name="windowTitle">
2010-09-24 14:59:09 +00:00
<string>Share for Friend</string>
2010-06-19 15:28:26 +00:00
</property>
<widget class="QWidget" name="dockWidgetContents">
<layout class="QGridLayout" name="_2">
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QTreeWidget" name="keyShareList">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>4</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2010-07-05 18:12:03 +00:00
<width>1677215</width>
2010-06-19 15:28:26 +00:00
<height>16777215</height>
</size>
</property>
<property name="sizeIncrement">
<size>
2010-07-05 18:12:03 +00:00
<width>0</width>
2010-06-19 15:28:26 +00:00
<height>0</height>
</size>
</property>
<property name="baseSize">
<size>
2010-07-05 18:12:03 +00:00
<width>0</width>
2010-06-19 15:28:26 +00:00
<height>0</height>
</size>
</property>
2010-07-05 18:12:03 +00:00
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
2010-06-19 15:28:26 +00:00
<property name="sortingEnabled">
<bool>true</bool>
</property>
<column>
<property name="text">
<string>Contacts:</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
2010-09-24 14:59:09 +00:00
<item row="2" column="0">
2010-06-19 15:28:26 +00:00
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="shareButton">
<property name="text">
<string>Share</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="cancelButton">
<property name="text">
<string>Cancel</string>
</property>
</widget>
</item>
</layout>
</item>
2010-09-24 14:59:09 +00:00
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Select the Friends with which you want to Share your Channel.</span></p></body></html></string>
</property>
</widget>
</item>
2010-06-19 15:28:26 +00:00
</layout>
</widget>
</item>
</layout>
</widget>
2010-09-24 14:59:09 +00:00
<resources>
<include location="../images.qrc"/>
<include location="../images.qrc"/>
<include location="../images.qrc"/>
</resources>
2010-06-19 15:28:26 +00:00
<connections/>
</ui>