Application hangs after using up/down arrows in scrollbar of scrollarea widget
Unsolved
Mobile and Embedded
-
Can you provide a minimal compilable example that reproduces this behavior ?
-
This post is deleted!
-
This post is deleted!
-
@Vidya-H If the Qt example is working properly on the target then it means that something is wrong with your application.
Not knowing more about it, one classical way to find the issue is to remove everything from the application then add gradually things back until it breaks again.
-
No it's not a correct approach.
You have to find what is currently slowing down your application.
Like I wrote above, the most basic version of it is starting from scratch adding your elements one at a time to determine what is going wrong.
Another option is to instrument your application and analyse it with a tool such as Hotspot.