Hi Kai!

Kai Teuber wrote:
  > Hi Fabian,
> 
> override the accept() method and call self.showListViewItems() there.
> But remember to call QDialog.accept() at the end.
> 
> def accept( self ):
>     self.showListViewItems()
>     QDialog.accept( self )


Thank you very much, I got it working :-)

Cheers,
Fabian
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to