使用 pyqt 创建类似 dropbox 的文件夹图标?
有没有一种方法可以将我自己的图标添加到现有文件夹和文件图标中,例如在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 PyQt 无法实现这一点。不过,使用 python,您可以使用以下参数
subprocess.call()
:重新启动文件浏览器,您应该会看到已应用的更改。
You can't achieve this with PyQt. With python, though, you can
subprocess.call()
with this parameters:Restart your filebrowser and you should see the changes applied.