2011-03-07 19:31:20 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>GenCertDialog</class>
<widget class="QDialog" name="GenCertDialog">
<property name="geometry">
2014-12-30 06:11:08 -05:00
<rect>
<x>0</x>
<y>0</y>
2017-02-01 15:55:06 -05:00
<width>1745</width>
2017-02-02 15:48:18 -05:00
<height>1296</height>
2014-12-30 06:11:08 -05:00
</rect>
</property>
2011-03-07 19:31:20 -05:00
<property name="windowTitle">
<string>Create new Profile</string>
</property>
<property name="windowIcon">
<iconset resource="images.qrc">
2015-03-29 09:41:29 -04:00
<normaloff>:/images/logo/logo_48.png</normaloff>:/images/logo/logo_48.png</iconset>
2011-03-07 19:31:20 -05:00
</property>
2016-08-06 11:15:56 -04:00
<layout class="QVBoxLayout" name="GenCertDialogVLayout">
2016-09-06 11:45:42 -04:00
<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>
2015-04-13 18:07:55 -04:00
<item>
<widget class="HeaderFrame" name="headerFrame">
<property name="sizePolicy">
2017-02-02 15:48:18 -05:00
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
2015-04-13 18:07:55 -04:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
2011-03-07 19:31:20 -05:00
</property>
2015-04-13 18:07:55 -04:00
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
</widget>
</item>
<item>
2016-09-06 11:45:42 -04:00
<widget class="QFrame" name="frame">
2015-06-27 09:18:57 -04:00
<property name="frameShape">
2016-09-06 11:45:42 -04:00
<enum>QFrame::StyledPanel</enum>
2015-04-13 18:07:55 -04:00
</property>
2016-09-06 11:45:42 -04:00
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
2017-02-01 15:55:06 -05:00
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="toolBarHLayout">
<item>
<spacer name="toolBarHSpacer">
<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="QCheckBox" name="adv_checkbox">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>32</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p>Use this if you need to import an existing profile, if you want to generate a new node with an already existing key, or if you want to create a TOR/I2P hidden node.</p></body></html></string>
</property>
<property name="text">
<string>Advanced options</string>
</property>
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/icons/settings/general.svg</normaloff>:/icons/settings/general.svg</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="tristate">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="label">
2016-09-06 11:45:42 -04:00
<property name="text">
2017-02-01 15:55:06 -05:00
<string/>
2016-09-06 11:45:42 -04:00
</property>
2017-02-01 15:55:06 -05:00
<property name="pixmap">
<pixmap resource="images.qrc">:/images/logo/logo_splash.png</pixmap>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
2016-09-06 11:45:42 -04:00
</property>
</widget>
</item>
2017-02-01 15:55:06 -05:00
<item>
<widget class="StyledLabel" name="header_label">
<property name="palette">
<palette>
<active>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>178</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>178</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>178</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>178</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
2016-09-06 11:45:42 -04:00
<property name="text">
2017-02-01 15:55:06 -05:00
<string>You can create a new profile with this form.
Alternatively you can use an existing profile. Just uncheck "Create a new profile"</string>
2016-09-06 11:45:42 -04:00
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
2017-02-01 15:55:06 -05:00
<item>
2016-09-06 11:45:42 -04:00
<widget class="StyledLabel" name="genprofileinfo_label">
<property name="palette">
<palette>
<active>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>178</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>178</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>178</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>178</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="text">
<string>You can create and run Retroshare nodes on different computers using the same profile. To do so just export the selected profile, import it on the other computer and create a new node with it.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
2017-02-01 15:55:06 -05:00
<item>
<widget class="QLabel" name="no_gpg_key_label">
<property name="text">
<string>It looks like no profile (PGP keys) exists. Please fill in the form below to create one, or import an existing profile.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="no_node_label">
<property name="text">
<string>No node exists for this profile.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
2016-09-06 11:45:42 -04:00
<layout class="QGridLayout" name="profilGLayout">
2017-02-01 15:55:06 -05:00
<item row="0" column="0">
<widget class="QLabel" name="label_nodeType">
2016-09-06 11:45:42 -04:00
<property name="text">
2017-02-01 15:55:06 -05:00
<string>Node type</string>
2016-09-06 11:45:42 -04:00
</property>
2017-02-01 15:55:06 -05:00
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2016-09-06 11:45:42 -04:00
</property>
</widget>
</item>
2017-02-01 15:55:06 -05:00
<item row="8" column="0">
2016-09-06 11:45:42 -04:00
<widget class="QLabel" name="password_label_2">
<property name="toolTip">
<string>This password is for PGP</string>
</property>
<property name="text">
2017-02-01 15:55:06 -05:00
<string>Password (check)</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2016-09-06 11:45:42 -04:00
</property>
</widget>
</item>
2017-02-01 15:55:06 -05:00
<item row="8" column="2">
2016-09-06 11:45:42 -04:00
<widget class="QLineEdit" name="password_input_2">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>Put a strong password here. This password protects your private PGP key.</string>
</property>
<property name="inputMask">
<string/>
</property>
<property name="maxLength">
<number>1024</number>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
</item>
2017-02-01 15:55:06 -05:00
<item row="4" column="0">
2016-09-06 11:45:42 -04:00
<widget class="QLabel" name="name_label">
<property name="text">
2017-02-01 15:55:06 -05:00
<string>Profile name</string>
2016-09-06 11:45:42 -04:00
</property>
2017-02-01 15:55:06 -05:00
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2016-09-06 11:45:42 -04:00
</property>
</widget>
</item>
2017-02-01 15:55:06 -05:00
<item row="6" column="2">
2016-09-06 11:45:42 -04:00
<widget class="QLineEdit" name="nickname_input">
<property name="toolTip">
<string>You can have one or more identities. They are used when you write in chat lobbies, forums and channel comments. They act as the destination for distant chat and the Retroshare distant mail system.</string>
</property>
</widget>
</item>
2017-02-01 15:55:06 -05:00
<item row="6" column="0">
<widget class="QLabel" name="nickname_label">
2016-09-06 11:45:42 -04:00
<property name="toolTip">
2017-02-01 15:55:06 -05:00
<string/>
2016-09-06 11:45:42 -04:00
</property>
2017-02-01 15:55:06 -05:00
<property name="text">
<string>Chat identity</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2016-09-06 11:45:42 -04:00
</property>
</widget>
</item>
2017-02-01 15:55:06 -05:00
<item row="7" column="0">
2016-09-06 11:45:42 -04:00
<widget class="QLabel" name="password_label">
<property name="toolTip">
<string>This password is for PGP</string>
</property>
<property name="text">
<string>Password</string>
</property>
2017-02-01 15:55:06 -05:00
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
2016-09-06 11:45:42 -04:00
</widget>
</item>
2017-02-01 15:55:06 -05:00
<item row="12" column="2">
<widget class="QComboBox" name="keylength_comboBox"/>
</item>
<item row="7" column="2">
2016-09-06 11:45:42 -04:00
<widget class="QLineEdit" name="password_input">
<property name="toolTip">
<string>Put a strong password here. This password protects your private PGP key.</string>
</property>
<property name="inputMask">
<string/>
</property>
<property name="maxLength">
<number>1024</number>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
</item>
2017-02-01 15:55:06 -05:00
<item row="10" column="0">
2016-09-06 11:45:42 -04:00
<widget class="QLabel" name="hiddenaddr_label">
<property name="text">
<string>hidden address</string>
</property>
2017-02-01 15:55:06 -05:00
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
2016-09-06 11:45:42 -04:00
</widget>
</item>
2017-02-01 15:55:06 -05:00
<item row="10" column="2">
2016-09-06 11:45:42 -04:00
<layout class="QHBoxLayout" name="hiddenInfoHLayout">
<property name="spacing">
<number>6</number>
</property>
<item>
<widget class="QLineEdit" name="hiddenaddr_input">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>32</height>
</size>
</property>
<property name="maxLength">
<number>64</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="hiddenport_label">
<property name="text">
<string>Port</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="hiddenport_spinBox">
<property name="toolTip">
<string><html><head/><body><p>This is your connection port.</p><p>Any value between 1024 and 65535 </p><p>should be ok. You can change it later.</p></body></html></string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>65535</number>
</property>
<property name="value">
<number>7812</number>
</property>
</widget>
</item>
</layout>
</item>
2017-02-01 15:55:06 -05:00
<item row="11" column="2">
2016-09-06 11:45:42 -04:00
<widget class="QLabel" name="label_hiddenaddr">
2017-02-02 15:48:18 -05:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2016-09-06 11:45:42 -04:00
<property name="text">
<string><html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
2017-02-01 15:55:06 -05:00
<item row="12" column="0">
2016-09-06 11:45:42 -04:00
<widget class="QLabel" name="keylength_label">
<property name="text">
<string>PGP key length</string>
</property>
2017-02-01 15:55:06 -05:00
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
2016-09-06 11:45:42 -04:00
</widget>
</item>
2017-02-01 15:55:06 -05:00
<item row="5" column="2">
<widget class="QLineEdit" name="node_input">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maxLength">
<number>64</number>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QComboBox" name="nodeType_CB">
<item>
<property name="text">
<string>Standard node</string>
</property>
</item>
<item>
<property name="text">
<string>TOR/I2P Hidden node</string>
</property>
</item>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="node_label">
<property name="text">
<string>Node name</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2016-09-06 11:45:42 -04:00
</property>
</widget>
</item>
2017-02-01 15:55:06 -05:00
<item row="4" column="2">
<layout class="QHBoxLayout" name="horizontalLayout_2">
2016-09-06 11:45:42 -04:00
<item>
2017-02-01 15:55:06 -05:00
<widget class="QLineEdit" name="name_input">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
2016-09-06 11:45:42 -04:00
<property name="maximumSize">
<size>
<width>16777215</width>
<height>32</height>
</size>
</property>
<property name="toolTip">
2017-02-01 15:55:06 -05:00
<string>Enter your nickname here</string>
2016-09-06 11:45:42 -04:00
</property>
<property name="text">
2017-02-01 15:55:06 -05:00
<string/>
2016-09-06 11:45:42 -04:00
</property>
2017-02-01 15:55:06 -05:00
<property name="maxLength">
<number>64</number>
2016-09-06 11:45:42 -04:00
</property>
</widget>
</item>
<item>
2017-02-01 15:55:06 -05:00
<widget class="QComboBox" name="genPGPuser">
<property name="toolTip">
<string>Your profile is associated with a PGP key pair. RetroShare currently ignores DSA keys.</string>
2016-09-06 11:45:42 -04:00
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="exportIdentity_PB">
<property name="sizePolicy">
2017-02-01 15:55:06 -05:00
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
2016-09-06 11:45:42 -04:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
2017-02-01 15:55:06 -05:00
<string>Export this profle</string>
2016-09-06 11:45:42 -04:00
</property>
</widget>
</item>
<item>
2017-02-01 15:55:06 -05:00
<widget class="QPushButton" name="importIdentity_PB">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
2016-09-06 11:45:42 -04:00
</property>
<property name="text">
2017-02-01 17:08:57 -05:00
<string>Import profile</string>
2016-09-06 11:45:42 -04:00
</property>
</widget>
</item>
<item>
2017-02-01 15:55:06 -05:00
<widget class="QCheckBox" name="reuse_existing_node_CB">
2016-09-06 11:45:42 -04:00
<property name="text">
2017-02-01 15:55:06 -05:00
<string>Re-use existing profile</string>
2016-09-06 11:45:42 -04:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
2017-02-02 15:48:18 -05:00
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
2017-02-01 17:08:57 -05:00
<item>
<widget class="StyledLabel" name="entropy_label">
<property name="palette">
<palette>
<active>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>178</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>178</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>178</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>178</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="text">
<string><html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is required, 100% is advised.</p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
2017-02-02 15:48:18 -05:00
<item>
<widget class="QProgressBar" name="entropy_bar">
<property name="value">
<number>24</number>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="genButton">
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>Go!</string>
</property>
</widget>
</item>
2016-09-06 11:45:42 -04:00
</layout>
2011-03-07 19:31:20 -05:00
</widget>
</item>
</layout>
</widget>
2014-02-01 10:18:33 -05:00
<customwidgets>
<customwidget>
<class>HeaderFrame</class>
<extends>QFrame</extends>
<header>gui/common/HeaderFrame.h</header>
<container>1</container>
</customwidget>
2016-08-08 19:22:14 -04:00
<customwidget>
<class>StyledLabel</class>
<extends>QLabel</extends>
<header>gui/common/StyledLabel.h</header>
</customwidget>
2014-02-01 10:18:33 -05:00
</customwidgets>
2016-08-06 11:15:56 -04:00
<tabstops>
<tabstop>nickname_input</tabstop>
<tabstop>password_input</tabstop>
<tabstop>password_input_2</tabstop>
<tabstop>hiddenaddr_input</tabstop>
<tabstop>hiddenport_spinBox</tabstop>
</tabstops>
2014-12-30 06:11:08 -05:00
<resources>
<include location="images.qrc"/>
2016-09-06 11:45:42 -04:00
<include location="icons.qrc"/>
2011-03-07 19:31:20 -05:00
</resources>
<connections/>
</ui>