In most coding programs, you can right click on the item and click show in explorer and it shows the file in explorer with the item selected. How would you do that in Qt with QDesktopServices? (or any way to do it in QT)
QDesktopServices::openUrl with selecting specified file in explorer
2.6k Views Asked by Geore Shg At
2
you can use this method to select file on Windows or MacOS ,if you want select on linux you can find a way in QtCreator sources.