Hi all,

I use this code to select a folder:

Qt Code:
  1. QString path = QFileDialog::getExistingDirectory(NULL, tr("Select folder"), m_path);
To copy to clipboard, switch view to plain text mode 

This code allows to select a folder, see the below image.



I need create a folder.

Is it possible?

Kind regards.