PDA

View Full Version : Layout differences Qt 4.1/Qt 4.2, why?



Arthur
28th August 2008, 16:34
Hello,

I moved from Qt 4.1 to Qt 4.2 and I discovered that the layout of my ListWidgets and TreeWidgets are different. The code is exactly the same, I only compiled with a different lib.

The Items are now very small (so the text breaks and ends with ... now) and there is a large margin between two items. I probably have to set or adjust something new in Qt 4.2, but I don't have a clue what it could be.

Could anyone help me?

Arthur

wysota
28th August 2008, 16:48
I suggest you update to 4.4. Things related to item layout in itemviews were subject to bugs and fixes between 4.1 and 4.3.