I want to create a bubble style chat application like WhatsApp using QTextEdit. I know that QTextEdit only supports a small subset of HTML and CSS and I can't directly create bubbles by using HTML/CSS supported by it. Can the needed be achieved by using QTextFrameFormat with QTextEdit? setBackground and setBorderBrush methods looks interesting.
Asked
Active
Viewed 236 times