Displaying a popup widget in QT over application border

Posted by Chris Kaminski on Stack Overflow See other posts from Stack Overflow or by Chris Kaminski
Published on 2010-04-15T01:46:56Z Indexed on 2010/04/15 1:53 UTC
Read the original article Hit count: 396

Filed under:
|
|
|

Let's say that I have an application frame, and I want to show a popup QCalendarWidget over on the right side of the frame. Normally, QT will clip the edges of the QCalendarWidget, cutting it in half and not displaying the rest, as it would be over the right side border.

Is there a way to work around this limitation without resorting to implementing a QDialog?

I want the widget to be visible outside the bounds of it's container.

© Stack Overflow or respective owner

Related posts about c++

Related posts about qt