使用 pyqt 创建类似 dropbox 的文件夹图标?

发布于 2024-08-24 05:35:22 字数 152 浏览 1 评论 0原文

有没有一种方法可以将我自己的图标添加到现有文件夹和文件图标中,例如在 dropbox 或 ubuntu 中。不仅是文件夹,它还可以将自己的图标添加到您放入 dropbox 文件夹中的任何文件中。无论如何,我可以使用 pyqt 达到相同的效果..

期待您的建议..提前感谢..

Is there a way that i can add my own icon to the existing folder and file icon like in dropbox or in ubuntu one.. Not only to the folders, it adds it's own icon to whatever the files you put inside the dropbox folder.. Is there anyway that i can achieve the same effect using pyqt..

Your suggestions are much awaited.. Thanks in advance..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

少钕鈤記 2024-08-31 05:35:22

使用 PyQt 无法实现这一点。不过,使用 python,您可以使用以下参数 subprocess.call()

gvfs-set-attribute '/path/to/file' -t stringv metadata::emblems default

重新启动文件浏览器,您应该会看到已应用的更改。

You can't achieve this with PyQt. With python, though, you can subprocess.call() with this parameters:

gvfs-set-attribute '/path/to/file' -t stringv metadata::emblems default

Restart your filebrowser and you should see the changes applied.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文