Closed Schlumpf closed 10 years ago
Don't seem to find a way to get html of selected text in a QLabel.
Interestingly enough, you can highlight text with smileys in the message label and drag'n'drop the selection into the input widget — the selection will be copied just fine, with images.
is this issue still relevant?, if so I'll get on it.
I'm currently working on a completely new message display. So it's not relevant.
allright, thanks for the heads up.
Will keep the issue open until new message display widget arrives.
New message view got merged.
The
selectedText()
function ofQLabel
exports the plaintext, not the HTML. So there are no image tags to replace.