Hi
I have a very small problem
I am able to get the absolutepath of the directory using the QFileDialog::getExistingDirectory()
i.e
QString str = QFileDialog::getExistingDirectory();
returns
str = /root/Desktop/images
Now , how can I get the "images" from the string str
Bookmarks