admin管理员组文章数量:1291615
In C++ ~11 and Qt 5, when I use QGuiApplication::clipboard()->setText(<content>)
repeatedly it doesn't stack the successive <content>
into the clipboard history of Windows 10 (Windows+V). Instead the last entry in the clipboard gets overwritten every time, such that only the of last call to QGuiApplication::clipboard()->setText(<content>)
will show up in the clipboard - along with the rest of (previous) history.
Is this expected ? Is there some what to manually stack up multiple entries in the Windows clipboard history from Qt ?
本文标签: Windows 10 clipboard history with Qt 5Stack Overflow
版权声明:本文标题:Windows 10 clipboard history with Qt 5 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741537511a2384114.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论