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

138 lines
4.2 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="VerticalOnlyScroller" 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">
<string>Send typing notifications</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cbKeepHistory">
<property name="toolTip">
<string comment="toolTip for Keep History setting">Chat history keeping is still in development.
2015-02-01 17:35:47 +08:00
Save format changes are possible, which may result in data loss.</string>
</property>
<property name="text">
<string>Keep chat history</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignTop">
<widget class="QGroupBox" name="nospamGroup">
<property name="toolTip">
<string comment="toolTip for nospam">NoSpam is part of your Tox ID.
If you are being spammed with friend requests, you should change your NoSpam.
People will be unable to add you with your old ID, but you will keep your current friends.</string>
</property>
<property name="title">
<string>NoSpam</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>NoSpam is a part of your ID that can be changed at will.
If you are getting spammed with friend requests, change the NoSpam.</string>
2014-12-01 01:22:18 +08:00
</property>
2014-12-06 11:21:10 +08:00
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
2014-11-16 00:10:04 +08:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="nospamLineEdit">
<property name="inputMask">
<string notr="true">HHHHHHHH</string>
2014-11-16 00:10:04 +08:00
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="randomNosapamButton">
<property name="text">
<string>Generate random NoSpam</string>
2014-11-16 00:10:04 +08:00
</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>
<customwidgets>
<customwidget>
<class>VerticalOnlyScroller</class>
<extends>QScrollArea</extends>
<header>src/widget/form/settings/verticalonlyscroller.h</header>
<container>1</container>
</customwidget>
</customwidgets>
2014-10-08 22:32:19 +08:00
<resources/>
<connections/>
</ui>