Hi,

I have been searching around for a day and half now. I can't seem to find any complete examples of QComboboxes with muliple columns.

Basically all I want to display is two columns of text.

Currently I use a QCombobox. When a part number selection is made in the QCombobox, the description is found in the database and shown in a QLineEdit. This approach is a bit slow, it would be nice to combine the two.

I have considered just adding the two text to each row of the combobox. But retrieving a valid part number would depend on the quality of the data in the database.

Can anyone help me out?

Thanks in advance
Brendan