support sending HTML or plaintext messages (choice in combobox)

This commit is contained in:
Romain Bignon 2010-10-04 22:52:23 +02:00
commit 19a43030a7
2 changed files with 34 additions and 15 deletions

View file

@ -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">