Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    [SOLVED] TypeError: Object has no method 'process' - BUT IT HAS

    QML and Qt Quick
    2
    3
    1100
    Loading More Posts
    • 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.
    • U
      utcenter last edited by

      I have a problem with a C++ class I've exposed to the QML context.

      The object is wrongly recognized as a QAbstractListModel:

      bq. TypeError: Object QAbstractListModel(0x28fdfc) has no method 'process'

      but in fact the type is TestModel and it only inherits QAbstractListModel.

      The method itself is declared as a Q_INVOKABLE, I even get autocomplete suggestion in QML, but it complains the method does not exist.

      Any ideas?

      1 Reply Last reply Reply Quote 0
      • R
        Roland_R last edited by

        Can you provide more details (code)? I had no problem with exposing C++ objects to QML so far.

        1 Reply Last reply Reply Quote 0
        • U
          utcenter last edited by

          Yep, one more time I forget to include the Q_OBJECT macro - IDE code generation is spoiling me.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post