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

@@ -27,9 +27,23 @@
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Nickname</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLineEdit" name="addr"/>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="label">
<property name="maxLength">
<number>40</number>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
@@ -41,20 +55,13 @@
<widget class="QLineEdit" name="addr_chat"/>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_2">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Label</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Conversation ID (editable):&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLineEdit" name="label">
<property name="maxLength">
<number>40</number>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLineEdit" name="cid"/>
</item>
<item row="6" column="1">