Unfortunately, IIRC comments are deliberately removed from the markup because they cause issues with Qt Rich Text parser (the component used to render the HTML in these controls).
If you want to leave small hints you can do so by adding id attributes and leaving your hint in there. Qt leaves those alone, I believe.
|