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. QRemoteObjects
QtWS25 Last Chance

QRemoteObjects

Scheduled Pinned Locked Moved Solved QML and Qt Quick
4 Posts 2 Posters 1.8k 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.
  • AlienA Offline
    AlienA Offline
    Alien
    wrote on last edited by
    #1

    Hi ,
    I use Qt 5.9 and I want to use Qt remote Object I've read the documentation on :

    https://doc-snapshots.qt.io/qt5-5.9/qtremoteobjects-gettingstarted.html

    according to this document for create host node without Regsitry I have to use:

    QRemoteObjectNode srcNode = QRemoteObjectNode::createHostNode();
    

    but there is no createHostNode function in QRemoteObjectNode in QT 5.9 , how can I creat host node?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      You should rather use doc.qt.io since Qt 5.9 is out.

      It looks like that part of the documentation has an error. You should check the bug report system to see if it's something known. If not then please consider opening a new report against the documentation for it to be fixed.

      As for your problem, you should check the examples from the repository.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      AlienA 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi,

        You should rather use doc.qt.io since Qt 5.9 is out.

        It looks like that part of the documentation has an error. You should check the bug report system to see if it's something known. If not then please consider opening a new report against the documentation for it to be fixed.

        As for your problem, you should check the examples from the repository.

        AlienA Offline
        AlienA Offline
        Alien
        wrote on last edited by Alien
        #3

        Dear @SGaist ,
        Still I can't find any equivalent for createHostNode() function!

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Grab the qtremoteobject sources and take a look at the example sources, it's shown there.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1

          • Login

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