PDA

View Full Version : Animate scrol down pushbutton with qt editor



tbaror
29th June 2012, 18:39
Hello All,

I started to build my first app choose to use QT editor and python 3.2.3 .
i built my main form and started to do action editor i used 3 push button, but i don't know how to do accordion affect like when i click push button push button below scroll down and i have kind of control panel for each section push-button.
Please advice how to achieve that
Thanks

7913

wysota
30th June 2012, 07:22
You mean you want the buttons to slide down and the created space should be filled with some data? It's best done using QtQuick or the Animation Framework (e.g. QPropertyAnimation).

tbaror
1st July 2012, 09:55
You mean you want the buttons to slide down and the created space should be filled with some data? It's best done using QtQuick or the Animation Framework (e.g. QPropertyAnimation).

Thanks for the info i will look into it.