moved create profile button into top groupbox and changed the size

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5316 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2012-07-20 09:42:53 +00:00
parent 24f8ee6222
commit bd1f0cc71b

View file

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>684</width> <width>642</width>
<height>517</height> <height>522</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
@ -593,8 +593,8 @@ border: 1px solid #CCCCCC;}</string>
<property name="title"> <property name="title">
<string/> <string/>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QGridLayout" name="gridLayout_2">
<item> <item row="0" column="0" colspan="2">
<widget class="QLabel" name="no_gpg_key_label"> <widget class="QLabel" name="no_gpg_key_label">
<property name="text"> <property name="text">
<string>It looks like you don't own any Profile (GPG keys). Please fill in the form below to generate one, or use your favorite gnupg key manager.</string> <string>It looks like you don't own any Profile (GPG keys). Please fill in the form below to generate one, or use your favorite gnupg key manager.</string>
@ -604,7 +604,7 @@ border: 1px solid #CCCCCC;}</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item row="1" column="0" colspan="2">
<widget class="QProgressBar" name="progressBar"> <widget class="QProgressBar" name="progressBar">
<property name="maximum"> <property name="maximum">
<number>0</number> <number>0</number>
@ -617,7 +617,7 @@ border: 1px solid #CCCCCC;}</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item row="2" column="0" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<item> <item>
<widget class="QCheckBox" name="new_gpg_key_checkbox"> <widget class="QCheckBox" name="new_gpg_key_checkbox">
@ -664,7 +664,7 @@ border: 1px solid #CCCCCC;}</string>
</item> </item>
</layout> </layout>
</item> </item>
<item> <item row="3" column="0">
<widget class="QLabel" name="progress_label"> <widget class="QLabel" name="progress_label">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
@ -677,131 +677,130 @@ border: 1px solid #CCCCCC;}</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item row="4" column="0">
<layout class="QGridLayout" name="gridLayout_2"> <widget class="QLabel" name="genPGPuserlabel">
<item row="0" column="0"> <property name="text">
<widget class="QLabel" name="genPGPuserlabel"> <string>Use identity</string>
<property name="text"> </property>
<string>Use identity</string> </widget>
</property> </item>
</widget> <item row="4" column="1">
</item> <widget class="QComboBox" name="genPGPuser">
<item row="0" column="1"> <property name="toolTip">
<widget class="QComboBox" name="genPGPuser"> <string>Your profile is associated to a GPG key. RetroShare currently ignores DSA keys.</string>
<property name="toolTip"> </property>
<string>Your profile is associated to a GPG key. RetroShare currently ignores DSA keys.</string> </widget>
</property> </item>
</widget> <item row="5" column="0">
</item> <widget class="QLabel" name="name_label">
<item row="1" column="0"> <property name="text">
<widget class="QLabel" name="name_label"> <string>Name</string>
<property name="text"> </property>
<string>Name</string> </widget>
</property> </item>
</widget> <item row="5" column="1">
</item> <widget class="QLineEdit" name="name_input">
<item row="1" column="1"> <property name="toolTip">
<widget class="QLineEdit" name="name_input"> <string>Enter here your nickname</string>
<property name="toolTip"> </property>
<string>Enter here your nickname</string> </widget>
</property> </item>
</widget> <item row="6" column="0">
</item> <widget class="QLabel" name="email_label">
<item row="2" column="0"> <property name="text">
<widget class="QLabel" name="email_label"> <string>Email</string>
<property name="text"> </property>
<string>Email</string> </widget>
</property> </item>
</widget> <item row="6" column="1">
</item> <widget class="QLineEdit" name="email_input">
<item row="2" column="1"> <property name="toolTip">
<widget class="QLineEdit" name="email_input"> <string>Be careful: this email will be visible to your friends and friends
<property name="toolTip">
<string>Be careful: this email will be visible to your friends and friends
of your friends. This information is required by GPG, but to stay of your friends. This information is required by GPG, but to stay
anonymous, you can use a fake email.</string> anonymous, you can use a fake email.</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0"> <item row="7" column="0">
<widget class="QLabel" name="password_label"> <widget class="QLabel" name="password_label">
<property name="toolTip"> <property name="toolTip">
<string>This Password is for GPG</string> <string>This Password is for GPG</string>
</property> </property>
<property name="text"> <property name="text">
<string>Password</string> <string>Password</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="1"> <item row="7" column="1">
<widget class="QLineEdit" name="password_input"> <widget class="QLineEdit" name="password_input">
<property name="toolTip"> <property name="toolTip">
<string>Put a strong password here. This password protects your GPG key.</string> <string>Put a strong password here. This password protects your GPG key.</string>
</property> </property>
<property name="inputMask"> <property name="inputMask">
<string/> <string/>
</property> </property>
<property name="echoMode"> <property name="echoMode">
<enum>QLineEdit::Password</enum> <enum>QLineEdit::Password</enum>
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="0"> <item row="8" column="0">
<widget class="QLabel" name="location_label"> <widget class="QLabel" name="location_label">
<property name="text"> <property name="text">
<string>Location</string> <string>Location</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="1"> <item row="8" column="1">
<widget class="QLineEdit" name="location_input"/> <widget class="QLineEdit" name="location_input"/>
</item> </item>
<item row="5" column="1"> <item row="9" column="1">
<widget class="QLabel" name="label_location2"> <widget class="QLabel" name="label_location2">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>30</height> <height>30</height>
</size> </size>
</property> </property>
<property name="lineWidth"> <property name="lineWidth">
<number>1</number> <number>1</number>
</property> </property>
<property name="text"> <property name="text">
<string>Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same identity (gpg key).</string> <string>Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same identity (gpg key).</string>
</property> </property>
<property name="scaledContents"> <property name="scaledContents">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="wordWrap"> <property name="wordWrap">
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>
</layout> <item row="10" column="1">
<widget class="QPushButton" name="genButton">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>26</height>
</size>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>Generate New Identity</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/contact_new.png</normaloff>:/images/contact_new.png</iconset>
</property>
</widget>
</item> </item>
</layout> </layout>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="genButton">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>26</height>
</size>
</property>
<property name="text">
<string>Generate New Identity</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/contact_new.png</normaloff>:/images/contact_new.png</iconset>
</property>
</widget>
</item>
<item> <item>
<spacer name="horizontalSpacer_2"> <spacer name="horizontalSpacer_2">
<property name="orientation"> <property name="orientation">