2016-04-02 16:14:08 -04:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PeoplePage</class>
<widget class="QWidget" name="PeoplePage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1153</width>
<height>441</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="generalGroupBox">
<property name="title">
<string>Identities handling</string>
</property>
2016-07-25 15:45:49 -04:00
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QCheckBox" name="autoPositiveOpinion_CB">
<property name="toolTip">
2016-07-25 16:04:30 -04:00
<string><html><head/><body><p>Anyone in your contact list will automatically have a positive opinion if not set. This allows to automatically raise reputations of used nodes. </p></body></html></string>
2016-07-25 15:45:49 -04:00
</property>
<property name="text">
2016-07-25 16:04:30 -04:00
<string>automatically give "Positive" opinion to my contacts</string>
2016-07-25 15:45:49 -04:00
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
2016-07-25 16:06:28 -04:00
<string>Friend average opinion below which identities are banned:</string>
2016-07-25 15:45:49 -04:00
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="autoBanIdentitiesLimit_SB">
<property name="toolTip">
<string><html><head/><body><p>The default value of -0.6 needs 3 to 4 friends to set a negative opinion in order for that identity to be banned at your own node. This is a pretty conservative value. If you want to more easily get rid of banned identities, set the value to e.g. -0.2</p></body></html></string>
</property>
<property name="minimum">
<double>-1.000000000000000</double>
</property>
<property name="maximum">
<double>-0.010000000000000</double>
</property>
<property name="singleStep">
<double>0.010000000000000</double>
</property>
<property name="value">
<double>-0.600000000000000</double>
</property>
</widget>
</item>
</layout>
</item>
2016-04-02 16:14:08 -04:00
</layout>
</widget>
</item>
<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>
</layout>
</widget>
<resources/>
<connections/>
</ui>