View Single Post
Khertan's Avatar
Posts: 1,012 | Thanked: 817 times | Joined on Jul 2007 @ France
#1
Hi,

I m currently trying to fix the issue that come with qt4.6.

The context: i start the dev of a new texteditor using qt4.5 and pyqt. At the moment i have a really simple editor, in qt4.5 the fingerscrollable was working. Since i update to qt4.6 and last pyqt this doesn't work anymore.

I just use a qtextedit in a qframe. From what i understand from qt bug tracker it s not a bug to not have fingerscrollable QTextEdit widget but a feature ...

Maybe someone can help me ?

source are on http://gitorious.org/khteditor/
(the qtextedit is located in editor.py)

Other question : why my toolbar button isn t working too ?
(located in editor_window.py)

Thx a lot,