Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
i have a linux samba share at the address \192.168.1.1\dataShared . when i open it in Windows Explorer, it ask me the username and password. How can i login and read the files in that share in Qt?
If you are going to access the shared files from Windows only then you will need to use Windows authentication framework (or library).
If you are going to access the shared files from Linux and or MacOS X then you will need to use samba libraries.