are there ways to allow QLabel breaks words if those words are too long? I've seen
q_label->setWordWrap(true)
but it works with spaces, but if a single word is too long, then it will overflow...
I would like something like word-break: break-all for web development
I've also seen QTextDocument but it does not allow to have a fixed width and a not-fixed height