instar-robotics / papyrus

Papyrus is the front end GUI that generates neural scripts that can be executed by kheops
GNU General Public License v3.0
1 stars 0 forks source link

Rethink the signal&slot for the properties panel #58

Open nschoe opened 5 years ago

nschoe commented 5 years ago

Right now, the main window returns a pointer to its properties panel, which is used by the scene to bind signals and slots for displaying and updating items' properties.

I think there's a better way of doing so, where the scene doesn't need access to the main window.