Multi-lined text in QLabel problem
-
Hello,
I'm using Qt 4.7 version.
I have a multilined rich text in QLabel. When my application running in a full-screen mode, all the lines of the label are shown correctly. However, if I reduce window size, lines, beginning from the second one, are cut off so the rest of the line is displayed as dots. The thing is that the second line, etc. are no longer when the first one thus it seems that their too big length is not the reason for the cutting.
Any ideas?
Probably, it's just the right behaviour?Thanks in advance.
-
"QLabel::setWordWrap()":http://qt-project.org/doc/qt-5/qlabel.html#wordWrap-prop