Re: [PyKDE] pyqt and new-style classes

2004-02-20 Thread Roland Schulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Freitag, 20. Februar 2004 10:59 schrieb Ulrich Berning: Roland Schulz schrieb: On Do, 2004-02-19 at 11:55, Ulrich Berning wrote: Phil Thompson schrieb: On Wednesday 18 February 2004 19:04, Eron Lloyd wrote: Nevertheless it makes sense

Re: [PyKDE] pyqt and new-style classes

2004-02-19 Thread Roland Schulz
On Do, 2004-02-19 at 11:55, Ulrich Berning wrote: Phil Thompson schrieb: On Wednesday 18 February 2004 19:04, Eron Lloyd wrote: Nevertheless it makes sense to implement QMetaObject and QMetaProperty, just in case someone plans to build a kind of dialog editor with PyQt (in the future, we

Re: [PyKDE] Direction of output

2004-02-18 Thread Roland Schulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Mittwoch, 18. Februar 2004 20:53 schrieb [EMAIL PROTECTED]: Sounds like you're seeking some kind of IPC... depending on your environment, you probably want to look into something like CORBA, COM, or KDE's DCOP. If you are writing all

[PyKDE] Non-Commercial Version Dicsontinued

2003-12-02 Thread Roland Schulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, - From the trolltech website: - -- We have decided to discontinue the Qt non-commercial edition from downloading. This edition, based on Qt 2.3, does not give you a correct picture of what you can do using Qt. If you would like to use Qt in

[PyKDE] PyObject - QVariant, designer progress

2003-11-05 Thread Roland Schulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, is there a function to convert a PyObject from/to a QVariant? Of course this can be done like: For convert to PyObject (as tuple) case 0: args = Py_BuildValue ((i),v-asInt()); break;

Re: [PyKDE] sip, was: newest Version

2003-11-01 Thread Roland Schulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, On Saturday 01 November 2003 00:25, you wrote: On Friday 31 October 2003 9:49 pm, Roland Schulz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, trying to change the sip layer makes great advancement. Overwriting

Re: [PyKDE] Re: newest Version

2003-10-31 Thread Roland Schulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 30 October 2003 19:49, Jim Bublitz wrote: My suggestion (v2.0) would be to create (in C++) a proxy for QWidget (greatly oversimplified): currently the proxy idea is a step back. I have implemented the proxy (see attachement). One can

Re: [PyKDE] Subclasses are working well.

2003-10-31 Thread Roland Schulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, as far as I know it is allowed to send code to the mailinglist. regards Roland On Friday 31 October 2003 09:40, Angel Lopez Muñoz wrote: Hi everybody, I have followed the idea of Roland about subclassing and I have learned the reason to do

[PyKDE] sip, was: newest Version

2003-10-31 Thread Roland Schulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, trying to change the sip layer makes great advancement. Overwriting the className function already makes the Preview working!! Overwriting metaObject also makes signals, slots and propterties (partly) working!! So I think this will work. What

[PyKDE] Re: newest Version

2003-10-30 Thread Roland Schulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 29 October 2003 23:40, you wrote: On Wednesday October 29 2003 12:22, 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

[PyKDE] Re: newest Version

2003-10-30 Thread Roland Schulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, On Thursday 30 October 2003 02:46, you wrote: On Wednesday 29 October 2003 22:40, Jim Bublitz wrote: What I don't know is: Suppose the base class is QLineEdit which is: QObject QWidget QFrame

[PyKDE] Re: newest Version

2003-10-30 Thread Roland Schulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 30 October 2003 06:29, you wrote: On Wednesday October 29 2003 17:46, David Boddie wrote: On Wednesday 29 October 2003 22:40, Jim Bublitz wrote: If you get QWidget::metaObject(), will you get the QFrame and QLineEdit meta data

[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

Re: [PyKDE] Designer Plugin

2003-10-01 Thread Roland Schulz
, Roland Schulz wrote: Hey, I got the lib to write Designer Plugins in Python partly working. After compiling just copy the lib and the .py files to $QTDIR/plugins/designer. This is a very first alpha version, so don't be to surprised getting segfaults all the time. At least here it works

Re: [PyKDE] PyKDE update

2003-09-29 Thread Roland Schulz
Hey, Am Montag, 29. September 2003 07:38 schrieb Jim Bublitz: David and I appear to have worked out a solution to the problem of kicker loading multiple Python-based panel applets on a restart, although it needs some cleaning up and testing. David has also sent me code for writing KControl

[PyKDE] PyKDE-3.8rc2 compile error

2003-09-29 Thread Roland Schulz
Hey, I just tried to compile PyKDE-3.8rc2 and got the following error: g++ -c -pipe -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -fPIC -w -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -fPIC -D_REENTRANT -fPIC -DSIP_MAKE_MODULE_DLL -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED

[PyKDE] Feature request: Updating Subclass

2003-07-22 Thread Roland Schulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, I think it woulb be great, if pyuic was able to update generated subclasses. This would make it possible to create a sublcass by running pyuic, implementing functions and later adding additional slots/function in the .ui file and getting