AnimTimeline icon indicating copy to clipboard operation
AnimTimeline copied to clipboard

Custom Qt widget like Blender timeline for animation

AnimTimeline

Custom Qt widget like Blender timeline for animation

timeline

Released date : April 2019

Build Instructions (Linux)

$ mkdir build
$ cd build
$ cmake ..
$ make

Run test application

./build/AnimTimeline

test timeline

On your Qt application write

AnimTimeline * timeline = new AnimTimeline();
timeline->show(); // dialog window