Re: [PyKDE] newbie question about dealing with Images in pyQt

2003-06-04 Thread Gordon Tyler
Adam Shimali wrote: I assume I need to create a QImage object from each image file name. Can I then place each image in a QGridLayout or do I need to put the image on a panel and then stick each panel into the grid? A QGridLayout is a layout manager. It has to be used in combination with a

Re: [PyKDE] build of PyQt-x11-gpl-3.6 fails

2003-06-04 Thread Phil Thompson
On Tuesday 03 June 2003 4:49 pm, Joe Van Andel wrote: With Python 2.2.1 gcc version 3.2.2 sip 3.6 (build 86) Qt-3.1.2 Redhat Linux 9.0 # make cd qt /usr/bin/make -f Makefile make[1]: Entering directory `/nexrad2pc/tmp/PyQt/qt' g++ -c -pipe -w -O2 -D_REENTRANT -fPIC

[PyKDE] sipPQ almost ready

2003-06-04 Thread Jonathan Gardner
sipPQ is almost ready for an initial, alpha release. - queries seem to work - copy in/out seems to work - large objects seem to work - notifications seem to work I have the async functions defined, but I am having a bit of trouble using them so that I can test them. I'll probably give up soon

Re: [PyKDE] sipPQ almost ready

2003-06-04 Thread Phil Thompson
On Tuesday 03 June 2003 5:56 pm, Jonathan Gardner wrote: sipPQ is almost ready for an initial, alpha release. - queries seem to work - copy in/out seems to work - large objects seem to work - notifications seem to work I have the async functions defined, but I am having a bit of trouble