Re: [PyQt] RuntimeError: no access to protected functions...

2009-06-10 Thread Andreas Pakulat
On 10.06.09 12:25:41, Victor Noagbodji wrote: > hello, i'm getting the following error: > > RuntimeError: no access to protected functions or signals for objects > not created from Python > > what i was trying to do is get the underlying lineEdit so i can set > the position of my context menu. >

[PyQt] RuntimeError: no access to protected functions...

2009-06-10 Thread Victor Noagbodji
hello, i'm getting the following error: RuntimeError: no access to protected functions or signals for objects not created from Python what i was trying to do is get the underlying lineEdit so i can set the position of my context menu. snippet: class DateEdit(QtGui.QDateEdit): """Provides cust