Re: [PyKDE] QAssistantClient and PyQt

2003-06-05 Thread Phil Thompson
On Wednesday 04 June 2003 6:01 pm, Peter Kropf wrote: I'm a bit confused about a problem that I'm having when using QAssistantClient from a Python program. Here's a snippet of the code that I'm using to test things out. import sys from qt import * class LaunchButton( QPushButton ):

Re: [PyKDE] QAssistantClient and PyQt

2003-06-05 Thread Hans-Peter Jansen
Hi Peter, On Wednesday 04 June 2003 19:01, Peter Kropf wrote: I'm a bit confused about a problem that I'm having when using QAssistantClient from a Python program. Here's a snippet of the code that I'm using to test things out. [...] But when I look through the QAssistantClient.cpp and