自定义系统托盘图标“气球工具提示”对于Qt?
我知道在 .NET 框架中,有一些用于普通系统托盘图标“气球提示”的替代第三方控件,它们允许您更改颜色并向气球添加一些样式。
我想知道 Qt 是否有类似的东西,它允许通过系统托盘图标更好地定制气球工具提示的外观、风格和感觉。
I know that in the .NET framework there are a handful of alternative third-party controls for normal system tray icon "balloon tips", that allow you to change the colors and add some styling to the balloon.
I was wondering if there is something similar for Qt, which allows for better customization of the look, style, and feel of the balloon tooltips from a system tray icon.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该快速浏览一下 QtAssistant 中的“Qt 样式表”示例。它提供了多种强大的方法来改变小部件的外观和感觉...也许您会在那里发现一些有趣的东西!
否则,您可以看看 QSystemTrayIcon & Q气球提示。也许通过重新实现这些课程......
希望这有一点帮助!
You should have a quick glance at the "Qt Style Sheets" examples in QtAssistant. It provides strong and many ways to alter widgets looks and feel... Maybe you'll find something interesting there !
Otherwise, you could have a look at QSystemTrayIcon & QBalloonTip. Maybe by reimplementing those classes...
Hope this help a bit !