ros-visualization/rviz

[feature request] Better Qt5 support for Slots

kunaltyagi opened this issue · 1 comments

Currently, all properties have a ctor which takes in slots as char*. However, since Qt5, there's an option to take slot as a member function or even a functor.

Links

Would a PR touching multiple property and derived class ctor be entertained?

A corresponding PR supporting the new scheme is highly welcome. The old scheme should be still supported of course.
I'm looking forward to this contribution 😄