On Friday 31 May 2013 07:36:02 Sujan Dasmahapatra wrote:
> I am deleting one item from QFileSystemModel but it's not updated
> immediately, when I click on other item then I can see that it's deleted
> from the model.
>
> QFileSystemModel *model = new QFileSystemModel;
> model->setRootPath(QDir::c
I am deleting one item from QFileSystemModel but it's not updated
immediately, when I click on other item then I can see that it's deleted
from the model.
QFileSystemModel *model = new QFileSystemModel;
model->setRootPath(QDir::currentPath());
QTreeView *tree = new QTreeView(this);
tree->setmodel(