Graphics View Examples
Qt provides powerful graphics engine that supports easy visualization of items, with support for rotation and zooming. Additionally it provides an event propagation architecture for interaction.
These examples demonstrate the fundamental aspects of canvas programming with Qt.
Visualizes a huge graphic view scene with 40000 chip items. | |
Combines advanced OpenGL rendering with the Graphics View framework. | |
Demonstrates how to animate items on a graphics view. | |
Demonstrate how to use the Graphics View framework. | |
Demonstrates how to drag and drop items in a graphics view. | |
Demonstrates how to interact with graphical items in a scene. | |
Demonstrates how to create animated user interface. |
These examples show the use of graphics widgets and layouts.
Demonstrates anchor layout in a graphics view scene. | |
Demonstrates how to create basic graphics layout. | |
Demonstrates how to embed dialogs into a graphics view. | |
Demonstrates flow layout on a graphics view scene. | |
Demonstrates anchor layout on a graphics view scene. | |
Demonstrates anchor layout on a graphics view scene. |
Some examples demonstrate the use of graphics effects with canvas items.
Demonstrates how to apply graphical effects on items in the view. | |
Demonstrates how to apply effects on items in the view. |