Hi all,
Is there any way to popup window explorer( in standard interface ). For example may I open "My Computer" window from program?
Thank you in advance.
Hi all,
Is there any way to popup window explorer( in standard interface ). For example may I open "My Computer" window from program?
Thank you in advance.
It works:
Qt Code:
QStringList arguments; arguments << "file:///"; myProcess->start(program, arguments);To copy to clipboard, switch view to plain text mode
OK thanks, but is there cross platform way to do this? Could you please say me "explorer.exe" equivalents on Ubuntu and MacOS?
Thank you in advance
If you are simply interested in browsing folders, why dont you look at QFileSystemModel![]()
Bookmarks