21 : QSortFilterProxyModel( parent )
25 setSourceModel( mModel );
36 if ( mFilters.testFlag(
All ) )
39 QModelIndex
index = sourceModel()->index( source_row, 0, source_parent );
43 if ( typeVar.isNull() )
47 QVariant::Type type = ( QVariant::Type )typeVar.toInt( &ok );
73 return leftId < rightId;