Quote Originally Posted by Santosh Reddy View Post
What do you mean by this?
1. Do you want to change the file / folder names - Then use QFileSystemModel::setReadOnly(false), you can rename, copy and delete of files and directories.
or
2. Do you just what to display a specified file / folder with different name - Then you may use QAbstractProxyModel.
Well, i tried to understand what do with your second suggestion but i saw the documentation, i tried to implement but no sucess... If i to inherit the QAbstractProxyModel class in a new class called MyProxy, for example, i will can to use some methods in this new class that i used in QFileSystemModel? I'm really confused.

Can you help me with a some code, please?