GUI 表单编辑器
我最近安装了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
从我正在阅读的此处和此处 如果您使用 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.
我一直认为 #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.