关于 读写 的相关文章

科技资讯

[Qt 6]读写剪贴板

2023-05-13 5900℃

在 Qt 中,QClipboard 类提供了相关 API 让应用程序具备读/写剪贴板的能力,数据通过 QMimeData 类包装,该类使用...