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-07-30 19:10:01 -04:00
<width>569</width>
<height>426</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>
2017-05-20 09:14:43 -04:00
<widget class="QFrame" name="profileframe">
2017-02-12 15:45:22 -05:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2017-05-20 09:14:43 -04:00
<property name="styleSheet">
<string notr="true"/>
</property>
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-08-20 07:17:28 -04:00
<layout class="QVBoxLayout" name="profileframeVLayout">
2017-05-20 09:14:43 -04:00
<property name="leftMargin">
<number>9</number>
</property>
2017-02-12 15:45:22 -05:00
<item>
2017-08-20 07:17:28 -04:00
<widget class="QLabel" name="RSLabel">
2017-02-12 15:45:22 -05:00
<property name="text">
<string/>
</property>
<property name="pixmap">
2017-05-22 09:21:06 -04:00
<pixmap resource="images.qrc">:/images/logo/logo_web_nobackground.png</pixmap>
2017-04-23 19:23:05 -04:00
</property>
<property name="scaledContents">
<bool>false</bool>
2017-02-12 15:45:22 -05:00
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
2017-02-01 15:55:06 -05:00
<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>
2017-04-23 19:23:05 -04:00
<widget class="QPushButton" name="optionsButton">
2017-02-01 15:55:06 -05:00
<property name="text">
2017-04-23 19:23:05 -04:00
<string>Options</string>
2017-02-01 15:55:06 -05:00
</property>
<property name="icon">
<iconset resource="icons.qrc">
2017-04-23 19:23:05 -04:00
<normaloff>:/icons/svg/options.svg</normaloff>:/icons/svg/options.svg</iconset>
2017-02-01 15:55:06 -05:00
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
2017-04-23 19:23:05 -04:00
<property name="default">
2017-02-01 15:55:06 -05:00
<bool>false</bool>
</property>
2017-04-23 19:23:05 -04:00
<property name="flat">
<bool>true</bool>
</property>
2017-02-01 15:55:06 -05:00
</widget>
</item>
</layout>
</item>
<item>
2017-05-20 09:14:43 -04:00
<widget class="QGroupBox" name="profile_groupBox">
2017-04-23 19:23:05 -04:00
<property name="styleSheet">
<string notr="true"/>
2016-09-06 11:45:42 -04:00
</property>
2017-08-20 07:17:28 -04:00
<layout class="QGridLayout" name="profile_groupBoxGLayout">
2017-05-20 09:14:43 -04:00
<property name="leftMargin">
<number>24</number>
</property>
<property name="topMargin">
<number>24</number>
</property>
<property name="rightMargin">
<number>24</number>
</property>
<property name="bottomMargin">
<number>24</number>
</property>
2017-07-30 08:31:52 -04:00
<item row="1" column="0">
2017-04-23 19:23:05 -04:00
<layout class="QGridLayout" name="profilGLayout">
2017-05-20 09:14:43 -04:00
<item row="14" column="2">
<widget class="QComboBox" name="keylength_comboBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>PGP Key Length</string>
</property>
<property name="accessibleDescription">
2017-04-23 19:23:05 -04:00
<string/>
</property>
</widget>
</item>
2017-05-20 09:14:43 -04:00
<item row="18" column="1">
<widget class="QLabel" name="randomness_label_">
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
2017-04-23 19:23:05 -04:00
<property name="text">
2017-05-20 09:14:43 -04:00
<string/>
</property>
<property name="pixmap">
<pixmap resource="icons.qrc">:/icons/svg/randomness.svg</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
2017-04-23 19:23:05 -04:00
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
2017-05-20 09:14:43 -04:00
<item row="7" column="3">
<widget class="QLabel" name="password_check_LB">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="8" column="2">
2017-08-20 07:17:28 -04:00
<widget class="QLineEdit" name="password2_input">
2017-04-23 19:23:05 -04:00
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p>Put a strong password here. This password protects your private node key!</p></body></html></string>
</property>
<property name="inputMask">
<string/>
</property>
<property name="maxLength">
<number>1024</number>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
</item>
<item row="18" column="2">
<widget class="QProgressBar" name="entropy_bar">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string><html><head/><body><p>Please move your mouse around in order to collect as much randomness as possible. A minimum of 20% is needed to create your node keys.</p></body></html></string>
</property>
<property name="value">
<number>24</number>
</property>
</widget>
</item>
<item row="18" column="3">
<widget class="QLabel" name="randomness_check_LB">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="5" column="3">
<widget class="QLabel" name="node_name_check_LB">
<property name="text">
<string/>
</property>
</widget>
</item>
2017-05-20 09:14:43 -04:00
<item row="15" column="2">
2017-04-23 19:23:05 -04:00
<widget class="QComboBox" name="nodeType_CB">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<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="2">
<widget class="QLineEdit" name="node_input">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p>Your node name designates the Retroshare instance that</p><p>will run on this computer.</p></body></html></string>
</property>
<property name="maxLength">
<number>64</number>
</property>
</widget>
</item>
<item row="4" column="3">
<widget class="QLabel" name="profile_name_check_LB">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="4" column="2">
2017-08-20 07:17:28 -04:00
<layout class="QHBoxLayout" name="nameHLayout">
2017-04-23 19:23:05 -04:00
<item>
<widget class="QLineEdit" name="name_input">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<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="toolTip">
<string><html><head/><body><p>The profile name identifies you over the network.</p><p>It is used by your friends to accept connections from you.</p><p>You can create multiple Retroshare nodes with the</p><p>same profile on different computers.</p><p><br/></p></body></html></string>
</property>
<property name="text">
<string/>
</property>
<property name="maxLength">
<number>64</number>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="genPGPuser">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Your profile is associated with a PGP key pair. RetroShare currently ignores DSA keys.</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="exportIdentity_PB">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Export this profle</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="importIdentity_PB">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Import profile</string>
</property>
</widget>
</item>
</layout>
</item>
2017-05-20 09:14:43 -04:00
<item row="8" column="3">
2017-04-23 19:23:05 -04:00
<widget class="QLabel" name="password2_check_LB">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="7" column="2">
<widget class="QLineEdit" name="password_input">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string><html><head/><body><p>Put a strong password here. This password protects your private node key!</p></body></html></string>
</property>
<property name="inputMask">
<string/>
</property>
<property name="maxLength">
<number>1024</number>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
</item>
<item row="17" column="2">
<layout class="QHBoxLayout" name="hiddenInfoHLayout">
<property name="spacing">
<number>6</number>
</property>
<item>
<widget class="QLineEdit" name="hiddenaddr_input">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<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="toolTip">
<string><html><head/><body><p>This should 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. </p><p>You can also leave this blank now, but your node will only work if you correctly set the Tor/I2P service address in Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html></string>
</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="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<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>
2016-10-09 08:32:52 -04:00
<item>
<widget class="QCheckBox" name="cbUseBob">
<property name="text">
<string>Use BOB</string>
</property>
</widget>
</item>
2017-04-23 19:23:05 -04:00
</layout>
</item>
2017-05-20 09:14:43 -04:00
<item row="9" column="2">
2017-04-23 19:23:05 -04:00
<widget class="QLineEdit" name="nickname_input">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string><html><head/><body><p>Identities are used when you write in chat rooms, forums and channel comments. </p><p>They also receive/send email over the Retroshare network. You can create</p><p>a signed identity now, or do it later on when you get to need it.</p></body></html></string>
</property>
</widget>
</item>
<item row="19" column="2">
<widget class="QPushButton" name="genButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>Go!</string>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</widget>
</item>
<item row="19" column="3">
<widget class="QLabel" name="generate_label">
<property name="text">
<string/>
</property>
</widget>
</item>
2017-05-20 09:14:43 -04:00
<item row="4" column="1">
<widget class="QLabel" name="name_label">
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="icons.qrc">:/icons/svg/person.svg</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="QLabel" name="nickname_label">
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="toolTip">
<string/>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="icons.qrc">:/icons/svg/chat-lobbies.svg</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLabel" name="node_label">
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="icons.qrc">:/icons/svg/network.svg</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="14" column="1">
<widget class="QLabel" name="keylength_label">
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="icons.qrc">:/icons/svg/keyring.svg</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="8" column="1">
2017-08-20 07:17:28 -04:00
<widget class="QLabel" name="password2_label">
2017-05-20 09:14:43 -04:00
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="toolTip">
<string>This password is for PGP</string>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="icons.qrc">:/icons/svg/password.svg</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QLabel" name="password_label">
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="toolTip">
<string>This password is for PGP</string>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="icons.qrc">:/icons/svg/password.svg</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="17" column="1">
<widget class="QLabel" name="hiddenaddr_label">
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="icons.qrc">:/icons/svg/hidden.svg</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="15" column="1">
<widget class="QLabel" name="label_nodeType">
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="icons.qrc">:/icons/svg/netgraph.svg</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
2017-04-23 19:23:05 -04:00
</layout>
</item>
2017-07-30 08:31:52 -04:00
<item row="0" column="0">
<widget class="QLabel" name="info_label">
<property name="text">
<string>TextLabel</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
2017-04-23 19:23:05 -04:00
</layout>
2016-09-06 11:45:42 -04:00
</widget>
</item>
2017-02-02 15:48:18 -05:00
<item>
2017-08-20 07:17:28 -04:00
<spacer name="mainVSpacer">
2017-02-12 15:45:22 -05:00
<property name="orientation">
<enum>Qt::Vertical</enum>
2017-02-02 15:48:18 -05:00
</property>
2017-02-12 15:45:22 -05:00
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
2017-02-02 15:48:18 -05:00
</property>
2017-02-12 15:45:22 -05:00
</spacer>
2017-02-02 15:48:18 -05:00
</item>
2016-09-06 11:45:42 -04:00
</layout>
2011-03-07 19:31:20 -05:00
</widget>
</item>
</layout>
2017-04-23 19:23:05 -04:00
<action name="adv_checkbox">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Advanced options</string>
</property>
</action>
<action name="reuse_existing_node_CB">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
2017-07-28 12:41:34 -04:00
<string>Use existing profile</string>
2017-04-23 19:23:05 -04:00
</property>
</action>
2011-03-07 19:31:20 -05:00
</widget>
2016-08-06 11:15:56 -04:00
<tabstops>
2017-02-12 15:45:22 -05:00
<tabstop>name_input</tabstop>
<tabstop>node_input</tabstop>
2016-08-06 11:15:56 -04:00
<tabstop>password_input</tabstop>
2017-08-20 07:17:28 -04:00
<tabstop>password2_input</tabstop>
2017-02-12 15:45:22 -05:00
<tabstop>keylength_comboBox</tabstop>
<tabstop>exportIdentity_PB</tabstop>
<tabstop>genPGPuser</tabstop>
2016-08-06 11:15:56 -04:00
<tabstop>hiddenaddr_input</tabstop>
<tabstop>hiddenport_spinBox</tabstop>
2017-02-12 15:45:22 -05:00
<tabstop>importIdentity_PB</tabstop>
2016-08-06 11:15:56 -04:00
</tabstops>
2014-12-30 06:11:08 -05:00
<resources>
2016-09-06 11:45:42 -04:00
<include location="icons.qrc"/>
2017-02-12 15:45:22 -05:00
<include location="images.qrc"/>
2011-03-07 19:31:20 -05:00
</resources>
<connections/>
</ui>