Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
feat(settings): Added privacy block
Browse files Browse the repository at this point in the history
  • Loading branch information
Diadlo committed Aug 26, 2016
1 parent a1041ed commit 9499bdd
Showing 1 changed file with 28 additions and 19 deletions.
47 changes: 28 additions & 19 deletions src/widget/form/settings/privacysettings.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
<height>359</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -36,30 +36,39 @@
<rect>
<x>0</x>
<y>0</y>
<width>380</width>
<height>280</height>
<width>378</width>
<height>337</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>
<widget class="QGroupBox" name="verticalGroupBox">
<property name="title">
<string>Privacy</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.
<layout class="QVBoxLayout" name="verticalLayout_2">
<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>
</property>
<property name="text">
<string>Keep chat history</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item alignment="Qt::AlignTop">
Expand Down

0 comments on commit 9499bdd

Please sign in to comment.