Results 1 to 4 of 4

Thread: QMetaProperty::read: Unable to handle unregistered datatype

  1. #1
    Join Date
    May 2008
    Posts
    8
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default QMetaProperty::read: Unable to handle unregistered datatype

    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

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: QMetaProperty::read: Unable to handle unregistered datatype

    J-P Nurmi

  3. #3
    Join Date
    May 2008
    Posts
    8
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: QMetaProperty::read: Unable to handle unregistered datatype

    Quote Originally Posted by jpn View Post
    thanks I tried this and the error message disapeared from console but I always have a warning dialog box from Qt Designer telling me : "The property objRotation could not be written. The type UserType is not supported yet."

    and in fact the property value isn't saved in the ui file...

  4. #4
    Join Date
    May 2008
    Posts
    8
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: QMetaProperty::read: Unable to handle unregistered datatype

    no solution for the above problem at the moment, but i have another question :

    I'm trying to hide some properties from the property editor in Qt Designer with the help of this function
    Qt Code:
    To copy to clipboard, switch view to plain text mode 
    but it doesn't work... the property is always visible.
    Any idea ?

Similar Threads

  1. Replies: 17
    Last Post: 8th February 2007, 17:30

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.