View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#54
Originally Posted by Copernicus View Post
I've got the "word wrap" option set on those labels, but apparently that's not working with links. I'll try changing from a QLabel to a QTextView, maybe that'll work better...
Word wrap only wraps where there is a word boundary, so it doesn't generally work with URLs, unless there is unencoded whitespace.

EDIT: QTextEdit has more fine-grained wrapping options, so that might be the best option. Setting the stylesheet to "background: transparent" should be enough to obtain a QLabel-like appearance.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub

Last edited by marxian; 2014-07-21 at 23:26.
 

The Following 3 Users Say Thank You to marxian For This Useful Post: