Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qml register
    Log in to post

    • SOLVED How are these method of XYSeries QML Type exported to qml without Q_INVOKABLE macro in the class QXYSeries?
      QML and Qt Quick • qml c++ to qml qmlregistertype qml register • • Crawl.W  

      4
      0
      Votes
      4
      Posts
      160
      Views

      I just noticed that XYSeries is a uncreatable type, its derived object's Q_INVOKABLE method invoke member method of DeclarativeXySeries class, and DeclarativeXySeries is a shadow class about XYSeries. Such as LineSeries is imported from DeclarativeLineSeries.
    • Using QML with a framework with its own introspection library
      QML and Qt Quick • qml moc qml register • • bschindler  

      4
      0
      Votes
      4
      Posts
      1281
      Views

      Qt Quarterly 15 explains nicely your options
    • Error 2660: qmlRegisterType fails when applying to class which inherits from 2 base classes
      General and Desktop • qml register • • CertaBit  

      4
      0
      Votes
      4
      Posts
      1424
      Views

      That's not enough to identify the problem at hand, you should post the complete declaration of both classes
    • How to delete QML register type ?
      QML and Qt Quick • qml register • • Xiaomin  

      1
      0
      Votes
      1
      Posts
      524
      Views

      No one has replied