Programming with Qt - QGraphicsView (by ICS)
Assumes knowledge of “Qt Programming Essentials” and covers GraphicsView basics and some intermediate steps. GraphicsView provides a surface for managing and interacting with a large number of custom-made 2D graphical items, and a view widget for visualizing the items, with support for zooming and rotation. The framework includes an event propagation architecture that allows precise double-precision interaction capabilities for the items on the scene. Items can handle key events, mouse press, move, release and double click events, and they can also track mouse movement. We will provide in this session a getting started module from our Qt Training Material about GraphicsView programming.
Important notes. This is a teaser version of a full multi-day training course based on Qt Training materials. More information about this and other training offers is available here. ICS is a Qt Certified partner delivering premium consulting and training services around Qt.

No comments