I'm using flickcharm on a QScrollArea with various widgets on it. If I click a QLabel and drag it the kinetic scrolling works perfectly. What I cannot figure out is how to make it scroll if I hit a QLineEdit and drag it. The text cursor appears in the lineEdit and there is no scrolling.

Hints on how to approach this is very much appreciated.