2016-12-12 15:16:56 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>HomePage</class>
|
|
|
|
<widget class="QWidget" name="HomePage">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2016-12-14 09:20:03 -05:00
|
|
|
<width>886</width>
|
|
|
|
<height>584</height>
|
2016-12-12 15:16:56 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2016-12-14 09:20:03 -05:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0" colspan="4">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2016-12-12 15:16:56 -05:00
|
|
|
</property>
|
2016-12-14 09:20:03 -05:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
2016-12-12 15:16:56 -05:00
|
|
|
</property>
|
2016-12-14 09:20:03 -05:00
|
|
|
<property name="pixmap">
|
|
|
|
<pixmap resource="images.qrc">:/images/logo/logo_splash.png</pixmap>
|
2016-12-12 15:16:56 -05:00
|
|
|
</property>
|
2016-12-14 09:20:03 -05:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2016-12-12 15:16:56 -05:00
|
|
|
</item>
|
2016-12-14 09:20:03 -05:00
|
|
|
<item row="3" column="1" colspan="2">
|
2016-12-12 15:16:56 -05:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="horizontalSpacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2016-12-14 09:20:03 -05:00
|
|
|
<item row="1" column="0">
|
2016-12-12 15:16:56 -05:00
|
|
|
<widget class="QLabel" name="userCertLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>11</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>The text below is your Retroshare certificate. Copy and share it with your friends</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-12-14 09:20:03 -05:00
|
|
|
<item row="1" column="1">
|
2016-12-12 15:16:56 -05:00
|
|
|
<widget class="QToolButton" name="shareButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Share your RetroShare Key</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="icons.qrc">
|
2016-12-24 08:40:56 -05:00
|
|
|
<normaloff>:/icons/svg/share.svg</normaloff>:/icons/svg/share.svg</iconset>
|
2016-12-12 15:16:56 -05:00
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="popupMode">
|
|
|
|
<enum>QToolButton::InstantPopup</enum>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-12-14 09:20:03 -05:00
|
|
|
<item row="2" column="0" colspan="2">
|
2016-12-12 15:16:56 -05:00
|
|
|
<widget class="QPlainTextEdit" name="userCertEdit">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Courier New</family>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="whatsThis">
|
|
|
|
<string/>
|
|
|
|
</property>
|
2016-12-14 09:20:03 -05:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
2016-12-12 15:16:56 -05:00
|
|
|
<property name="lineWrapMode">
|
|
|
|
<enum>QPlainTextEdit::NoWrap</enum>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="tabStopWidth">
|
|
|
|
<number>80</number>
|
|
|
|
</property>
|
|
|
|
<property name="centerOnScroll">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2016-12-14 09:20:03 -05:00
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QFrame" name="addFrame">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<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>
|
|
|
|
</layout>
|
2016-12-12 15:16:56 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
2016-12-14 09:20:03 -05:00
|
|
|
<item row="1" column="1" colspan="2">
|
2016-12-12 15:16:56 -05:00
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>RetroShare is an Open Source cross-platform,
|
|
|
|
private and secure decentralized commmunication platform.
|
|
|
|
</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-12-14 09:20:03 -05:00
|
|
|
<item row="2" column="1" colspan="2">
|
|
|
|
<widget class="QFrame" name="addframe">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>11</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>You get certificate from your friend?</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="addButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add friends certificate</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="icons.qrc">
|
|
|
|
<normaloff>:/icons/png/invite.png</normaloff>:/icons/png/invite.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-12-12 15:16:56 -05:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="images.qrc"/>
|
|
|
|
<include location="icons.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|