[Qt-interest] how to close an editor in a QAbstractItemView

Frank Lutz frank422542 at googlemail.com
Fri Feb 19 10:43:52 CET 2010


Maybe with:

bool xxx::eventFilter(QObject *object, QEvent * event ) {

             if(object==??? and event->type()== ???){

             }
}

sorry more experience i do not have with edit a view.


But hope that the way help.



More information about the Qt-interest-old mailing list