Hi all, I'm currently using a subclass of QSortFilterProxyModel to populate a QComboBox. This is working fine, but I'd like to have a 'fixed' entry in this combo box. This entry is not present on the proxy model nor on the source model, it guess it has to be 'invented' by the proxy model so it's delivered to the view.
I've been playing around with rowCount and data functions (so it'll return the real value + 1) and I suspect the key here are mapFromSource and mapToSource but I'm unable to get this working :-S Any hint on this would be appreciated. Regards, -- /Saúl http://saghul.net | http://sipdoc.net _______________________________________________ PyQt mailing list PyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt