[PyKDE] QTableComboBox problem
    Carter Sanders 
    pyqt at cartersanders.com
       
    Sat Dec  1 10:47:29 GMT 2001
    
    
  
Hi-
	When I try to use QTableComboBox, I consistently get an argument mismatch error:
TypeError: Argument 1 of  QTableComboBox has an invalid type
My code looks like this:
sourceTypes=["huey","dooey","louis"]
cb=qttable.QTableComboBox(self,self.myTable,sourcetypes)
Can anybody tell me why this is happening and how I can get an exact description of qttable.__init__().
I can find what the C++ wants, but how can I display the exact parameter list constraints for the qttable python constructor?
Thanks-
	Carter
    
    
More information about the PyQt
mailing list