[PyKDE] Making QMessageBox window always top

2006-04-17 Thread Chakkaradeep C C
Hi all, How to make a QMessageBox to be always on Top. For example, i display a message box - QMessageBox.about(self, Nova Net Agent,Your browsing time is over for today) and when this message box pops up, it should be on top, so whatever window the user has opened, this message box should pop up

Re: [PyKDE] problem with custom signals

2006-04-17 Thread Phil Thompson
On Monday 17 April 2006 3:32 am, Eron Lloyd wrote: On Wednesday 08 March 2006 4:35 am, Phil Thompson wrote: On Wednesday 08 March 2006 8:08 am, Emanuele Santos wrote: Hi, Phil I'm using the latest version of PyQt4 (20060306) and when I try something like:

Re: [PyKDE] Eric misc questions and wishlist

2006-04-17 Thread Detlev Offenbach
Am Mittwoch, 12. April 2006 15:16 schrieb 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

[PyKDE] Hpw to delete a qiconViewItem?

2006-04-17 Thread Alvaro Arenas
Hi I have created a qiconview and added several qiconviewitems. Now when I click one I want that this icon is deleted. I can now which icon is with the currentItem() function, but I don't know how to delete it. (myCurrentItem = self.myIconView.currentItem() I have tried: del myCurrentItem but

Re: [PyKDE] Hpw to delete a qiconViewItem?

2006-04-17 Thread Andreas Pakulat
On 17.04.06 18:54:36, Alvaro Arenas wrote: I have created a qiconview and added several qiconviewitems. Now when I click one I want that this icon is deleted. I can now which icon is with the currentItem() function, but I don't know how to delete it. (myCurrentItem =

Re: [PyKDE] Sip.so location

2006-04-17 Thread Phil Thompson
On Monday 17 April 2006 7:48 pm, Mikhael Rovner wrote: Hi, I'm installing sip in multi-platform environment. However configure.py seems not to honor exec_prefix for siplib and installing sip.so to [sys.prefix]/.../site-packages. This also leads to wrong .../config dir location and

Re: [PyKDE] Pixel from a QImage

2006-04-17 Thread Russell Valentine
Aurel (DustyDingo) W. said the following on 04/16/06 20:57: I updated now to PyQt-x11-gpl-snapshot-20060407 and to sip-4.4.1 and QImage::pixel(int,int) works now, thanks. The mature problem with all this Qt painting stuff is, that i must convert a QPixmap into a QImage when i want to get any

[PyKDE] Sip does not wrap static const members of mapped type?

2006-04-17 Thread Jacob M. Burbach
I'm wrapping some classes and find that Sip will not wrap static const members that are defined as a MappedType. Standard types, wrapped types, and non const members are wrapped ok, just not const mapped types. This seems like a bug in sip? As a work around I can remove the 'const' and provide