mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
feat(settings): Added privacy block
This commit is contained in:
parent
a1041ed11a
commit
9499bdd458
|
@ -7,7 +7,7 @@
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>400</width>
|
<width>400</width>
|
||||||
<height>300</height>
|
<height>359</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
|
@ -36,30 +36,39 @@
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>380</width>
|
<width>378</width>
|
||||||
<height>280</height>
|
<height>337</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="cbTypingNotification">
|
<widget class="QGroupBox" name="verticalGroupBox">
|
||||||
<property name="toolTip">
|
<property name="title">
|
||||||
<string comment="tooltip for typing notifications setting">Your friends will be able to see when you are typing.</string>
|
<string>Privacy</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||||
<string>Send typing notifications</string>
|
<item>
|
||||||
</property>
|
<widget class="QCheckBox" name="cbTypingNotification">
|
||||||
</widget>
|
<property name="toolTip">
|
||||||
</item>
|
<string comment="tooltip for typing notifications setting">Your friends will be able to see when you are typing.</string>
|
||||||
<item>
|
</property>
|
||||||
<widget class="QCheckBox" name="cbKeepHistory">
|
<property name="text">
|
||||||
<property name="toolTip">
|
<string>Send typing notifications</string>
|
||||||
<string comment="toolTip for Keep History setting">Chat history keeping is still in development.
|
</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>
|
Save format changes are possible, which may result in data loss.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Keep chat history</string>
|
<string>Keep chat history</string>
|
||||||
</property>
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item alignment="Qt::AlignTop">
|
<item alignment="Qt::AlignTop">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user