HTML content in widgets
Is there any way to put HTML tags into for example Label widget? For instance i need to:
- put a label like "H2O" but more like chemical style (water symbol), in HTML I would use "H<sub>2</sub>O" but when I put it into into label Text attribute HTML is not interpretted
- put some text with fragments in bold like: "This is a very <b>long</b> text"
The only what somehow "worked" is to put many labels one to each other ant assign different CSS to it, but it is pain.
Thanks in advance for any hints,
Michal

