Hi all,

I found a different behavior in QComboBox when selecting an item from
a multicolumn model view:

- if isEditable() is False the content of the selected cell is used as
the combo box text
- if isEditable() is True the content of the first column of the
selected item is used as the combo box text, maybe honoring the
modelColumn() property

This happens in all platform (Windows, Linux and Mac OS X).
So, is this the correct behaviour or it's a bug ?

I've attached a simple example

-- 
Daniele Esposti

Attachment: combo.py
Description: Binary data

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to