Re: [PyKDE] Re: QEvent.User

2006-02-13 Thread Phil Thompson
On Thursday 09 February 2006 10:04 pm, Patrick Stinson wrote: > Also, QEvent() won't tak an integer as an argument, only a > PyQt4.QtCore.QEvent.Type object, and you are supposed to be able to use a > range between QEvent.User and QEvent.MaxUser. > > Python 2.4.2 (#1, Dec 13 2005, 10:02:01) > [GCC

[PyKDE] Re: QEvent.User

2006-02-09 Thread Patrick Stinson
Also, QEvent() won't tak an integer as an argument, only a PyQt4.QtCore.QEvent.Type object, and you are supposed to be able to use a range between QEvent.User and QEvent.MaxUser. Python 2.4.2 (#1, Dec 13 2005, 10:02:01) [GCC 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)] on linux2 Type "help",