I'm new to QT development (really new to it) and I wanted to create an app that displays a textbox and a button in the middle of the form, and when the user clicks on the button, the textbox and the button will slide up and a different control will be displayed below.
The textbox and the button will create kind of a toolbar and a content area will be revealed after the animation.
Here is a mockup of what I need: https://www.fluidui.com/editor/live/preview/p_bPVFbiowoKiedzMhbQKWHdOzuDaxORFg.1408042108162
And here is how the designer is:
How can I create a slide animation and display other widgets when the animation ends?