2010-09-29 15:29:07 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TransferPage</class>
<widget class="QWidget" name="TransferPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2017-03-04 00:01:21 +01:00
<width>1126</width>
<height>1099</height>
2010-09-29 15:29:07 +00:00
</rect>
</property>
2017-06-26 23:35:01 +02:00
<layout class="QVBoxLayout" name="TransferPageVLayout">
2017-03-04 00:01:21 +01:00
<item>
2017-06-26 23:35:01 +02:00
<widget class="QGroupBox" name="sharedGBox">
2017-03-04 00:01:21 +01:00
<property name="title">
<string>Shared Directories</string>
</property>
2017-06-26 23:35:01 +02:00
<layout class="QVBoxLayout" name="sharedGBoxVLayout">
2017-03-04 00:01:21 +01:00
<item>
2017-06-26 23:35:01 +02:00
<layout class="QHBoxLayout" name="shareDownloadHLayout">
2017-03-04 00:01:21 +01:00
<item>
<widget class="QCheckBox" name="shareDownloadDirectoryCB">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Automatically share incoming directory (Recommended)</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="editShareButton">
<property name="text">
<string>Edit Share</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
2017-06-26 23:35:01 +02:00
<layout class="QHBoxLayout" name="autoCheckDirectoriesHLayout">
2017-03-04 00:01:21 +01:00
<item>
<widget class="QCheckBox" name="autoCheckDirectories_CB">
<property name="text">
<string>Auto-check shared directories every </string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="autoCheckDirectoriesDelay_SB">
<property name="suffix">
<string> minute(s)</string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>5000</number>
</property>
<property name="value">
<number>10</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
2017-06-26 23:35:01 +02:00
<layout class="QHBoxLayout" name="followSymLinksHLayout">
<item>
<widget class="QCheckBox" name="followSymLinks_CB">
<property name="toolTip">
<string><html><head/><body><p>Tells Retroshare to follow the links. Loops and duplicate directories are automatically taken care of. If unchecked, Retroshare will just ignore symbolic links to both files and directories.</p></body></html></string>
</property>
<property name="text">
<string>follow symbolic links</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
2017-03-04 00:01:21 +01:00
</item>
</layout>
</widget>
</item>
<item>
2017-06-26 23:35:01 +02:00
<widget class="QGroupBox" name="incomingGBox">
2017-03-04 00:01:21 +01:00
<property name="title">
<string>Incoming Directory</string>
</property>
2017-06-26 23:35:01 +02:00
<layout class="QGridLayout" name="incomingGBoxGLayout">
2017-03-04 00:01:21 +01:00
<item row="0" column="0">
<widget class="QLineEdit" name="incomingDir">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="incomingButton">
<property name="minimumSize">
<size>
<width>31</width>
<height>31</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>31</width>
<height>31</height>
</size>
</property>
<property name="toolTip">
<string>Browse</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../images.qrc">
<normaloff>:/images/directoryselect_24x24_shadow.png</normaloff>:/images/directoryselect_24x24_shadow.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
2017-06-26 23:35:01 +02:00
<widget class="QGroupBox" name="partialGBox">
2017-03-04 00:01:21 +01:00
<property name="title">
<string>Partials Directory</string>
</property>
2017-06-26 23:35:01 +02:00
<layout class="QGridLayout" name="partialGBoxGLayout">
2017-03-04 00:01:21 +01:00
<item row="0" column="0">
<widget class="QLineEdit" name="partialsDir">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="partialButton">
<property name="minimumSize">
<size>
<width>31</width>
<height>31</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>31</width>
<height>31</height>
</size>
</property>
<property name="toolTip">
<string>Browse</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../images.qrc">
<normaloff>:/images/directoryselect_24x24_shadow.png</normaloff>:/images/directoryselect_24x24_shadow.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
</item>
2010-09-29 15:29:07 +00:00
<item>
2017-06-26 23:35:01 +02:00
<widget class="QGroupBox" name="transfertGBox">
2010-09-29 15:29:07 +00:00
<property name="title">
<string>Transfer options</string>
</property>
2017-06-26 23:35:01 +02:00
<layout class="QVBoxLayout" name="transfertGBoxVLayout">
2010-09-29 15:29:07 +00:00
<item>
2017-06-26 23:35:01 +02:00
<layout class="QHBoxLayout" name="transfertHLayout">
2010-09-29 15:29:07 +00:00
<item>
2017-06-26 23:35:01 +02:00
<layout class="QVBoxLayout" name="transfertLabelVLayout">
2010-09-29 15:29:07 +00:00
<item>
2017-06-26 23:35:01 +02:00
<widget class="QLabel" name="_queueSize_Label">
2010-09-29 15:29:07 +00:00
<property name="text">
2011-09-26 21:00:25 +00:00
<string>Maximum simultaneous downloads:</string>
2010-09-29 15:29:07 +00:00
</property>
</widget>
</item>
2017-05-08 22:00:51 +02:00
<item>
2017-06-26 23:35:01 +02:00
<widget class="QLabel" name="_max_up_Label">
2017-05-08 22:00:51 +02:00
<property name="text">
<string>Maximum uploads per friend (0 = no limit)</string>
</property>
</widget>
</item>
2010-09-29 15:29:07 +00:00
<item>
2017-06-26 23:35:01 +02:00
<widget class="QLabel" name="_defaultStrategy_Label">
2010-09-29 15:29:07 +00:00
<property name="text">
<string>Default chunk strategy:</string>
</property>
</widget>
</item>
<item>
2017-06-26 23:35:01 +02:00
<widget class="QLabel" name="_diskSpaceLimit_Label">
2010-09-29 15:29:07 +00:00
<property name="text">
<string>Safety disk space limit :</string>
</property>
</widget>
</item>
2015-05-16 13:59:26 +00:00
<item>
2017-06-26 23:35:01 +02:00
<widget class="QLabel" name="_max_tr_up_per_sec_Label">
2015-05-16 13:59:26 +00:00
<property name="text">
<string>Max. tunnel req. forwarded per second:</string>
</property>
</widget>
</item>
2016-10-29 17:59:03 +02:00
<item>
2017-06-26 23:35:01 +02:00
<widget class="QLabel" name="_e2e_encryption_Label">
2016-10-29 17:59:03 +02:00
<property name="text">
<string>End-to-end encryption:</string>
</property>
</widget>
</item>
2017-06-26 23:35:01 +02:00
<item>
<widget class="QLabel" name="_filePermDirectDL_Label">
<property name="text">
<string>Allow direct download:</string>
</property>
</widget>
</item>
2010-09-29 15:29:07 +00:00
</layout>
</item>
<item>
2017-06-26 23:35:01 +02:00
<layout class="QVBoxLayout" name="transfertValuesVLayout">
2010-09-29 15:29:07 +00:00
<item>
<widget class="QSpinBox" name="_queueSize_SB">
<property name="enabled">
<bool>true</bool>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="singleStep">
<number>1</number>
</property>
<property name="value">
<number>5</number>
</property>
</widget>
</item>
2017-05-08 22:00:51 +02:00
<item>
<widget class="QSpinBox" name="_max_up_SB"/>
</item>
2010-09-29 15:29:07 +00:00
<item>
<widget class="QComboBox" name="_defaultStrategy_CB">
<property name="enabled">
<bool>true</bool>
</property>
2015-05-16 13:59:26 +00:00
<property name="toolTip">
<string><html><head/><body><p><span style=" font-weight:600;">Streaming </span>causes the transfer to request 1MB file chunks in increasing order, facilitating preview while downloading. <span style=" font-weight:600;">Random</span> is purely random and favors swarming behavior. <span style=" font-weight:600;">Progressive</span> is a compromise, selecting the next chunk at random within less than 50MB after the end of the partial file. That allows some randomness while preventing large empty file initialization times.</p></body></html></string>
</property>
2010-09-29 15:29:07 +00:00
<item>
<property name="text">
<string>Streaming</string>
</property>
</item>
2013-02-28 20:42:01 +00:00
<item>
<property name="text">
<string>Progressive</string>
</property>
</item>
2010-09-29 15:29:07 +00:00
<item>
<property name="text">
<string>Random</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QSpinBox" name="_diskSpaceLimit_SB">
2015-05-16 13:59:26 +00:00
<property name="toolTip">
<string><html><head/><body><p>Retroshare will suspend all transfers and config file saving if the disk space goes below this limit. That prevents loss of information on some systems. A popup window will warn you when that happens.</p></body></html></string>
</property>
2010-09-29 15:29:07 +00:00
<property name="suffix">
<string> MB</string>
</property>
<property name="minimum">
<number>50</number>
</property>
<property name="maximum">
<number>1000</number>
</property>
<property name="singleStep">
<number>10</number>
</property>
<property name="value">
<number>100</number>
</property>
</widget>
</item>
2015-05-16 13:59:26 +00:00
<item>
<widget class="QSpinBox" name="_max_tr_up_per_sec_SB">
<property name="toolTip">
<string><html><head/><body><p>This value controls how many tunnel request your peer can forward per second. </p><p>If you have a large internet bandwidth, you may raise this up to 30-40, to allow statistically longer tunnels to pass. Be very careful though, since this generates many small packets that can significantly slow down your own file transfer. </p><p>The default value is 20. If you're not sure, keep it that way.</p></body></html></string>
</property>
<property name="minimum">
<number>5</number>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="singleStep">
<number>1</number>
</property>
<property name="value">
<number>20</number>
</property>
</widget>
</item>
2016-10-29 17:59:03 +02:00
<item>
<widget class="QComboBox" name="_e2e_encryption_CB">
2016-10-30 11:36:00 +01:00
<property name="toolTip">
2017-01-23 19:13:50 +01:00
<string><html><head/><body><p>Anonymous tunnels can be end-o-end encrypted. In order to maintain backward compatibility, this can be made optional (choosing &quot;Accepted&quot;), but in the end, all Retroshare nodes will be switched to &quot;Enforced&quot;, meaning that all anonymous transfers will be end-to-end encrypted. With &quot;Accepted&quot;, it is likely that you will transfer using twice as many tunnels, since there is no way to know that an encrypted and a clear tunnel actually transfer from the same source.</p></body></html></string>
2016-10-30 11:36:00 +01:00
</property>
2016-10-29 17:59:03 +02:00
<item>
<property name="text">
<string>Accepted</string>
</property>
</item>
<item>
<property name="text">
<string>Enforced</string>
</property>
</item>
2017-06-26 23:35:01 +02:00
</widget>
</item>
<item>
<widget class="QComboBox" name="_filePermDirectDL_CB">
<property name="toolTip">
<string><html><head/><body><p>How RS manage direct download setting.</p></body></html></string>
</property>
<item>
<property name="text">
<string>Yes</string>
</property>
</item>
<item>
<property name="text">
<string>No</string>
</property>
</item>
<item>
<property name="text">
<string>Per user</string>
</property>
</item>
2016-10-29 17:59:03 +02:00
</widget>
</item>
2010-09-29 15:29:07 +00:00
</layout>
</item>
</layout>
</item>
<item>
<widget class="QTextEdit" name="textEdit">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
2016-09-13 18:54:00 +02:00
</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p>
<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li>
<li style=" font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html></string>
2010-09-29 15:29:07 +00:00
</property>
</widget>
</item>
2017-02-15 21:30:49 +01: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>
2010-09-29 15:29:07 +00:00
</layout>
</widget>
</item>
</layout>
</widget>
2017-03-04 00:01:21 +01:00
<resources>
<include location="../images.qrc"/>
</resources>
2010-09-29 15:29:07 +00:00
<connections/>
</ui>