Now there is no way to set tooltip text for a PropertyComponent. Because all the real components inside it are private. For example, TextPropertyComponent has a Label inside it to display the text. But that variable is private, that means even subclass won’t be able to do that.
It will be very nice to be able to have a way to set a component’s tooltip. So when user hover the mouse on this PropertyComponent, they can see a short description.
I think this is easy one.
