send Memo to selected Contact

This commit is contained in:
DenioD
2020-04-29 00:51:07 +02:00
parent a5020cbe24
commit e9ae0e78c5
6 changed files with 82 additions and 17 deletions

View File

@@ -1354,9 +1354,9 @@
<widget class="QLabel" name="label_40">
<property name="geometry">
<rect>
<x>357</x>
<y>460</y>
<width>329</width>
<x>340</x>
<y>490</y>
<width>61</width>
<height>17</height>
</rect>
</property>
@@ -1367,8 +1367,8 @@
<widget class="MemoEdit" name="memoTxtChat">
<property name="geometry">
<rect>
<x>347</x>
<y>483</y>
<x>340</x>
<y>510</y>
<width>901</width>
<height>128</height>
</rect>
@@ -1377,8 +1377,8 @@
<widget class="QPushButton" name="btnInsertFrom">
<property name="geometry">
<rect>
<x>360</x>
<y>620</y>
<x>350</x>
<y>650</y>
<width>158</width>
<height>25</height>
</rect>
@@ -1445,7 +1445,7 @@
<property name="geometry">
<rect>
<x>1130</x>
<y>620</y>
<y>650</y>
<width>114</width>
<height>25</height>
</rect>
@@ -1463,6 +1463,45 @@
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_42">
<property name="geometry">
<rect>
<x>410</x>
<y>490</y>
<width>67</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>To:</string>
</property>
</widget>
<widget class="QLabel" name="ContactName">
<property name="geometry">
<rect>
<x>520</x>
<y>490</y>
<width>67</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="ContactZaddr">
<property name="geometry">
<rect>
<x>740</x>
<y>490</y>
<width>171</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
</widget>
</item>