1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src/widget/form/settings/privacysettings.ui

158 lines
5.0 KiB
Plaintext
Raw Normal View History

2014-10-08 22:32:19 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PrivacySettings</class>
<widget class="QWidget" name="PrivacySettings">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
2014-11-01 02:24:28 +08:00
<string notr="true">Form</string>
2014-10-08 22:32:19 +08:00
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>9</number>
</property>
<property name="topMargin">
<number>9</number>
</property>
<property name="rightMargin">
<number>9</number>
</property>
<property name="bottomMargin">
<number>9</number>
</property>
2014-10-08 22:32:19 +08:00
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="widgetResizable">
2014-10-17 20:33:00 +08:00
<bool>true</bool>
2014-10-08 22:32:19 +08:00
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>380</width>
<height>280</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QCheckBox" name="cbTypingNotification">
2015-01-05 04:25:37 +08:00
<property name="toolTip">
<string comment="tooltip for typing notifications setting">Your friends will be able to see when you are typing.</string>
2015-01-05 04:25:37 +08:00
</property>
<property name="text">
2015-01-05 04:25:37 +08:00
<string>Send Typing Notifications</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cbKeepHistory">
<property name="toolTip">
<string extracomment="History keeping still under developing. Log format changin is possible."/>
</property>
<property name="text">
<string>Keep History (unstable)</string>
</property>
<property name="toolTip">
<string comment="toolTip for history setting">History is available in qTox, but we cannot promise that one day it will not dissapear without a trace :-/
We will try our best to make sure that this will not happen though!</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignTop">
<widget class="QGroupBox" name="encryptionGroup">
<property name="enabled">
<bool>true</bool>
</property>
<property name="title">
<string>Encryption</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QCheckBox" name="cbEncryptTox">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Encrypt Tox datafile</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cbEncryptHistory">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Encrypt History</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
2014-11-16 00:10:04 +08:00
<item alignment="Qt::AlignTop">
<widget class="QGroupBox" name="nospamGroup">
<property name="title">
<string>Nospam</string>
</property>
<property name="toolTip">
<string comment="toolTip for nospam">Nospam is part of your Tox ID.
It is there to help you change your Tox ID when you feel like you are getting too much spam friend requests.
When you change nospam, your current contacts still can communicate with you,
but new contacts need to know your new Tox ID to be able to add you.</string>
</property>
2014-11-16 00:10:04 +08:00
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="nospamLineEdit">
<property name="inputMask">
<string>HHHHHHHH</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="randomNosapamButton">
<property name="text">
<string>Generate random nospam</string>
</property>
</widget>
</item>
</layout>
</item>
</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>
2014-10-08 22:32:19 +08:00
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>