add new icons, dont write over send button

This commit is contained in:
DenioD
2020-05-20 20:53:14 +02:00
parent 15122be4f8
commit 41e3bbdfae
19 changed files with 152 additions and 126 deletions

View File

@@ -14,7 +14,7 @@
<string>Send a contact request</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="1" colspan="2">
<item row="0" column="2" colspan="2">
<widget class="QLabel" name="label_6">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;right&quot;&gt;Choose a avatar for your contact :&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
@@ -28,7 +28,7 @@
</property>
</widget>
</item>
<item row="1" column="1">
<item row="1" column="2">
<widget class="QComboBox" name="comboBoxAvatar">
<item>
<property name="text">
@@ -185,6 +185,9 @@
<item row="6" column="0">
<widget class="QLineEdit" name="myzaddr"/>
</item>
<item row="6" column="1" rowspan="3" colspan="3">
<widget class="QTextEdit" name="memorequest"/>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
@@ -192,7 +195,7 @@
</property>
</widget>
</item>
<item row="8" column="0" colspan="3">
<item row="8" column="0">
<widget class="QLabel" name="cid">
<property name="text">
<string/>
@@ -231,6 +234,13 @@
</property>
</widget>
</item>
<item row="9" column="3">
<widget class="QPushButton" name="sendcontactrequest">
<property name="text">
<string>Send Contact</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
@@ -255,7 +265,7 @@
<sender>sendRequestButton</sender>
<signal>clicked()</signal>
<receiver>Dialog</receiver>
<slot>accept()</slot>
<slot>update()</slot>
<hints>
<hint type="sourcelabel">
<x>536</x>