[PyKDE] signals and slots
    Pete Ware 
    ware at cis.ohio-state.edu
       
    Sat Oct 30 20:03:52 BST 1999
    
    
  
Boudewijn Rempt <boud at rempt.xs4all.nl> writes:
> On 30 Oct 1999, Pete Ware wrote:
> 
> > Boudewijn Rempt <boud at rempt.xs4all.nl> writes:
> > 
> > > void setTitle ( const char *_title )  
> > > 
> > > self.connect(self.ilViewer, SIGNAL("setTitle (char)"), self.setTitle)
> > > (or: elf.connect(self.ilViewer, SIGNAL("setTitle( const char *_title )"), self.setTitle))
Incredibly enough, it's:
	SIGNAL("setTitle( const char *)")
Note the space between "char" and "*"
--pete
    
    
More information about the PyQt
mailing list