[PyKDE] Eric misc questions and wishlist

2006-04-12 Thread Jürgen Urner
Hello Detlev Before I start bothering you with another entry for the Eric4 wishlist there are a few things I would like to ask: 1. I wonder if there is a reason why you do not host eric on sourceforge? Wouldn't this make a perfect environment for eric to reside in? As far as I know QT4

[PyKDE] Painting with PyQt 3.x

2006-04-12 Thread Aurel (DustyDingo) W.
Hello, I wondered why there aren't any QCanvas* classes in the python qt module. Did I miss something or is painting with PyQt 3.x impossible? (I need this to extend an old application with some nice graphics). Any good links to examples or tutorials? If it isn't possible with 3.x are the 4.x

Re: [PyKDE] Painting with PyQt 3.x

2006-04-12 Thread Andreas Pakulat
On 12.04.06 17:35:24, Aurel (DustyDingo) W. wrote: I wondered why there aren't any QCanvas* classes in the python qt module. Did I miss something or is painting with PyQt 3.x impossible? There is a separate module for the canvas stuff, called qtcanvas. Also you could paint onto an ordinary

Re: [PyKDE] PyKDE status and requirements

2006-04-12 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Bublitz wrote: I'm slowly getting PyKDE ready for release. A snapshot doesn't make sense at the moment, because there are changes necessary across all modules. Because of some function changes in sip 4.4, I don't think it's likely that the

[PyKDE] Does QT have an equvalent to Tkinter.Frame.after()

2006-04-12 Thread David J Brooks
Tkinter.Frames defines its after method thusly: after(self, ms, func=None, *args) unbound Tkinter.Frame method Call function once after given time. MS specifies the time in milliseconds. FUNC gives the function which shall be called. Additional parameters are given as parameters

Re: [PyKDE] Does QT have an equvalent to Tkinter.Frame.after()

2006-04-12 Thread Giovanni Bajo
David J Brooks [EMAIL PROTECTED] wrote: Tkinter.Frames defines its after method thusly: after(self, ms, func=None, *args) unbound Tkinter.Frame method Call function once after given time. MS specifies the time in milliseconds. FUNC gives the function which shall be called.

Re: [PyKDE] Does QT have an equvalent to Tkinter.Frame.after()

2006-04-12 Thread Andreas Pakulat
On 12.04.06 17:40:36, David J Brooks wrote: Tkinter.Frames defines its after method thusly: after(self, ms, func=None, *args) unbound Tkinter.Frame method Call function once after given time. MS specifies the time in milliseconds. FUNC gives the function which shall be called.

Re: [PyKDE] PyKDE status and requirements

2006-04-12 Thread Jim Bublitz
On Wednesday 12 April 2006 15:29, Torsten Marek wrote: Jim Bublitz wrote: I'm slowly getting PyKDE ready for release. A snapshot doesn't make sense at the moment, because there are changes necessary across all modules. Because of some function changes in sip 4.4, I don't think it's likely

Re: [PyKDE] Does QT have an equvalent to Tkinter.Frame.after()

2006-04-12 Thread David J Brooks
On Wednesday 12 April 2006 18:18, Andreas Pakulat wrote: Please don't hijack other peoples threads. My apologies. Since I read my email in order of arrival, not by thread, I didn't occur to me that my post would appear in someone else's thread. I can see how that would be annoying if you read