terminalgui
0.1.0
Widgets for your terminal, powered by Qt! Create textual GUI (TUI) in your console easily.
|
Small convenience class: a property animation which goes backwards after it reaches it's end, thus forming a "to and from" looped animation. More...
#include <tgreversibleanimation.h>
Public Member Functions | |
ReversibleAnimation (QObject *parent=nullptr) | |
Constructs an empty animation with parent. | |
ReversibleAnimation (QObject *target, const QByteArray &property, QObject *parent=nullptr) | |
Constructs an animation on a particular property of target. More... | |
Small convenience class: a property animation which goes backwards after it reaches it's end, thus forming a "to and from" looped animation.
|
explicit |
Constructs an animation on a particular property of target.
The QObject parent is here only for standard Qt parent-child hierarchy.