Issues with QScroller. Any ideas?
-
I have a QTableView inside another widget(QWidget) which has a QScrollArea on it....the issue is that if I try scrolling through the tableview, if is also needed to scroll through the parent's scrollarea, both of them scroll until one of them hits it's final position.
Another issue which is buging me: Can I restricts QScroller's scrolling to 1 direction at a time? I want to try and avoid oblique movements as much as possible.
Using Qt 5.3 on Ubuntu 14.04.1.
Target Android 4+ devices.