简体   繁体   English

是否有适用于python的良好计划GUI组件(小部件)?

[英]Is there good planning GUI component (widget) for python?

I'm working on a scheduling app and looking for a calendar, timeline or other planning related GUI component for Python. 我正在开发一个调度应用程序,并正在寻找适用于Python的日历,时间轴或其他与规划相关的GUI组件。

Are you aware of any ? 你知道吗?

Have a look at PyQt. 看看PyQt。 It has a calendar widget and the wrapper allows you to modify the rendering of the calendar . 它具有日历小部件 ,并且包装程序允许您修改日历的呈现

您的问题尚不清楚,因此我不知道您的需求,但是,也许您应该检查一下faces ,这是一个功能强大且免费的项目管理工具,您可以在python中对其进行编程。

wxPython has two, CalendarCtrl and Calendar . wxPython有两个, CalendarCtrlCalendar The former offers a more "native" feel, at least on Windows. 前者至少在Windows上提供了更“自然”的感觉。 If you download the wxPython Demo program you can see both in action. 如果下载了wxPython Demo程序 ,则可以看到两者都在起作用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM