2009-07-31 14:27:58 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2007-11-14 22:18:48 -05:00
|
|
|
<class>StartDialog</class>
|
2012-10-31 21:07:36 -04:00
|
|
|
<widget class="QDialog" name="StartDialog">
|
2009-07-31 14:27:58 -04:00
|
|
|
<property name="geometry">
|
2007-11-14 22:18:48 -05:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-05-11 12:14:21 -04:00
|
|
|
<width>516</width>
|
|
|
|
<height>569</height>
|
2007-11-14 22:18:48 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-07-31 14:27:58 -04:00
|
|
|
<property name="windowTitle">
|
2007-11-14 22:18:48 -05:00
|
|
|
<string>RetroShare</string>
|
|
|
|
</property>
|
2009-07-31 14:27:58 -04:00
|
|
|
<property name="windowIcon">
|
2012-07-18 10:08:53 -04:00
|
|
|
<iconset resource="images.qrc">
|
2014-11-25 18:21:46 -05:00
|
|
|
<normaloff>:/images/logo/logo_32.png</normaloff>:/images/logo/logo_32.png</iconset>
|
2007-11-14 22:18:48 -05:00
|
|
|
</property>
|
2017-05-11 12:14:21 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2016-12-03 14:04:25 -05:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2012-10-31 21:07:36 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2017-05-10 13:06:03 -04:00
|
|
|
<layout class="QGridLayout" name="mainGLayout">
|
2012-10-31 21:07:36 -04:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0" colspan="4">
|
2017-05-10 13:06:03 -04:00
|
|
|
<layout class="QGridLayout" name="topGLayout">
|
2012-10-31 21:07:36 -04:00
|
|
|
<item row="0" column="0">
|
2017-05-11 12:14:21 -04:00
|
|
|
<spacer name="horizontalSpacer">
|
2012-10-31 21:07:36 -04:00
|
|
|
<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 row="0" column="1">
|
2017-05-10 13:06:03 -04:00
|
|
|
<widget class="QLabel" name="rsTopLogo">
|
2012-10-31 21:07:36 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="palette">
|
|
|
|
<palette>
|
|
|
|
<active>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>85</red>
|
|
|
|
<green>170</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</active>
|
|
|
|
<inactive>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>85</red>
|
|
|
|
<green>170</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</inactive>
|
|
|
|
<disabled>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>118</red>
|
|
|
|
<green>116</green>
|
|
|
|
<blue>108</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</disabled>
|
|
|
|
</palette>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>18</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2010-02-05 17:22:14 -05:00
|
|
|
<property name="text">
|
2017-05-08 04:51:15 -04:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
2017-05-11 12:14:21 -04:00
|
|
|
<pixmap resource="images.qrc">:/images/logo/logo_spash2.png</pixmap>
|
2010-02-05 17:22:14 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-10-31 21:07:36 -04:00
|
|
|
<item row="0" column="2">
|
2017-05-11 12:14:21 -04:00
|
|
|
<spacer name="horizontalSpacer_2">
|
2012-10-31 21:07:36 -04:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>48</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
2010-04-08 07:55:10 -04:00
|
|
|
</item>
|
2012-10-31 21:07:36 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
2017-05-11 12:14:21 -04:00
|
|
|
<item row="1" column="2" rowspan="2">
|
|
|
|
<spacer name="horizontalSpacer_4">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>60</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0" colspan="3">
|
|
|
|
<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>
|
|
|
|
<item row="1" column="0" rowspan="2">
|
|
|
|
<spacer name="horizontalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>60</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
2017-05-10 13:06:03 -04:00
|
|
|
<widget class="QGroupBox" name="profilGBox">
|
2012-10-31 21:07:36 -04:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2016-12-03 14:04:25 -05:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-05-11 12:14:21 -04:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
2012-10-31 21:07:36 -04:00
|
|
|
<property name="title">
|
|
|
|
<string/>
|
|
|
|
</property>
|
2017-05-11 12:14:21 -04:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_9">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2012-10-31 21:07:36 -04:00
|
|
|
<property name="text">
|
2017-05-11 12:14:21 -04:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
|
|
|
<pixmap resource="icons.qrc">:/icons/svg/person.svg</pixmap>
|
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>true</bool>
|
2012-10-31 21:07:36 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-05-11 12:14:21 -04:00
|
|
|
<item row="1" column="1">
|
2012-10-31 21:07:36 -04:00
|
|
|
<widget class="QComboBox" name="loadName"/>
|
|
|
|
</item>
|
2017-05-11 12:14:21 -04:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_11">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2017-05-08 04:51:15 -04:00
|
|
|
<property name="text">
|
2017-05-11 12:14:21 -04:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
|
|
|
<pixmap resource="icons.qrc">:/icons/svg/password.svg</pixmap>
|
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>true</bool>
|
2017-05-08 04:51:15 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-05-11 12:14:21 -04:00
|
|
|
<item row="3" column="1">
|
2017-05-08 04:51:15 -04:00
|
|
|
<widget class="QLineEdit" name="password_input">
|
|
|
|
<property name="echoMode">
|
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-05-11 12:14:21 -04:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLabel" name="label_10">
|
|
|
|
<property name="text">
|
|
|
|
<string>Password:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
|
<property name="text">
|
|
|
|
<string>Profile - Location:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
2012-10-31 21:07:36 -04:00
|
|
|
<widget class="QCheckBox" name="autologin_checkbox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remember Password</string>
|
|
|
|
</property>
|
|
|
|
<property name="tristate">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-05-11 12:14:21 -04:00
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="QPushButton" name="loadButton">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Log In</string>
|
|
|
|
</property>
|
|
|
|
<property name="default">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-10-31 21:07:36 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-05-11 12:14:21 -04:00
|
|
|
<item row="3" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_5">
|
|
|
|
<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="QLabel" name="labelProfile">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Opens a dialog for creating a new profile or
|
2012-10-31 21:07:36 -04:00
|
|
|
adding locations to an existing profile.
|
|
|
|
The current identities/locations will not be affected.</string>
|
2017-05-11 12:14:21 -04:00
|
|
|
</property>
|
|
|
|
<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">
|
2012-10-31 21:07:36 -04:00
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
p, li { white-space: pre-wrap; }
|
|
|
|
</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;">
|
2014-12-30 06:11:08 -05:00
|
|
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html></string>
|
2017-05-11 12:14:21 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2012-10-31 21:07:36 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2007-11-14 22:18:48 -05:00
|
|
|
</widget>
|
|
|
|
<resources>
|
2011-08-15 19:42:07 -04:00
|
|
|
<include location="images.qrc"/>
|
2017-05-11 12:14:21 -04:00
|
|
|
<include location="icons.qrc"/>
|
2007-11-14 22:18:48 -05:00
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|