Why is setting root.x not taking effect? #4351
Unanswered
daydaystudylab
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can't directly relocate the window from within Slint. How / whether this can be done will also depend on the environment you are working in. For example Wayland, typically doesn't like allowing the windows to move themselves. There are some discussions on ways to make this work, but right now, it's something you would need to do in code, not from within the Slint DSL. See previous issues and discussions below:
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to achieve the effect of dragging the window, but I can only move within the black box
Beta Was this translation helpful? Give feedback.
All reactions