Thanks Jacek,
Your code solved only 2nd requirement. But my basic requirement is how to get subdirectories file?
Thanks Jacek,
Your code solved only 2nd requirement. But my basic requirement is how to get subdirectories file?
Rajesh Kumar Singh
Bangalore, India.
Qt Search
Must Watch:
See how we can connect digital world objects to our day to day life….
Qt Code:
push dir while not empty: pop dir foreach( const QFileInfo& entry, dir.entryInfoList( nameFilter, filter ) ) { if( entry.isDir() ) { push entry.dir(); } else { // ... } } }To copy to clipboard, switch view to plain text mode
rajesh (14th August 2006)
Jacek,
push pop gives complier error
Rajesh Kumar Singh
Bangalore, India.
Qt Search
Must Watch:
See how we can connect digital world objects to our day to day life….
Thanks Jacek,
I used QList and done push and pop, so its working now.
Thanks again.
Rajesh Kumar Singh
Bangalore, India.
Qt Search
Must Watch:
See how we can connect digital world objects to our day to day life….
Bookmarks