GUI 表单编辑器

发布于 2024-12-11 07:53:25 字数 425 浏览 0 评论 0原文

我最近安装了 PTVS,因为我来自 C#,并且习惯了 Visual Studio。 我虽然 PTVS 有像 C# 中的 Windows 窗体那样的 GUI 创建支持,但我非常失望,因为我需要编写多个 Windows 应用程序,而且我喜欢 python。

有没有任何插件可以将此功能添加到 PTVS?他们计划在不久的将来对其进行编程吗?

扩大我的问题: python 中是否存在真正的 Windows 应用程序 IDE,具有像 Visual Studio 这样的“简单”GUI 设计器?

在指责我之前,你必须知道我已经尝试过 BOA、Dabo、SPE Python Eclipse 和 Netbeans 插件,但没有成功...我不想要 2007 年的 0.7 项目版本...是里面有固体吗?我找不到它

谢谢

I recently installed PTVS as I come from C# and I am used to Visual Studio.
I though that PTVS had a GUI creation support like Windows Forms in C#, I am pretty disappointed as I need to program several Windows applications, and I like python.

Is there any plugin to add this functionality to PTVS? do they plan to program it in a near future?

To widen my question:
Does it exist a real windows application IDE in python, with an "easy" GUI designer like Visual Studio?

Before blaming me, you have to know that I already tried BOA, Dabo, SPE Python Eclipse and Netbeans plugins, without success... I don't want a 0.7 project version from 2007... Is there something solid in there? I can't find it

thanks

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

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

发布评论

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

评论(2

维持三分热 2024-12-18 07:53:25

从我正在阅读的此处此处 如果您使用 IronPython,PTVS 具有 WPF 支持。这是一个可能也有帮助的页面 http://wiki.python.org/moin/GuiProgramming。就我个人而言,我会使用 Qt 和 PyQt 或 PySide,您可以使用 QtDesigner 来制作表单。

From what I'm reading here and here PTVS has WPF support if you use IronPython. Here's a page that may be helpful too http://wiki.python.org/moin/GuiProgramming. Personally I'd use Qt with PyQt or PySide, you can use QtDesigner to make your forms.

请你别敷衍 2024-12-18 07:53:25

我一直认为 #develop 是一个很好的 IDE,有一个很好的表单编辑器,如果你愿意的话使用 IronPython 和 .NET。

I always thought #develop was a good IDE with a good forms editor, if you're willing to use IronPython and .NET.

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