Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QQuickItem has FastProperty class info, but has not installed property accessors

QQuickItem has FastProperty class info, but has not installed property accessors

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 381 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MajidKamali
    wrote on last edited by
    #1

    Hi
    I have a program that works without problem in linux, but in windows I get following warning and errors and then application terminates:

    QQmlPropertyCache: QQuickItem has FastProperty class info, but has not installed property accessors
    Invalid parameter passed to C runtime function.
    Invalid parameter passed to C runtime function.
    

    I googled and found these results but none of them works for me, as I have import QtQuick 2.5 in all of my qml files.

    1. http://stackoverflow.com/questions/30824350/qqmlpropertycache-qquickitem-has-fastproperty-class-info-but-has-not-installed
    2. https://forum.qt.io/topic/12991/qdeclarativepropertycache-qquickitem-has-fastproperty-class-info-but-has-not-installed-property-accessors
    3. https://bugreports.qt.io/browse/QTBUG-58261
    4. http://answer199.diary.to/archives/1038944291.html
    5. https://bugreports.qt.io/browse/QTBUG-48216

    also I have a C++ class that is exposed to qml and inherited from QQuickItem:

    class MStore : public QQuickItem {
    ...
    };
    

    and used in qml this way:

    import QtQuick 2.5
    import MStore 1.0
    
    Store {
    ...
    }
    

    might that be the problem?

    Thanks :-)

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved