nurupo / ProjectTox-Qt-GUI

A cross-platform front end for ProjectTox Core library, written in C++11 with use of Qt5
GNU General Public License v3.0
342 stars 116 forks source link

Copy selected text with smileys from message label doesn't work #59

Closed Schlumpf closed 10 years ago

Schlumpf commented 11 years ago

The selectedText() function of QLabel exports the plaintext, not the HTML. So there are no image tags to replace.

nurupo commented 11 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.

looph commented 10 years ago

is this issue still relevant?, if so I'll get on it.

Schlumpf commented 10 years ago

I'm currently working on a completely new message display. So it's not relevant.

looph commented 10 years ago

allright, thanks for the heads up.

nurupo commented 10 years ago

Will keep the issue open until new message display widget arrives.

nurupo commented 10 years ago

New message view got merged.