Hello. Sure you can link my fork.
Thank you for the original work by the way, it helps me a lot!
List of my features :
Multi-properties with QtnMultipleProperty. It is useful when you want to show properties of multiple objects at once. When values of objects's properties differ it shows grayed (Multiple properties). When you set a new property value, it will be changed in every dependent object. Multi-property set can be created with qtnCreateQObjectMultiPropertySet function defined in QObjectPropertySet.h or from custom property sets in a loop with qtnPropertiesToMultiSet function where target argument is a multi-property set, and source argument is a source property set you want to join.
QVariant properties with QtnCustomPropertyWidget. You can edit QVariant as property set / add/remove subproperties in QVariantMap or QVariantList, copy/paste variant properties.
I've noticed that https://github.com/kusharami/QtnProperty has a lot of improvements/refactorings that could be interesting/beneficial for users.
@kusharami May I paste a link to your project in my README.md with a short description of changes/improvements available there?