Qt 的 Sunbird 中的时间表/日期簿?
我想在我的基于 Qt 的程序中实现一个日历,因为它已经在 Mozilla Sunbird 中实现(不同的颜色和类别很重要)。
是否有任何“简单”的可能性可以实现这一点,或者我必须自己从零开始创造这一切?有没有一个很好的教程来创建这样一个带有标准的日历,以便我可以将其导入到 Mozilla Sunbird 中?
I would like to implement a calendar in my Qt-based program as it is already implement in Mozilla Sunbird (different colors and categories are important).
Is there any "simple" possibility to realize that or do I have to create it all by myself, beginning at zero? Is there a good tutorial to create such a calendar with standards, so that I could import it in Mozilla Sunbird for example?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 KOrganizer 实现了什么。不过,您可能必须删除一些特定于 KDE 的功能。
Take a look at what KOrganizer implements. You would probably have to strip some KDE-specific functionality though.