I am designing a Gui editor for a shared memory structure that has a list of varibles. I need to design an implementation that can let me view the current values of the variables in a tree format in realtime,ie the current values of the entire shared memory segment, as well as edit the values.
Its something very similar to this: Shared Memory Editor [cuauv.org]
From what I make, the shared memory editor that they have come up with uses some sort of tree view. Any ideas please?
PS: I’m relatively new to Qt and Gui designing in general.
!http://cuauv.org/files/Screenshot-Shared Memory Editor.png(Image)!
↧