Re: [PyKDE] Translation trouble

2003-07-28 Thread Aurlien Gteau
Le Vendredi 25 Juillet 2003 18:50, vous avez écrit : Can you send me the .ui file? Thanks, Phil Hum... I'm feeling stupid. The file I was looking at was generated by an older version of pyuic, I forgot to remove all pyuic generated files. Sorry for the trouble. Aurélien

Re: [PyKDE] Properly deleting objects from a QWidgetStack

2003-07-28 Thread Phil Thompson
On Sunday 27 July 2003 10:34 pm, Jacob M. Burbach wrote: On Sunday 27 July 2003 05:04 am, Phil Thompson wrote: On Saturday 26 July 2003 9:25 pm, Jacob M. Burbach wrote: On Saturday 26 July 2003 03:22 pm, Jacob M. Burbach wrote: What is the proper way to remove and destroy an object from

Re: [PyKDE] QWidgetFactory.create and custom python slots

2003-07-28 Thread Phil Thompson
You have created a Python slot. QWidgetFactory knows nothing about Python slots. Phil On Monday 28 July 2003 1:24 pm, Martin Takeo Wiechert wrote: Hi. I'm trying to build a dynamic dialog with QtDesigner. In QtDesigner I've created a main window ('wehner-mainwindow.ui') and added and

Re: [PyKDE] QWidgetFactory.create and custom python slots

2003-07-28 Thread Martin Takeo Wiechert
Is there a way to make it work in Python? Martin. Am Montag, 28. Juli 2003 17:34 schrieb Phil Thompson: You have created a Python slot. QWidgetFactory knows nothing about Python slots. Phil On Monday 28 July 2003 1:24 pm, Martin Takeo Wiechert wrote: Hi. I'm trying to build a dynamic

Re: [PyKDE] QWidgetFactory.create and custom python slots

2003-07-28 Thread Phil Thompson
Not easily, if at all. Phil On Monday 28 July 2003 4:50 pm, Martin Takeo Wiechert wrote: Is there a way to make it work in Python? Martin. Am Montag, 28. Juli 2003 17:34 schrieb Phil Thompson: You have created a Python slot. QWidgetFactory knows nothing about Python slots. Phil

Re: [PyKDE] QDropEvent.action() bug?

2003-07-28 Thread Matthew Bull
OK there's two tricks to this (I've been working with QListView but I'm assuming it's similar) first after creating your drag object in dragObject() you need to set the drag type with drag so in my case I create a QUriDrag object then call drag() with the type of drag i want to enable

[PyKDE] Unfinished business (IOSlaves and panel applets)

2003-07-28 Thread David Boddie
Despite my best intentions to document everything I've tried so far in this general area, I've not been able to achieve as much as I'd have liked. I've started writing up an IOSlaves tutorial for the Python Wiki at http://www.python.org/cgi-bin/moinmoin/IoSlavesTutorial which should probably