在 Windows 平台上使用 QT4 进行 GUI 编程的最佳 IDE 选择是什么?

发布于 2024-10-19 13:55:30 字数 186 浏览 1 评论 0原文

我将开始在 Windows 平台上使用 QT 开发 GUI 应用程序。我有 Visual Studio 2008。

我想要一些建议,即使用 QT IDE 并在那里完成所有操作,或者仅安装 Visual Studio 的 QT 插件并继续使用 Visual Studio 作为我的 IDE 工具。

有什么区别或好处吗? 谢谢!

I am going to start developing GUI applications with QT on a Windows platform. I have Visual Studio 2008.

I would like some suggestions as to just go with the QT IDE and do everything there or just install the QT plugin for Visual Studio and keep using Visual Studio as my IDE tool.

Are there any differences or benefits?
Thanks!

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

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

发布评论

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

评论(4

硬不硬你别怂 2024-10-26 13:55:30

如果您对 Visual Studio 非常有经验,那么最好坚持使用它。但 Qt IDE 确实有很多专门为 Qt 设计的好东西,所以这将是我的偏好。

If you're very experienced with Visual Studio then it's probably best to just stick with that. But the Qt IDE does have a lot of nice stuff specifically designed for working with Qt, so that would be my preference.

情未る 2024-10-26 13:55:30

我从来没有用VS做过QT项目。虽然我用VS进行c#开发。

但我使用过 QT Creator(QT IDE):它速度快(比 VS 轻)且功能强大,除了调试器 VS 是赢家。来自 LGPL 许可证和多平台,它集成了所有 QT 支持(文档、帮助、导航...),并且 GUI 编辑器模式完美运行。
我不认为你能在 VS 插件中找到更好的。

此外,QT Creator 界面非常简单直观。您不需要花费大量时间来吸收它。

请参阅 Qt:我应该使用 Visual Studio、Qt Creator 还是其他东西?

请参阅哪个更好? Qt Creator 或 Visual Studio IDE

I have never worked on a QT project with VS. Although I use VS for c# development.

But I have used QT creator (QT IDE) : it's fast (lighter than VS) and powerful tool except debugger VS is winner. From LGPL license and multi platform it integrates all QT supports (docs, help, nav ...) and GUI editor mode works perfectly.
I don't think you can find better in VS plugin.

Moreover QT creator interface is really simple and intuitive. You will not need to spend lots of time to assimilate it.

See Qt: Should I use Visual Studio, Qt Creator or something else?

See Which is better? Qt Creator or Visual Studio IDE

找个人就嫁了吧 2024-10-26 13:55:30

如果您可以使用较慢的调试器,但可以使用快速且快速的调试器。非常好的IDE,那就用Qt Creator吧。如果您学习了所有快速热键(不是很多),那么您会发现您几乎不再使用鼠标了。我非常喜欢这个功能。您只需键盘即可轻松打开任何文件、任何方法或前往项目中的任何位置。你的发展将会大大加快。

If you can go with a slow debugger but fast & very nice IDE, then go with the Qt Creator. If you learn all the quick hotkeys (not much of them) then you'll find that you're barely using the mouse any more. I like this feature very much. You can open any file, any method or going to anywhere in your project with only keyboard very easily. Your development will be much accelerated.

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