PDA

View Full Version : How to insert a combobox to QTextTable cell?



yep
16th February 2017, 18:57
Is it possible to place a combobox into a cell in QTextTable? I try to insert this into QTextEdit but it does not work...

<form name=myform>
<select name=mytextarea>
<option name=one value=one> one </option>
<option name=two value=two> two </option>
<option name=three value=three> three </option>
</select>
</form>

Thanks!

d_stranz
17th February 2017, 18:30
See the Rich Text documentation (http://doc.qt.io/qt-5.6/richtext-html-subset.html) for the supported HTML subset.