PDA

View Full Version : Qt Designer layout locations changed when hidden objects are used



qtnewbi3
25th October 2011, 16:29
Hi,

I have a certain layout for a list set in Qt Designer and when I run it normally it works fine. However, if i decide to hide the objects and reveal them one at a time based on a timer, For some reason the layout causes the first object to appear at a different location( the bottom) and then slowly moves to the original location as each item in the list is shown. I would expect the objects to be static in their assigned location and then just appear or disappear. Is this dependent on some sort of attribute I would have to set?