Hi
I am trying to develop a property editor based on the Q_PROPERTY declarations in a class.
I have managed to get most of this working using a class based on QAbstactItemModel, however, I need the property names to be translatable.
Does anyone know whether this will be possible?
Thanks