I have a question for the gurus out here ... I want to have a QDialog pop out into the screen when show() is executed, but not in the normal down --> up manner .. Instead, I would like to have a vertical-like QDialog pop into the screen from sideways ...
This picture shows what I mean:
The bottom center arrow with a cross on it depicts the normal bottom --> up poping method .. how can I instead have vertical QDialogs that pop into view from either the left or right side of the screen ? Is this possible ?
I've been told that I may need to sub-class QDialog and reimplement show() using QPropertyAnimation .. are there any code examples for doing this ?
Bookmarks