Qt 6.11 is out! See what's new in the release
blog
Disable the Flickable
QML and Qt Quick
1
Posts
1
Posters
2.0k
Views
1
Watching
-
Hi,
I have some problems in using the Flicable.
I have Flickable Item, and it sure can flick. During the flicking, I let it trigger a event in which I just set the property interactive to false. But hereafter, I cannot operate any of its children, even if a button.But if I set the interactive to false initially, not during the flicking, I can operate its children.
Is there any problem with my code?Thanks