Floating child widget
-
I need to create a widget that would move with it's parent widget and it's wouldn't be bounded by parent's size (something similar to QListWidget part of QComboBox). I tried some WindowFlags which looked like relevant but all to no avail.
I there any easy way to do this? -
Here is a picture for sure. Green widget must be moved along with the red widget.