Custom widget in RackWidget

Am I allowed to add my own widgets to RackWidget using APP->scene->rack->addChild()? I recently noticed that a custom widget there enables me doing several things which weren’t possible before.

For example I teasered a module for “Post-Its” / custom labels on any module using this method. While I think it would really add something new to Rack I’m trying to avoid running into a dead end in Rack v2…

1 Like

While doing this is not supported, I don’t think it would break anything.

Remember to clean up when your ModuleWidget is destructed.

1 Like

Thanks!