2010-02-06 15:49:24 -05: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>
2010-02-08 18:09:46 -05:00
<width>604</width>
2010-02-06 15:49:24 -05:00
<height>340</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
2010-03-21 17:07:12 -04:00
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Transfer options</string>
2010-02-06 15:49:24 -05:00
</property>
2010-05-21 16:49:48 -04:00
<layout class="QVBoxLayout" name="verticalLayout_4">
2010-03-21 17:07:12 -04:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
2010-05-21 16:49:48 -04:00
<layout class="QVBoxLayout" name="verticalLayout_3">
2010-03-21 17:07:12 -04:00
<item>
2010-02-06 15:49:24 -05:00
<widget class="QLabel" name="label">
<property name="text">
<string>Queue Size:</string>
</property>
</widget>
</item>
2010-03-21 17:07:12 -04:00
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Default chunk strategy:</string>
</property>
</widget>
</item>
2010-05-21 16:49:48 -04:00
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Safety disk space limit :</string>
</property>
</widget>
</item>
2010-03-21 17:07:12 -04:00
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
2010-03-06 18:29:47 -05:00
<widget class="QSpinBox" name="_queueSize_SB">
2010-02-08 17:50:15 -05:00
<property name="enabled">
2010-03-06 18:29:47 -05:00
<bool>true</bool>
</property>
<property name="minimum">
<number>1</number>
2010-02-08 17:50:15 -05:00
</property>
2010-02-06 15:49:24 -05:00
<property name="singleStep">
<number>1</number>
</property>
<property name="value">
2010-03-06 18:29:47 -05:00
<number>5</number>
2010-02-06 15:49:24 -05:00
</property>
</widget>
</item>
2010-03-21 17:07:12 -04:00
<item>
<widget class="QComboBox" name="_defaultStrategy_CB">
2010-02-11 03:46:03 -05:00
<property name="enabled">
2010-03-21 17:07:12 -04:00
<bool>true</bool>
2010-02-11 03:46:03 -05:00
</property>
2010-02-06 15:49:24 -05:00
<item>
<property name="text">
<string>Streaming</string>
</property>
</item>
<item>
<property name="text">
<string>Random</string>
</property>
</item>
</widget>
</item>
2010-05-21 16:49:48 -04:00
<item>
<widget class="QSpinBox" name="_diskSpaceLimit_SB">
<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>
2010-02-06 15:49:24 -05:00
</layout>
2010-03-21 17:07:12 -04:00
</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">
2010-02-06 15:49:24 -05:00
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
2010-02-08 17:50:15 -05:00
</style></head><body style=" font-family:'Sans'; font-size:10pt; 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 transfering 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;"></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>
2010-05-21 16:49:48 -04:00
<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>
2010-02-08 18:09:46 -05:00
<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-03-21 17:07:12 -04:00
</property>
</widget>
</item>
</layout>
2010-02-06 15:49:24 -05:00
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>