In the previous chapter, we learned about the importance of visual presentation for the user by displaying coordinate data on a map. In this chapter, we will further explore the possibility of graphics data representation using Qt's Graphics View framework.
In this chapter, we will cover the following topics:
- Graphics View framework
- Moveable graphics items
- Creating an organization chart
At the end of this chapter, you will be able to create an organization chart display using C++ and Qt's API. Let's get started!