feature add file download, file view ,cancel download on wcp, and control on wcpdownloadmanager.

This commit is contained in:
alves
2026-01-30 14:07:25 +08:00
parent 734c80fd01
commit 2825eeebcc
9 changed files with 528 additions and 0 deletions

View File

@@ -84,6 +84,9 @@ extern void login();
extern void desktop_open_datadir_folder();
// Ask the destop to open one folder
extern void desktop_open_any_folder(const std::string& path);
//open dir and select the file to show
extern void desktop_open_any_folderEx(const std::string& path);
} // namespace GUI
} // namespace Slic3r