Hi,
I have a workspace with a lot of widgets inside, not from the same type. One QListView and lot of QWidgets. (I work with QT3)
If I use the tile() slot the result makes me not happy ...
I try to set two of the windows static at one place, but the tile() moves them.
Can I make these two window in any way static?? So tile() move all other windows instead of this two wins?? I tried some flags, but did not found the right one.
or does tile checks the creation order?

Thanks for help!!!!