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-23 12:46:50 -04:00
|
|
|
<width>440</width>
|
2017-05-26 12:12:24 -04:00
|
|
|
<height>350</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-20 09:14:43 -04:00
|
|
|
<property name="autoFillBackground">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2017-05-30 14:34:12 -04:00
|
|
|
<layout class="QVBoxLayout" name="StartDialogVLayout">
|
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-20 09:14:43 -04:00
|
|
|
<widget class="QFrame" name="loginframe">
|
|
|
|
<property name="autoFillBackground">
|
|
|
|
<bool>false</bool>
|
2012-10-31 21:07:36 -04:00
|
|
|
</property>
|
2017-05-20 09:14:43 -04:00
|
|
|
<property name="styleSheet">
|
2017-05-20 22:12:34 -04:00
|
|
|
<string notr="true"/>
|
2012-10-31 21:07:36 -04:00
|
|
|
</property>
|
2017-05-20 09:14:43 -04:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
2012-10-31 21:07:36 -04:00
|
|
|
</property>
|
2017-05-30 14:34:12 -04:00
|
|
|
<layout class="QGridLayout" name="loginframeGLayout">
|
2017-05-20 09:14:43 -04: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">
|
2017-05-23 12:46:50 -04:00
|
|
|
<number>9</number>
|
2017-05-20 09:14:43 -04:00
|
|
|
</property>
|
|
|
|
<item row="0" column="0" colspan="4">
|
|
|
|
<layout class="QGridLayout" name="topGLayout">
|
2017-05-30 14:34:12 -04:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>16</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>16</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>16</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>16</number>
|
|
|
|
</property>
|
2017-05-20 09:14:43 -04:00
|
|
|
<item row="0" column="0">
|
2017-05-30 14:34:12 -04:00
|
|
|
<spacer name="topLHSpacer">
|
2017-05-20 09:14:43 -04:00
|
|
|
<property name="orientation">
|
2017-05-21 06:34:52 -04:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
2017-05-30 14:34:12 -04:00
|
|
|
<height>0</height>
|
2017-05-21 06:34:52 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLabel" name="rsTopLogo">
|
|
|
|
<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>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
|
|
|
<pixmap resource="images.qrc">:/images/logo/logo_web_nobackground.png</pixmap>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
2017-05-30 14:34:12 -04:00
|
|
|
<spacer name="topRHSpacer">
|
2017-05-21 06:34:52 -04:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2017-05-30 14:34:12 -04:00
|
|
|
<width>40</width>
|
|
|
|
<height>0</height>
|
2017-05-21 06:34:52 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2" rowspan="2">
|
2017-05-30 14:34:12 -04:00
|
|
|
<spacer name="profileRHSpacer">
|
2017-05-21 06:34:52 -04:00
|
|
|
<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>
|
2017-05-30 14:34:12 -04:00
|
|
|
<height>0</height>
|
2017-05-21 06:34:52 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0" colspan="3">
|
2017-05-30 14:34:12 -04:00
|
|
|
<spacer name="mainVSpacer">
|
2017-05-21 06:34:52 -04:00
|
|
|
<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">
|
2017-05-30 14:34:12 -04:00
|
|
|
<spacer name="profileLHSpacer">
|
2017-05-21 06:34:52 -04:00
|
|
|
<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>
|
2017-05-30 14:34:12 -04:00
|
|
|
<height>0</height>
|
2017-05-21 06:34:52 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QGroupBox" name="profilGBox">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string/>
|
|
|
|
</property>
|
2017-05-30 14:34:12 -04:00
|
|
|
<layout class="QGridLayout" name="profilGBoxGLayout">
|
2017-05-21 06:34:52 -04:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2017-05-23 12:46:50 -04:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2017-05-21 06:34:52 -04:00
|
|
|
<item row="1" column="0">
|
2017-05-30 14:34:12 -04:00
|
|
|
<widget class="QLabel" name="loadName_label">
|
2017-05-21 06:34:52 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
|
|
|
<pixmap resource="icons.qrc">:/icons/svg/person.svg</pixmap>
|
|
|
|
</property>
|
2017-05-20 09:14:43 -04:00
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="loadName"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
2017-05-30 14:34:12 -04:00
|
|
|
<widget class="QLabel" name="password_label">
|
2017-05-20 09:14:43 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</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>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
2017-07-19 13:39:21 -04:00
|
|
|
<widget class="LineEditClear" name="password_input">
|
2017-05-20 09:14:43 -04:00
|
|
|
<property name="echoMode">
|
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
|
</property>
|
|
|
|
<property name="placeholderText">
|
|
|
|
<string>Password</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QCheckBox" name="autologin_checkbox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remember Password</string>
|
|
|
|
</property>
|
|
|
|
<property name="tristate">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" 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>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
2017-05-30 14:34:12 -04:00
|
|
|
<layout class="QHBoxLayout" name="newHLayout">
|
2017-05-20 09:14:43 -04:00
|
|
|
<item>
|
2017-05-30 14:34:12 -04:00
|
|
|
<spacer name="newHSpacer">
|
2017-05-20 09:14:43 -04:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2017-05-11 12:14:21 -04:00
|
|
|
</property>
|
2017-05-20 09:14:43 -04:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
2017-05-11 12:14:21 -04:00
|
|
|
</property>
|
2017-05-20 09:14:43 -04:00
|
|
|
</spacer>
|
2017-05-11 12:14:21 -04:00
|
|
|
</item>
|
2017-05-20 09:14:43 -04:00
|
|
|
<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-20 09:14:43 -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;">
|
2017-05-26 12:54:02 -04: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;">New Profile/Node</span></a></p></body></html></string>
|
2017-05-20 09:14:43 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-10-31 21:07:36 -04:00
|
|
|
</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/>
|
2017-07-19 13:39:21 -04:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>LineEditClear</class>
|
|
|
|
<extends>QLineEdit</extends>
|
|
|
|
<header>gui/common/LineEditClear.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2007-11-14 22:18:48 -05:00
|
|
|
</ui>
|