first implementation of automated contact request detection - work in progress

This commit is contained in:
DenioD
2020-05-06 15:41:40 +02:00
parent 6a3b644a0a
commit 5ff2d1ba47
14 changed files with 599 additions and 115 deletions

View File

@@ -1414,9 +1414,9 @@
<widget class="QPushButton" name="safeContactRequest">
<property name="geometry">
<rect>
<x>30</x>
<x>0</x>
<y>640</y>
<width>211</width>
<width>91</width>
<height>25</height>
</rect>
</property>
@@ -1427,7 +1427,7 @@
</size>
</property>
<property name="text">
<string>Add conversation contact</string>
<string>Add contact</string>
</property>
<property name="flat">
<bool>false</bool>
@@ -1493,6 +1493,19 @@
<string>Is this message a contact request?</string>
</property>
</widget>
<widget class="QPushButton" name="pushContact">
<property name="geometry">
<rect>
<x>110</x>
<y>640</y>
<width>191</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Incoming contact request</string>
</property>
</widget>
</widget>
</widget>
</item>
@@ -1667,7 +1680,7 @@
<customwidget>
<class>AddressCombo</class>
<extends>QComboBox</extends>
<header>addresscombo.h</header>
<header location="global">addresscombo.h</header>
</customwidget>
<customwidget>
<class>QRCodeLabel</class>