Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upNested window support (Modals or Dialogs) #108
Labels
Comments
|
Hi @mrxdst A QMainWindow (Window) cannot be a child of another QMainWindow What you are looking for is support for QDialog or modals. That has not yet been exported from NodeGui to React NodeGui. If you want the QDialog behaviour immediately, maybe you can help export it out in React NodeGui ? Otherwise I can do it when time permits. |
|
@master-atul Ok, I understand. I do not need this immediately. |
|
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Opening and closing new windows doesn't work properly when nested inside another window
To Reproduce
Run the following example code
Expected behavior
That windows can be open and closed no matter where they are placed in the react tree.
Desktop (please complete the following information):