support sending HTML or plaintext messages (choice in combobox)
This commit is contained in:
parent
742ff2af58
commit
19a43030a7
2 changed files with 34 additions and 15 deletions
|
|
@ -214,6 +214,20 @@
|
|||
<item>
|
||||
<widget class="QTextEdit" name="replyEdit"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="htmlBox">
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>With HTML</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Without HTML</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="sendButton">
|
||||
<property name="text">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue