Multi-window chain #10065
Unanswered
thehexphoenix
asked this question in
Q&A
Multi-window chain
#10065
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create an application that requires several GUI windows to close themselves and open the next window. In some cases, the last window must open the first window as well.
This is what I tried:
src/main.rs
build.rs
ui/main.slint
ui/first-window.slint
ui/second-window.slint
ui/third-window.slint
Clicking the next button on the first window closes it without opening the next window. As a result, the program continues to run, but there is no GUI window displayed.
Beta Was this translation helpful? Give feedback.
All reactions