-
How to do this?
|
Beta Was this translation helpful? Give feedback.
Answered by
ogoffart
Feb 17, 2025
Replies: 1 comment 1 reply
-
You can try something like this: Rectangle {
max-width: foo.bar ? 0 : 10000;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aurexav
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can try something like this: