Thread
:
Kinetic QScrollArea (mainly PyQt)
View Single Post
mikaelh
2010-08-18 , 13:54
Posts: 79 | Thanked: 20 times | Joined on Apr 2010
#
7
I am looking at 4.6 documentation at:
http://doc.qt.nokia.com/qt-maemo-4.6...cscroller.html
And the code is:
scroller = mywidget.property("kineticScroller").toPyObject()
if scroller:
scroller.setEnabled(True)
scroller.setAxisLockThreshold(1.0)
setEnabled fine, setAxisLockThreshold not found, axisLockThreshold not found.
Thanks,
+ Mikael
Quote & Reply
|
mikaelh
View Public Profile
Send a private message to mikaelh
Find all posts by mikaelh