Ok due to bug #226 it s not possible yet with pyside ... It s works with the last PyQt4 binding available in extras-devel. Thx to achipa who help me a lot ... in fact who found what s the problem was and give the solution : qte = QtGui.QTextEdit() scroller = qte.property("kineticScroller").toPyObject() scroller.setEnabled(True)