![]() |
2010-05-20
, 19:50
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#22
|
![]() |
2010-06-04
, 22:51
|
|
Posts: 1,111 |
Thanked: 1,985 times |
Joined on Aug 2009
@ Åbo, Finland
|
#23
|
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)
![]() |
2010-06-05
, 07:10
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#24
|
BTW, 226 is a duplicate of 207, which has been fixed upstream.
aspidites | blog | aspidites@inbox.com