JKQtPlotter/examples/test_user_interaction
jkriege2 dabc061de9 implemented panning the plot with the mouse
fixed: switchability of zoomByMouseWheel
fixed: 0 on axis sometimes shown as 10^{-17}...
2019-01-27 08:30:59 +01:00
..
README.md improved documentation 2019-01-24 22:49:10 +01:00
test_user_interaction_and_lib.pro improved documentation 2019-01-24 22:49:10 +01:00
test_user_interaction_main.cpp improved documentation 2019-01-24 22:49:10 +01:00
test_user_interaction.cpp implemented panning the plot with the mouse 2019-01-27 08:30:59 +01:00
test_user_interaction.h implemented panning the plot with the mouse 2019-01-27 08:30:59 +01:00
test_user_interaction.pro - more refactorings to modernize C++ 2019-01-26 18:00:42 +01:00

Tutorial (JKQTPlotter): User-Interactions in JKQtPlotter

This project (see ./examples/test_user_interaction/) demonstrates different types of user-interactions in JKQTPlotter.

The source code of the main application can be found in test_user_interaction.cpp.