Container item implementation
- by onurozcelik
Hi,
I am working in Train Traffic Controller software project.
My responsibility in this project is to develop the visual railroad GUI.
We are implementing the project with Qt.
By now I am using QGraphicsLinearLayout to hold my items.
I am using the layout because I do not want to calculate coordinates of each item.
So far I wrote item classes to…