create a cid in addressbook but make it editable for the beginning

This commit is contained in:
DenioD
2020-05-01 21:40:45 +02:00
parent a3e762a4ad
commit f515be1aa8
4 changed files with 40 additions and 22 deletions

View File

@@ -1393,9 +1393,9 @@
<widget class="QLabel" name="contactNameMemo">
<property name="geometry">
<rect>
<x>720</x>
<x>350</x>
<y>50</y>
<width>481</width>
<width>291</width>
<height>20</height>
</rect>
</property>
@@ -1527,8 +1527,8 @@
<widget class="QLabel" name="contactCid">
<property name="geometry">
<rect>
<x>870</x>
<y>90</y>
<x>820</x>
<y>60</y>
<width>331</width>
<height>20</height>
</rect>
@@ -1537,6 +1537,19 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QLabel" name="contactNameMemo_2">
<property name="geometry">
<rect>
<x>690</x>
<y>60</y>
<width>131</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;Conversation ID:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</widget>
</widget>
</item>