sincerely
Singaporean
If you have not done so, read this full tutorial on how to use SGEXTN to build an application.
class SGXFileDownloader;
part of SGEXTN module SG_Widgets
provides file download functionality
list of all including inherited members
preprocessor file inclusion directive: #include ‹SGXFileDownloader.h›
CMake target for BuildLah: SGEXTN::SG_Widgets
see this link for more information about BuildLah
parent class: (none)
children classes: (none)
static void downloadFile(const SGXString& s);
SGXFileDownloader allows the user to download a file from the application into anywhere in their file system. Note that this does not actually involve downloading from a network, it just gives the user a file dialog. This is required to access files outside the application folder on mobile.
Uses QML file downloader.
Offers the user to download the file at path s.
This does not delete the file at s.
Nonexistent file at path s will cause this to do nothing.
©2025 05524F.sg (Singapore)