Hello all,

I've added a custom datatype property to my custom plugin that is loaded into Qt Designer, but designer can't handle this datatype, I guess it can't tell how to write this in the UI file. So i have this kind of error :

Qt Code:
  1. QMetaProperty::read: Unable to handle unregistered datatype 'Qpoint3DF'
To copy to clipboard, switch view to plain text mode 

Is there a way to solve this problem ?

Thanks a lot