Re: [Interest] QLabel and QScrollArea

2014-02-18 Thread igor.mironchik
Hi. I’ve looked at QLabel code and concluded that QLabel doesn’t support shrinking less than 80 characters long. Fix me if I’m wrong. If I’m right then even QLabel not suitable for mobile development, and I have to write something simple, that will for example use QStaticText, to draw text

Re: [Interest] QLabel and QScrollArea

2014-02-18 Thread Yves Bailly
Le 18/02/2014 12:57, igor.mironc...@gmail.com a écrit : Hi. I’ve looked at QLabel code and concluded that QLabel doesn’t support shrinking less than 80 characters long. Fix me if I’m wrong. Try to include your text in qtyour text here/qt tags, QLabel should then shrink and cut the lines

Re: [Interest] QLabel and QScrollArea

2014-02-18 Thread igor.mironchik
I've set QLabel::setWordWrap( true ). But as I say QLabel shrinks only to 80 chars long... -Original Message- From: Yves Bailly Sent: Tuesday, February 18, 2014 1:33 PM To: igor.mironc...@gmail.com ; interest@qt-project.org Subject: Re: [Interest] QLabel and QScrollArea Le 18/02/2014