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. All childrens windows into one process
Qt 6.11 is out! See what's new in the release blog

All childrens windows into one process

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 465 Views 2 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.
  • F Offline
    F Offline
    Fulgurance
    wrote on last edited by
    #1

    Hello, i actually make application project,and i have seen when my application open children windows, it's opened as new window. How can open children window into the same task/process ?

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

      Hi,

      Your widget are all part of the same process.

      Can you give more details about what you are exactly doing and what you are expecting ?

      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
      3
      • F Fulgurance

        Hello, i actually make application project,and i have seen when my application open children windows, it's opened as new window. How can open children window into the same task/process ?

        Pl45m4P Offline
        Pl45m4P Offline
        Pl45m4
        wrote on last edited by
        #3

        @Fulgurance

        You'll need to replace the content of your current window then or use something like QStackedWidget
        (https://doc.qt.io/qt-5/qstackedwidget.html#details)


        If debugging is the process of removing software bugs, then programming must be the process of putting them in.

        ~E. W. Dijkstra

        1 Reply Last reply
        2

        • Login

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