[PyKDE] QMultiLineEdit.setSelection()

Phil Thompson phil at river-bank.demon.co.uk
Sun Jul 8 18:06:42 BST 2001


Boudewijn Rempt wrote:
> 
> I just found out that setSelection() isn't implemented:
> 
> Not implemented: setSelection
> Aborted

That's not a PyQt message.

> Could this be added before the release of 2.5? (Not that
> it is exceptionally urgent, since it's equivalent to:
>        self.editor.setCursorPosition(l1, c1, FALSE)
>        self.editor.setCursorPosition(l2, c2, TRUE)), but
> it is confusing...

It's in the .sip file.  What version of Qt are you using?

Phil




More information about the PyQt mailing list