Ozgur Ugras BARAN wrote: > No problem Abdel and thanks Edwin.. To reduce confusion, I have > attached the patch.
I have tested the patch now, and it seems to fix the remaining issues (and yes, Abdel, this *is* an improvement ui-wise). The only remaining glitch I see is that the tree position is shifted after the browser window has been updated (when you have clicked on an item), which is a bit confusing. Maybe you could try to store the positioning before the update and try to reset to that after the update. Unfortunately, I didn't a really convenient way in the qt docs to achieve this. Maybe get the item at the top of the window with indexAt and then scroll to that item with scrollTo? Jürgen