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. Updating UI bitween objects
Forum Updated to NodeBB v4.3 + New Features

Updating UI bitween objects

Scheduled Pinned Locked Moved Unsolved General and Desktop
from
2 Posts 2 Posters 174 Views 1 Watching
  • 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    This is a variation the attache post

    https://forum.qt.io/topic/49492/why-cant-i-pass-the-ui-variable-as-a-pointer?page=1

    After reading it t , I am still not sure how they "solved " the issue.
    One thing was clear - since UI is private its pointer can be only passed "down line".

    I have the opposite - I need to update "main window" - parent from child - upstream.

    I like to use pointers but not sure about the syntax - would use of the dreaded "connect " be better anyway ?

    What I really want is to have an object event passed to the parent and have parent broadcast the event update to all of the children.
    Sound complicated but would be of great usage in future since "children " won't be talking to each other.......

    JonBJ 1 Reply Last reply
    0
    • A Anonymous_Banned275

      This is a variation the attache post

      https://forum.qt.io/topic/49492/why-cant-i-pass-the-ui-variable-as-a-pointer?page=1

      After reading it t , I am still not sure how they "solved " the issue.
      One thing was clear - since UI is private its pointer can be only passed "down line".

      I have the opposite - I need to update "main window" - parent from child - upstream.

      I like to use pointers but not sure about the syntax - would use of the dreaded "connect " be better anyway ?

      What I really want is to have an object event passed to the parent and have parent broadcast the event update to all of the children.
      Sound complicated but would be of great usage in future since "children " won't be talking to each other.......

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2
      This post is deleted!
      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