dont delete unsent message when switching tab, add more contextmenu

This commit is contained in:
DenioD
2020-05-27 07:41:11 +02:00
parent aa46cc99ae
commit 56cc89a918
7 changed files with 63 additions and 17 deletions

View File

@@ -1389,6 +1389,9 @@
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectItems</enum>
</property>
</widget>
<widget class="QLabel" name="label_39">
<property name="geometry">
@@ -1422,10 +1425,16 @@
<set>QTextEdit::AutoNone</set>
</property>
<property name="lineWrapMode">
<enum>QTextEdit::FixedColumnWidth</enum>
<enum>QTextEdit::FixedPixelWidth</enum>
</property>
<property name="lineWrapColumnOrWidth">
<number>80</number>
<number>600</number>
</property>
<property name="readOnly">
<bool>false</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::TextEditorInteraction</set>
</property>
</widget>
<widget class="QLabel" name="contactNameMemo">