RAHUL RAVINDRAN wrote: > Hello, > Sir i have created a qlistview which have items related to > directories and files > from file system.My problem is that when i create a new > directory i.e the > item name is newfolder1 and it is editable because i executed > startrename(). > But when i rename it it doesnot rename and same newfolder1 appears. > So sir can u help me how to rename the item(when new directory is > created). > Thank you.
Hi, I'm not entirely sure what you are trying to acheive. Is the problem that you don't see changes in the listview when you change the directory name, for instance, using explorer? If this is the problem, you can listen for changes in the file system using the QFileSystemWatcher class: http://doc.trolltech.com/qtjambi-4.4/html/com/trolltech/qt/core/QFileSystemWatcher.html best regards, Gunnar _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
