[PyQt] bug with setTabOrder?

Phil Thompson phil at riverbankcomputing.co.uk
Wed Mar 21 22:06:38 GMT 2007


On Wednesday 21 March 2007 7:51 pm, Kerri Reno wrote:
> I sent this to the old mailing list (before it moved), and got no
> response.  Trying again.
>
> According to the docs, setTabOrder is defined as:
> QWidget.setTabOrder(QWidget,QWidget)
>
> but I get:
>     self.setTabOrder(a,b)
> TypeError: setTabOrder() takes exactly 1 argument (3 given)

I suspect the reason you got no response was that nobody can help with the 
information you have provided. A small but complete example that demonstrates 
the problem would be useful.

Phil


More information about the PyQt mailing list