rdit-ch / itemframework

A Qt-based application framework that allows users to define units and control the flow of data between them.
https://rdit.ch
8 stars 9 forks source link

Add parentScopeChanged() signal #21

Closed Shadowigor closed 7 years ago

Shadowigor commented 7 years ago

I added a signal that gets fired when the parent scope of a SettingScope changed. This should solve most problems that struggle with the fact, that the parent scope of an item is not yet available during construction (e.g. in roviz). I saw in the comment, that you intended to do something similar, but I don't know if this will already solve the issue you mentioned, so I left the comment there.