> Yes, that was it, drawingarea problem is solved!
> It is old code that worked earlier, so I didn't even think about such
> things... thanks!
>
>
> But, textedit problem persist.
> Although I have some new information about it.
> I think I remembered old Qt3 way little bit wrongly it is also
Yes, that was it, drawingarea problem is solved!
It is old code that worked earlier, so I didn't even think about such
things... thanks!
But, textedit problem persist.
Although I have some new information about it.
I think I remembered old Qt3 way little bit wrongly it is also
cutting sentenc
have you tryed to set the cached property to true ?
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performan
Jussi Lahtinen ha scritto:
> Hi!
>
> Problem 1.
> With TextEdit control horizontal scrollbar isn't working like in Qt3.
> Sentences are cut ugly way, example "This is test sentence." is
> transformed to (if doesn't fit)
> "This is test"
> " sentence." <-- notice extra space at begin.
>
> I did exp
Hi!
Problem 1.
With TextEdit control horizontal scrollbar isn't working like in Qt3.
Sentences are cut ugly way, example "This is test sentence." is
transformed to (if doesn't fit)
"This is test"
" sentence." <-- notice extra space at begin.
I did expect horizontal scrollbar.
Problem 2.
Code (