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