[PyKDE] Pythons slots? how?

Frederick Polgardy Jr polgardy at bodacion.com
Wed Sep 4 00:21:01 BST 2002


>         self.insertItem('apple', self, self.apple)
>         self.insertItem('orange', self, self.orange)

I'm sorry, I mean:

        self.insertItem('apple', self.apple)
        self.insertItem('orange', self.orange)

Or something syntactically similar.  I'd recommend looking into QAction, but 
the principle is the same.

-- 

F R E D E R I C K   P O L G A R D Y   J R.
Bodacion Technologies - A Virtual Media Company
18-3 E Dundee Road - Suite 300 - Barrington, IL 60010
Phone: 847/842.9008 - Fax: 847/842-1731
Web: http://www.bodacion.com




More information about the PyQt mailing list