Replies: 4 comments 7 replies
-
我用了最新版,暂时无法复现你说的问题, 另外需要注意的 /// <summary>
/// Starts to download the item.
/// </summary>
/// <param name="path">The full path name (must include file name) to save the downloaded item</param>
/// <param name="useDefaultDialog">Whether to use the default 'Save As...' dialog or not</param>
/// <remarks>
/// The 'path' parameter only works when 'useDefaultDialog' is set to false.
/// If you set 'useDefaultDialog' to true then you cannot control the initial
/// locatio nof the opened 'Save As...' dialog, it is determined by CEF internal implementation.
/// </remarks>
void start(const QString& path, bool useDefaultDialog = true) const;
|
Beta Was this translation helpful? Give feedback.
1 reply
-
相关的源代码可否贴出来? |
Beta Was this translation helpful? Give feedback.
0 replies
-
我也碰到了这个问题,楼主解决了吗 |
Beta Was this translation helpful? Give feedback.
0 replies
-
目前已经实现了文件对话框。请检查代码是否为最新 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
cef使用当前支持的113,代码用的master分支,保存文件对话框未弹出,path尝试用:"","C:\test\dir1\file.log","C:\\test\\dir1\\file.log"都不灵,但是上传文件对话框可以弹出,请问是什么原因?
qt版本试了5.15.2及6.5.0,都无法弹出。用QCefViewTest同样无法弹出。
断点调试,问题出在download_item_callback_cpptoc.cc文件中,但是原码里木有这个文件,所以看不到详情
Beta Was this translation helpful? Give feedback.
All reactions