[PyKDE] Question from a beginner

2003-10-29 Thread Angel Lopez Muñoz
First of all, hello everybody in the list. I'm working with python + pyqt + all this stuff for a couple of months, and now, I have some important questions (for me) about the way I do my programs. I use several windows which usually I design with qtdesigner and convert to python code with the

Re: [PyKDE] Question from a beginner

2003-10-29 Thread Angel Lopez Muñoz
I have searched some example programs including several windows but I have not founded them, only the example programs of pyqt. Does anyone know where could I found it? I'm working in windows but linux ones will be welcomed ; ). Thank you again. Angel

Re: [PyKDE] ANN: SIP v4.0pre3 Released

2003-10-29 Thread Phil Thompson
On Tuesday 28 October 2003 11:39 pm, Hans-Peter Jansen wrote: Hi Phil, On Tuesday 28 October 2003 12:31, Phil Thompson wrote: SIP v4.0pre3 is now available from the usual place. If you are using it to build PyQt you will need a current PyQt snapshot. I finally got around updating to SuSE

Re: [PyKDE] Question from a beginner

2003-10-29 Thread Angel Lopez Muñoz
Thank you very much Roland, the examples I'm looking for are any program similar to which are installed with the pyqt package but including several different windows with their code in different files also, because this is something like I want to do. But of course no very complex. The

Re: [PyKDE] Next sip4 Problem, WAS: ANN: SIP v4.0pre3 Released

2003-10-29 Thread Hans-Peter Jansen
On Wednesday 29 October 2003 14:07, Phil Thompson wrote: There are two unrelated bugs - fixes will be in tonight's snapshot, or apply the attached patch. Thanks, applied it, and they vanished. Cool. Now, I have two (related?) problems in a QDataTable derived class: Traceback (most recent

[PyKDE] Re: newest Version

2003-10-29 Thread David Boddie
Apologies to confused readers: this discussion started off-list but now seems an appropriate point to bring it on-list. I hope Roland doesn't mind me using one of his messages as a device to do this. On Wednesday 29 October 2003 07:42, Roland Schulz wrote: Background for new readers: Roland has

[PyKDE] Re: newest Version

2003-10-29 Thread Roland Schulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 29 October 2003 15:53, Jim Bublitz wrote: On Tuesday October 28 2003 23:42, Roland Schulz wrote: I'm certainly willing to generate any necessary additional bindings, and Phil is willing to do some PyQt changes, but at least in my

Re: [PyKDE] Re: newest Version

2003-10-29 Thread Roland Schulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 29 October 2003 21:38, David Boddie wrote: I don't see how moc should help here. I don't think it should be put in moc_pyqwidgetplugin.cpp because it is automatically generated from pyqwidgetplugin.h and is for class

[PyKDE] Re: newest Version

2003-10-29 Thread Roland Schulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 29 October 2003 21:43, you wrote: On Wednesday 29 October 2003 07:48, Roland Schulz wrote: But than this C++ subclass has to be wrapped. So we have to do some work in sip, and than I don't see I point to not doing it directly in

[PyKDE] Re: newest Version

2003-10-29 Thread David Boddie
On Wed Oct 29 22:04:01 2003, Roland Schulz wrote: On Wednesday 29 October 2003 21:43, you wrote: I think that, if we can use a PyKPanelApplet-style approach, then we can avoid sip. I finally understand what you (and probably Jim) mean!! But in the case of PyKPanelApplet the Python

Re: [PyKDE] Re: newest Version

2003-10-29 Thread Jim Bublitz
On Wednesday October 29 2003 13:02, Roland Schulz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 29 October 2003 21:43, you wrote: On Wednesday 29 October 2003 07:48, Roland Schulz wrote: But than this C++ subclass has to be wrapped. So we have to do some work in

Re: [PyKDE] Re: newest Version

2003-10-29 Thread Phil Thompson
On Wednesday 29 October 2003 8:38 pm, David Boddie wrote: Apologies to confused readers: this discussion started off-list but now seems an appropriate point to bring it on-list. I hope Roland doesn't mind me using one of his messages as a device to do this. On Wednesday 29 October 2003 07:42,