Hi..
I have a container with several widgets and implement the kinetic scroll on the scroll area. The kinetic scroll works fine but only in areas of the scroll area, i mean:
I have the following structure:
* QScrollArea
* QWidget* QLabel* QImage* QLabel ( long text )
The kinetic scroll not work when i touch on QLabel(long text) but if I touch on the spaces between widgets the kinetic scroll not work.
I analyse the problem and the mouseEvent not execute by QScrollArea when i touch on QLabel(long text).
Thx for your help.
Julio.
Bookmarks