如何使用 python 或 pyqt 绘制甘特图

发布于 2024-09-18 05:06:34 字数 158 浏览 6 评论 0原文

我正在开发一个(资产管理)系统来处理资产、资源和任务进度
我想在我的系统中有一个甘特图,

我正在使用 python 2.6 和 pyqt 。 有没有(已经制作好的图表python库)?可以与 pyqt 很好地配合。

或者我应该为此制作一个自定义小部件?请指教。

I'm working on a (asset management) system to handle assets , resources and progress of tasks
I want to have a gantt chart in my system

I'm using python 2.6 and pyqt .
Is there any (already made charts python library)? that can work well with pyqt.

or should i make a custom widgets for this ? Please advice.

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

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

发布评论

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

评论(2

_失温 2024-09-25 05:06:34

这些与 pyQt 无关,但您可以查看 http://pypi.python.org/ pypi/GanttPV/0.1

或 http://pypi.python。 org/pypi/xm.charting/0.3

不过我没有使用过它们中的任何一个,所以我不能给你更具体的信息。

These are not pyQt related but you can have a look at http://pypi.python.org/pypi/GanttPV/0.1

or maybe http://pypi.python.org/pypi/xm.charting/0.3

I have not used any of them though so I can not give you more specific info.

ㄖ落Θ余辉 2024-09-25 05:06:34

查看 faces 项目。它使用少量的Python脚本来定义任务和依赖关系,并生成许多甘特图和其他项目管理图形。

Check out the faces project. It uses little Python scripts to define tasks and dependencies, and generates a number of Gantt and other project management graphics.

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