Re: Inserting into a combo box

2008-08-05 Thread Casey McGinty
What toolkit are you using? -- http://mail.python.org/mailman/listinfo/python-list

Inserting into a combo box

2008-08-03 Thread Brandon
I'm attempting to insert items into a combo box, but when it goes to run it, throws up the error: TypeError: argument 1 of QComboBox.insertItem() has an invalid type and here is what I'm trying to do: self.editUsername.insertItem(uname) editUsername is the combo box, and uname is a string I'm a