Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Remote Object inheritance
Forum Update on Monday, May 27th 2025

Remote Object inheritance

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 1 Posters 223 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.
  • D Offline
    D Offline
    Daes
    wrote on 22 May 2020, 05:48 last edited by
    #1

    Hi Qt friends,
    It seems that Qt remote objects doesn't expose base class Properties on replicas of derived class.
    It seems like a bug or, at least, a very annoying feature ;)
    Do you have information about that?
    For information, I have done tests on 5.15rc

    1 Reply Last reply
    0
    • D Offline
      D Offline
      Daes
      wrote on 30 May 2020, 13:28 last edited by
      #2

      From Brett, in interest-list, thanks to him, that is the behaviour by design.
      The base object are not exposed because for example we would'nt have the QObject signals and props expose like this, that would have no sense on replica side.
      He tells me to have a look on the Q_CLASSINFO(QCLASSINFO_REMOTEOBJECT_TYPE, <My Class Name>) macro to have more control on what is exposed or not.
      I haven't done it yet.

      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