Qt 6.11 is out! See what's new in the release
blog
How to check if it is a network drive
-
@Qt-Jo-Ha
I don't think Qt has a call for this.You could find a way to (try to) get this information via
QStorageInfo.Otherwise the simplest way is to use the Windows GetDriveType function.