Hi,
I'm trying to play with QtScintilla2 and something is going wrong :
editor = QsciScintilla()
font = QtGui.QFont()
font.setFamily("Consolas")
font.setPointSize(10)
editor.setFont(font)
editor.setMarginsFont(font)
the problem here is that the Margin font is set correctly, but not the 
editor one.
Have you got any hint please ? Thanks.