Hi,
I'm using some comboboxes in an application and I'd like to know if there's
some way to use both information it contains simultaneously:
- text
- index
I'd like to show the text and to make the index contain a reference to other
stuff. It works great if my data has no holes in it, but I get the following
message if I try to insert a record with index 0 and a second record with
index 3:
QComboBox::insertItem: (cbCodigo) Index 3 out of range
I used to work that way with wxPython and I'd really like to maintain some
logic with pyQt.
Is it possible or not? Docs doesn't mention anything at all about that.
TIA,
--
Jorge Godoy <[EMAIL PROTECTED]>
_______________________________________________
PyKDE mailing list [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde