Does Qt have anything to offer for positioning windows similar to tooltips? (or any types of windows / widgets).
I want to be able to automatically update the position of the window so that it always stays on the screen (or, at least, is most suitable for it).
An example of the behavior I want can be seen in the standard Windows tooltips in the notification area. If the tooltip is large and it has part of it coming out of the screen, it will automatically move.
Obviously, I can write the code myself, but I'm looking for something that has already been written.
source share