mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
c1d7092f9d
Improvemetns thanks to "BIG DESU" and @tsudoko
138 lines
4.2 KiB
XML
138 lines
4.2 KiB
XML
<?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">
|
|
<string notr="true">Form</string>
|
|
</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>
|
|
<item>
|
|
<widget class="VerticalOnlyScroller" name="scrollArea">
|
|
<property name="widgetResizable">
|
|
<bool>true</bool>
|
|
</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">
|
|
<property name="toolTip">
|
|
<string comment="tooltip for typing notifications setting">Your friends will be able to see when you are typing.</string>
|
|
</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.
|
|
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>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QLineEdit" name="nospamLineEdit">
|
|
<property name="inputMask">
|
|
<string notr="true">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>
|
|
</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>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|