Navigation

    Qt Forum

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

    • UNSOLVED QListWidgtem(Item) parent and child
      General and Desktop • parent qlistwidgetitem child • • Meugiwara  

      7
      0
      Votes
      7
      Posts
      2290
      Views

      @VRonin Oh and you provide a model based solution. Much more elegant :) https://forum.qt.io/topic/72974/link-two-qlistwidget/4
    • UNSOLVED Child Window in taskbar
      General and Desktop • window child taskbar • • ars1614  

      9
      0
      Votes
      9
      Posts
      3638
      Views

      @ars1614 Well i think the rule is that only top level windows are shown. If a window has a parent,its not top level. Some of it maybe due to the platform etc. But is a flag if possible would be very nice :)
    • SOLVED How to rename a child with only parent index known in a treeview ?
      General and Desktop • qtreeview parent index child • • Ratzz  

      3
      0
      Votes
      3
      Posts
      1023
      Views

      @kshegunov Thanks for your reply. Yes retrieving the child model via child and then setting data worked for me .
    • UNSOLVED Add another application into another as a QWidget?
      General and Desktop • qwidget parent child • • pauliedunne  

      2
      0
      Votes
      2
      Posts
      733
      Views

      Hi, Isn't that pretty much the same question as here ?
    • How to identify child class when overriding childEvent?
      General and Desktop • qobject event child • • shavera  

      1
      0
      Votes
      1
      Posts
      694
      Views

      No one has replied

    • When to setParent on injected QObjects?
      General and Desktop • qobject parent child • • shavera  

      6
      0
      Votes
      6
      Posts
      2418
      Views

      @Chris-Kawa That's a valid point I hadn't considered. I'll just have to give this some more thought. It seems like maybe the most "Qt-correct" design would be to override childEvent(QChildEvent* event) to take the pointer into the member object when a child is added to the parent object. This would then, at least, bypass the need to call "findChild" over and over again.
    • Macosx QWarning "Attempt to set a screen on a child window."
      General and Desktop • window mainwindow macosx screen child • • mmirsky  

      2
      0
      Votes
      2
      Posts
      2120
      Views

      Compiled and rebuilt with Qt5.5.0 (beta). Unfortunately, the problem persists.