SUIT_TreeModel* model = new SUIT_TreeModel( this );
connect( model, SIGNAL( modelUpdated() ), this, SIGNAL( modelUpdated() ) );
setSourceModel( model );
+ setDynamicSortFilter( true );
}
/*!
SUIT_TreeModel* model = new SUIT_TreeModel( root, this );
connect( model, SIGNAL( modelUpdated() ), this, SIGNAL( modelUpdated() ) );
setSourceModel( model );
+ setDynamicSortFilter( true );
}
/*!
{
connect( *model, SIGNAL( modelUpdated() ), this, SIGNAL( modelUpdated() ) );
setSourceModel( *model );
+ setDynamicSortFilter( true );
}
/*!